Searched refs:getCloseLoopThreshold (Results 1 – 18 of 18) sorted by relevance
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 147 ON_CALL(*mMockCal, getCloseLoopThreshold(_)) in createMock() 219 EXPECT_CALL(*mMockCal, getCloseLoopThreshold(_)).Times(times); in relaxMock() 270 EXPECT_CALL(*mMockCal, getCloseLoopThreshold(_)).WillOnce(DoDefault()); in TEST_P()
|
D | test-hwcal.cpp | 89 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F() 102 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F()
|
D | mocks.h | 52 MOCK_METHOD1(getCloseLoopThreshold, bool(uint32_t *value));
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 147 ON_CALL(*mMockCal, getCloseLoopThreshold(_)) in createMock() 219 EXPECT_CALL(*mMockCal, getCloseLoopThreshold(_)).Times(times); in relaxMock() 270 EXPECT_CALL(*mMockCal, getCloseLoopThreshold(_)).WillOnce(DoDefault()); in TEST_P()
|
D | test-hwcal.cpp | 89 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F() 102 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F()
|
D | mocks.h | 52 MOCK_METHOD1(getCloseLoopThreshold, bool(uint32_t *value));
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 151 ON_CALL(*mMockCal, getCloseLoopThreshold(_)) in createMock() 223 EXPECT_CALL(*mMockCal, getCloseLoopThreshold(_)).Times(times); in relaxMock() 274 EXPECT_CALL(*mMockCal, getCloseLoopThreshold(_)).WillOnce(DoDefault()); in TEST_P()
|
D | test-hwcal.cpp | 90 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F() 103 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F()
|
D | mocks.h | 51 MOCK_METHOD1(getCloseLoopThreshold, bool(uint32_t *value));
|
/device/google/sunfish/vibrator/drv2624/ |
D | Vibrator.h | 103 virtual bool getCloseLoopThreshold(uint32_t *value) = 0;
|
D | Hardware.h | 136 bool getCloseLoopThreshold(uint32_t *value) override { in getCloseLoopThreshold() function
|
D | Vibrator.cpp | 197 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
|
/device/google/barbet/vibrator/drv2624/ |
D | Hardware.h | 144 bool getCloseLoopThreshold(uint32_t *value) override { in getCloseLoopThreshold() function
|
D | Vibrator.h | 102 virtual bool getCloseLoopThreshold(uint32_t *value) = 0;
|
D | Vibrator.cpp | 305 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
|
/device/google/redfin/vibrator/drv2624/ |
D | Hardware.h | 159 bool getCloseLoopThreshold(uint32_t *value) override { in getCloseLoopThreshold() function
|
D | Vibrator.h | 106 virtual bool getCloseLoopThreshold(uint32_t *value) = 0;
|
D | Vibrator.cpp | 303 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
|