Home
last modified time | relevance | path

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

/device/google/redfin/vibrator/drv2624/tests/
Dtest-vibrator.cpp155 ON_CALL(*mMockCal, getShortVoltageMax(_)) in createMock()
222 EXPECT_CALL(*mMockCal, getShortVoltageMax(_)).Times(times); in relaxMock()
275 EXPECT_CALL(*mMockCal, getShortVoltageMax(_)).WillOnce(DoDefault()); in TEST_P()
Dtest-hwcal.cpp180 EXPECT_TRUE(mHwCal->getShortVoltageMax(&actual)); in TEST_F()
193 EXPECT_TRUE(mHwCal->getShortVoltageMax(&actual)); in TEST_F()
Dmocks.h55 MOCK_METHOD1(getShortVoltageMax, bool(uint32_t *value));
/device/google/barbet/vibrator/drv2624/tests/
Dtest-vibrator.cpp155 ON_CALL(*mMockCal, getShortVoltageMax(_)) in createMock()
222 EXPECT_CALL(*mMockCal, getShortVoltageMax(_)).Times(times); in relaxMock()
275 EXPECT_CALL(*mMockCal, getShortVoltageMax(_)).WillOnce(DoDefault()); in TEST_P()
Dtest-hwcal.cpp180 EXPECT_TRUE(mHwCal->getShortVoltageMax(&actual)); in TEST_F()
193 EXPECT_TRUE(mHwCal->getShortVoltageMax(&actual)); in TEST_F()
Dmocks.h55 MOCK_METHOD1(getShortVoltageMax, bool(uint32_t *value));
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-vibrator.cpp159 ON_CALL(*mMockCal, getShortVoltageMax(_)) in createMock()
226 EXPECT_CALL(*mMockCal, getShortVoltageMax(_)).Times(times); in relaxMock()
279 EXPECT_CALL(*mMockCal, getShortVoltageMax(_)).WillOnce(DoDefault()); in TEST_P()
Dtest-hwcal.cpp181 EXPECT_TRUE(mHwCal->getShortVoltageMax(&actual)); in TEST_F()
194 EXPECT_TRUE(mHwCal->getShortVoltageMax(&actual)); in TEST_F()
Dmocks.h54 MOCK_METHOD1(getShortVoltageMax, bool(uint32_t *value));
/device/google/sunfish/vibrator/drv2624/
DVibrator.h109 virtual bool getShortVoltageMax(uint32_t *value) = 0;
DHardware.h146 bool getShortVoltageMax(uint32_t *value) override { in getShortVoltageMax() function
DVibrator.cpp209 mHwCal->getShortVoltageMax(&shortVoltageMax); in Vibrator()
/device/google/barbet/vibrator/drv2624/
DHardware.h154 bool getShortVoltageMax(uint32_t *value) override { in getShortVoltageMax() function
DVibrator.h108 virtual bool getShortVoltageMax(uint32_t *value) = 0;
DVibrator.cpp317 mHwCal->getShortVoltageMax(&shortVoltageMax); in Vibrator()
/device/google/redfin/vibrator/drv2624/
DHardware.h169 bool getShortVoltageMax(uint32_t *value) override { in getShortVoltageMax() function
DVibrator.h112 virtual bool getShortVoltageMax(uint32_t *value) = 0;
DVibrator.cpp318 mHwCal->getShortVoltageMax(&shortVoltageMax); in Vibrator()