Home
last modified time | relevance | path

Searched refs:getLongFrequencyShift (Results 1 – 15 of 15) sorted by relevance

/hardware/google/pixel/vibrator/drv2624/tests/
Dmocks.h51 MOCK_METHOD1(getLongFrequencyShift, bool(uint32_t *value));
Dtest-hwcal.cpp154 EXPECT_TRUE(mHwCal->getLongFrequencyShift(&actual)); in TEST_F()
167 EXPECT_TRUE(mHwCal->getLongFrequencyShift(&actual)); in TEST_F()
Dtest-vibrator.cpp154 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()
/hardware/google/pixel/vibrator/cs40l25/tests/
Dmocks.h65 MOCK_METHOD1(getLongFrequencyShift, bool(int32_t *value));
/hardware/google/pixel/vibrator/cs40l26/tests/
Dmocks.h67 MOCK_METHOD1(getLongFrequencyShift, bool(int32_t *value));
Dtest-vibrator.cpp319 EXPECT_CALL(*mMockCal, getLongFrequencyShift(_)).Times(times); in relaxMock()
376 EXPECT_CALL(*mMockCal, getLongFrequencyShift(_)).WillOnce(Return(true)); in TEST_F()
/hardware/google/pixel/vibrator/drv2624/
DHardware.h122 bool getLongFrequencyShift(uint32_t *value) override { in getLongFrequencyShift() function
DVibrator.h101 virtual bool getLongFrequencyShift(uint32_t *value) = 0;
DVibrator.cpp87 mHwCal->getLongFrequencyShift(&longFreqencyShift); in Vibrator()
/hardware/google/pixel/vibrator/cs40l25/
DHardware.h150 bool getLongFrequencyShift(int32_t *value) override { in getLongFrequencyShift() function
DVibrator.h127 virtual bool getLongFrequencyShift(int32_t *value) = 0;
DVibrator.cpp245 mHwCal->getLongFrequencyShift(&longFreqencyShift);
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h137 virtual bool getLongFrequencyShift(int32_t *value) = 0;
DHardware.h487 bool getLongFrequencyShift(int32_t *value) override { in getLongFrequencyShift() function
DVibrator.cpp260 mHwCal->getLongFrequencyShift(&longFrequencyShift);