Home
last modified time | relevance | path

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

/device/google/redfin/vibrator/drv2624/tests/
Dtest-vibrator.cpp157 ON_CALL(*mMockCal, getLongVoltageMax(_)) in createMock()
223 EXPECT_CALL(*mMockCal, getLongVoltageMax(_)).Times(times); in relaxMock()
276 EXPECT_CALL(*mMockCal, getLongVoltageMax(_)).WillOnce(DoDefault()); in TEST_P()
Dtest-hwcal.cpp206 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
219 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
Dmocks.h56 MOCK_METHOD1(getLongVoltageMax, bool(uint32_t *value));
/device/google/barbet/vibrator/drv2624/tests/
Dtest-vibrator.cpp157 ON_CALL(*mMockCal, getLongVoltageMax(_)) in createMock()
223 EXPECT_CALL(*mMockCal, getLongVoltageMax(_)).Times(times); in relaxMock()
276 EXPECT_CALL(*mMockCal, getLongVoltageMax(_)).WillOnce(DoDefault()); in TEST_P()
Dtest-hwcal.cpp206 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
219 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
Dmocks.h56 MOCK_METHOD1(getLongVoltageMax, bool(uint32_t *value));
/device/google/sunfish/vibrator/drv2624/tests/
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()
Dtest-hwcal.cpp207 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
220 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
Dmocks.h55 MOCK_METHOD1(getLongVoltageMax, bool(uint32_t *value));
/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()
/device/google/barbet/vibrator/drv2624/
DHardware.h157 bool getLongVoltageMax(uint32_t *value) override { in getLongVoltageMax() function
DVibrator.h110 virtual bool getLongVoltageMax(uint32_t *value) = 0;
DVibrator.cpp318 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()
/device/google/redfin/vibrator/drv2624/
DHardware.h172 bool getLongVoltageMax(uint32_t *value) override { in getLongVoltageMax() function
DVibrator.h114 virtual bool getLongVoltageMax(uint32_t *value) = 0;
DVibrator.cpp319 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()