Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/tests/
Dtest-hwcal.cpp163 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
197 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
226 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
250 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
275 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
327 EXPECT_TRUE(mHwCal->getClickVolLevels(&volActual)); in TEST_F()
377 EXPECT_TRUE(mHwCal->getClickVolLevels(&volActual)); in TEST_F()
Dmocks.h72 MOCK_METHOD1(getClickVolLevels, bool(std::array<uint32_t, 2> *value));
Dtest-vibrator.cpp244 ON_CALL(*mMockCal, getClickVolLevels(_)) in createMock()
306 EXPECT_CALL(*mMockCal, getClickVolLevels(_)).Times(times); in relaxMock()
363 volGet = EXPECT_CALL(*mMockCal, getClickVolLevels(_)).WillOnce(DoDefault()); in TEST_F()
/device/google/bluejay/vibrator/cs40l26/tests/
Dtest-hwcal.cpp163 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
197 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
226 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
250 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
275 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
327 EXPECT_TRUE(mHwCal->getClickVolLevels(&volActual)); in TEST_F()
377 EXPECT_TRUE(mHwCal->getClickVolLevels(&volActual)); in TEST_F()
Dmocks.h65 MOCK_METHOD1(getClickVolLevels, bool(std::array<uint32_t, 2> *value));
Dtest-vibrator.cpp240 ON_CALL(*mMockCal, getClickVolLevels(_)) in createMock()
302 EXPECT_CALL(*mMockCal, getClickVolLevels(_)).Times(times); in relaxMock()
356 volGet = EXPECT_CALL(*mMockCal, getClickVolLevels(_)).WillOnce(DoDefault()); in TEST_F()
/device/google/lynx/vibrator/cs40l26/tests/
Dtest-hwcal.cpp163 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
197 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
226 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
250 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
275 EXPECT_TRUE(mHwCal->getClickVolLevels(&actual)); in TEST_F()
327 EXPECT_TRUE(mHwCal->getClickVolLevels(&volActual)); in TEST_F()
377 EXPECT_TRUE(mHwCal->getClickVolLevels(&volActual)); in TEST_F()
Dmocks.h65 MOCK_METHOD1(getClickVolLevels, bool(std::array<uint32_t, 2> *value));
Dtest-vibrator.cpp240 ON_CALL(*mMockCal, getClickVolLevels(_)) in createMock()
302 EXPECT_CALL(*mMockCal, getClickVolLevels(_)).Times(times); in relaxMock()
356 volGet = EXPECT_CALL(*mMockCal, getClickVolLevels(_)).WillOnce(DoDefault()); in TEST_F()
/device/google/bluejay/vibrator/cs40l26/
DVibrator.h124 virtual bool getClickVolLevels(std::array<uint32_t, 2> *value) = 0;
DHardware.h324 bool getClickVolLevels(std::array<uint32_t, 2> *value) override { in getClickVolLevels() function
DVibrator.cpp371 mHwCal->getClickVolLevels(&mClickEffectVol);
/device/google/felix/vibrator/cs40l26/
DVibrator.h124 virtual bool getClickVolLevels(std::array<uint32_t, 2> *value) = 0;
DHardware.h347 bool getClickVolLevels(std::array<uint32_t, 2> *value) override { in getClickVolLevels() function
DVibrator.cpp493 mHwCalDef->getClickVolLevels(&(mClickEffectVol));
498 mHwCalDef->getClickVolLevels(&(mClickEffectVol));
/device/google/lynx/vibrator/cs40l26/
DVibrator.h124 virtual bool getClickVolLevels(std::array<uint32_t, 2> *value) = 0;
DHardware.h324 bool getClickVolLevels(std::array<uint32_t, 2> *value) override { in getClickVolLevels() function
DVibrator.cpp371 mHwCal->getClickVolLevels(&mClickEffectVol);