Searched refs:getLongVoltageMax (Results 1 – 18 of 18) sorted by relevance
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 157 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()
|
D | test-hwcal.cpp | 206 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F() 219 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
|
D | mocks.h | 56 MOCK_METHOD1(getLongVoltageMax, bool(uint32_t *value));
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 157 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()
|
D | test-hwcal.cpp | 206 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F() 219 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
|
D | mocks.h | 56 MOCK_METHOD1(getLongVoltageMax, bool(uint32_t *value));
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 161 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()
|
D | test-hwcal.cpp | 207 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F() 220 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
|
D | mocks.h | 55 MOCK_METHOD1(getLongVoltageMax, bool(uint32_t *value));
|
/device/google/sunfish/vibrator/drv2624/ |
D | Vibrator.h | 111 virtual bool getLongVoltageMax(uint32_t *value) = 0;
|
D | Hardware.h | 149 bool getLongVoltageMax(uint32_t *value) override { in getLongVoltageMax() function
|
D | Vibrator.cpp | 210 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()
|
/device/google/barbet/vibrator/drv2624/ |
D | Hardware.h | 157 bool getLongVoltageMax(uint32_t *value) override { in getLongVoltageMax() function
|
D | Vibrator.h | 110 virtual bool getLongVoltageMax(uint32_t *value) = 0;
|
D | Vibrator.cpp | 318 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()
|
/device/google/redfin/vibrator/drv2624/ |
D | Hardware.h | 172 bool getLongVoltageMax(uint32_t *value) override { in getLongVoltageMax() function
|
D | Vibrator.h | 114 virtual bool getLongVoltageMax(uint32_t *value) = 0;
|
D | Vibrator.cpp | 319 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()
|