Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/drv2624/tests/
Dmocks.h53 MOCK_METHOD1(getLongVoltageMax, bool(uint32_t *value));
Dtest-hwcal.cpp206 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
219 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
Dtest-vibrator.cpp158 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()
/hardware/google/pixel/vibrator/drv2624/
DHardware.h128 bool getLongVoltageMax(uint32_t *value) override { in getLongVoltageMax() function
DVibrator.h105 virtual bool getLongVoltageMax(uint32_t *value) = 0;
DVibrator.cpp89 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()