Home
last modified time | relevance | path

Searched refs:getLraPeriod (Results 1 – 18 of 18) sorted by relevance

/device/google/sunfish/vibrator/drv2624/tests/
Dtest-hwcal.cpp342 EXPECT_TRUE(mHwCal->getLraPeriod(&actual)); in TEST_F()
352 EXPECT_TRUE(mHwCal->getLraPeriod(&actual)); in TEST_F()
370 EXPECT_TRUE(mHwCal->getLraPeriod(&lraPeriodActual)); in TEST_F()
388 EXPECT_TRUE(mHwCal->getLraPeriod(&lraPeriodActual)); in TEST_F()
Dtest-vibrator.cpp149 ON_CALL(*mMockCal, getLraPeriod(_)) in createMock()
222 EXPECT_CALL(*mMockCal, getLraPeriod(_)).Times(times); in relaxMock()
272 EXPECT_CALL(*mMockCal, getLraPeriod(_)).InSequence(lraPeriodSeq).WillOnce(DoDefault()); in TEST_P()
Dmocks.h48 MOCK_METHOD1(getLraPeriod, bool(uint32_t *value));
/device/google/barbet/vibrator/drv2624/tests/
Dtest-hwcal.cpp341 EXPECT_TRUE(mHwCal->getLraPeriod(&actual)); in TEST_F()
351 EXPECT_TRUE(mHwCal->getLraPeriod(&actual)); in TEST_F()
369 EXPECT_TRUE(mHwCal->getLraPeriod(&lraPeriodActual)); in TEST_F()
387 EXPECT_TRUE(mHwCal->getLraPeriod(&lraPeriodActual)); in TEST_F()
Dtest-vibrator.cpp145 ON_CALL(*mMockCal, getLraPeriod(_)) in createMock()
218 EXPECT_CALL(*mMockCal, getLraPeriod(_)).Times(times); in relaxMock()
268 EXPECT_CALL(*mMockCal, getLraPeriod(_)).InSequence(lraPeriodSeq).WillOnce(DoDefault()); in TEST_P()
Dmocks.h48 MOCK_METHOD1(getLraPeriod, bool(uint32_t *value));
/device/google/redfin/vibrator/drv2624/tests/
Dtest-hwcal.cpp341 EXPECT_TRUE(mHwCal->getLraPeriod(&actual)); in TEST_F()
351 EXPECT_TRUE(mHwCal->getLraPeriod(&actual)); in TEST_F()
369 EXPECT_TRUE(mHwCal->getLraPeriod(&lraPeriodActual)); in TEST_F()
387 EXPECT_TRUE(mHwCal->getLraPeriod(&lraPeriodActual)); in TEST_F()
Dtest-vibrator.cpp145 ON_CALL(*mMockCal, getLraPeriod(_)) in createMock()
218 EXPECT_CALL(*mMockCal, getLraPeriod(_)).Times(times); in relaxMock()
268 EXPECT_CALL(*mMockCal, getLraPeriod(_)).InSequence(lraPeriodSeq).WillOnce(DoDefault()); in TEST_P()
Dmocks.h48 MOCK_METHOD1(getLraPeriod, bool(uint32_t *value));
/device/google/barbet/vibrator/drv2624/
DVibrator.cpp303 mHwCal->getLraPeriod(&lraPeriod); in Vibrator()
688 if(!mHwCal->getLraPeriod(&lraPeriod)) { in getResonantFrequency()
DHardware.h119 bool getLraPeriod(uint32_t *value) override { in getLraPeriod() function
DVibrator.h94 virtual bool getLraPeriod(uint32_t *value) = 0;
/device/google/redfin/vibrator/drv2624/
DVibrator.cpp301 mHwCal->getLraPeriod(&lraPeriod); in Vibrator()
719 if(!mHwCal->getLraPeriod(&lraPeriod)) { in getResonantFrequency()
DHardware.h122 bool getLraPeriod(uint32_t *value) override { in getLraPeriod() function
DVibrator.h94 virtual bool getLraPeriod(uint32_t *value) = 0;
/device/google/sunfish/vibrator/drv2624/
DVibrator.h97 virtual bool getLraPeriod(uint32_t *value) = 0;
DHardware.h117 bool getLraPeriod(uint32_t *value) override { in getLraPeriod() function
DVibrator.cpp195 mHwCal->getLraPeriod(&lraPeriod); in Vibrator()