Searched refs:getLongFrequencyShift (Results 1 – 15 of 15) sorted by relevance
51 MOCK_METHOD1(getLongFrequencyShift, bool(uint32_t *value));
154 EXPECT_TRUE(mHwCal->getLongFrequencyShift(&actual)); in TEST_F()167 EXPECT_TRUE(mHwCal->getLongFrequencyShift(&actual)); in TEST_F()
154 ON_CALL(*mMockCal, getLongFrequencyShift(_)) in createMock()225 EXPECT_CALL(*mMockCal, getLongFrequencyShift(_)).Times(times); in relaxMock()278 EXPECT_CALL(*mMockCal, getLongFrequencyShift(_)).WillOnce(DoDefault()); in TEST_P()
65 MOCK_METHOD1(getLongFrequencyShift, bool(int32_t *value));
67 MOCK_METHOD1(getLongFrequencyShift, bool(int32_t *value));
319 EXPECT_CALL(*mMockCal, getLongFrequencyShift(_)).Times(times); in relaxMock()376 EXPECT_CALL(*mMockCal, getLongFrequencyShift(_)).WillOnce(Return(true)); in TEST_F()
122 bool getLongFrequencyShift(uint32_t *value) override { in getLongFrequencyShift() function
101 virtual bool getLongFrequencyShift(uint32_t *value) = 0;
87 mHwCal->getLongFrequencyShift(&longFreqencyShift); in Vibrator()
150 bool getLongFrequencyShift(int32_t *value) override { in getLongFrequencyShift() function
127 virtual bool getLongFrequencyShift(int32_t *value) = 0;
245 mHwCal->getLongFrequencyShift(&longFreqencyShift);
137 virtual bool getLongFrequencyShift(int32_t *value) = 0;
487 bool getLongFrequencyShift(int32_t *value) override { in getLongFrequencyShift() function
260 mHwCal->getLongFrequencyShift(&longFrequencyShift);