Home
last modified time | relevance | path

Searched refs:getLongVoltageMax (Results 1 – 6 of 6) sorted by relevance

/device/google/sunfish/vibrator/drv2624/tests/
Dmocks.h55 MOCK_METHOD1(getLongVoltageMax, bool(uint32_t *value));
Dtest-hwcal.cpp207 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
220 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
Dtest-vibrator.cpp161 ON_CALL(*mMockCal, getLongVoltageMax(_)) in createMock()
227 EXPECT_CALL(*mMockCal, getLongVoltageMax(_)).Times(times); in relaxMock()
280 EXPECT_CALL(*mMockCal, getLongVoltageMax(_)).WillOnce(DoDefault()); in TEST_P()
/device/google/sunfish/vibrator/drv2624/
DVibrator.h111 virtual bool getLongVoltageMax(uint32_t *value) = 0;
DHardware.h149 bool getLongVoltageMax(uint32_t *value) override { in getLongVoltageMax() function
DVibrator.cpp210 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()