Searched refs:getCloseLoopThreshold (Results 1 – 6 of 6) sorted by relevance
49 MOCK_METHOD1(getCloseLoopThreshold, bool(uint32_t *value));
89 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F()102 EXPECT_TRUE(mHwCal->getCloseLoopThreshold(&actual)); in TEST_F()
148 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()
115 bool getCloseLoopThreshold(uint32_t *value) override { in getCloseLoopThreshold() function
97 virtual bool getCloseLoopThreshold(uint32_t *value) = 0;
80 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()