Searched refs:getCloseLoopThreshold (Results 1 – 6 of 6) sorted by relevance
48 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()
147 ON_CALL(*mMockCal, getCloseLoopThreshold(_)) in createMock()221 EXPECT_CALL(*mMockCal, getCloseLoopThreshold(_)).Times(times); in relaxMock()272 EXPECT_CALL(*mMockCal, getCloseLoopThreshold(_)).WillOnce(DoDefault()); in TEST_P()
94 virtual bool getCloseLoopThreshold(uint32_t *value) = 0;
112 bool getCloseLoopThreshold(uint32_t *value) override { in getCloseLoopThreshold() function
76 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()