Home
last modified time | relevance | path

Searched refs:isF0CompEnabled (Results 1 – 5 of 5) sorted by relevance

/device/google/felix/vibrator/cs40l26/tests/
Dmocks.h76 MOCK_METHOD0(isF0CompEnabled, bool());
Dtest-vibrator.cpp310 EXPECT_CALL(*mMockCal, isF0CompEnabled()).Times(times); in relaxMock()
367 EXPECT_CALL(*mMockCal, isF0CompEnabled()).WillOnce(Return(true)); in TEST_F()
/device/google/felix/vibrator/cs40l26/
DVibrator.h131 virtual bool isF0CompEnabled() = 0;
DHardware.h380 bool isF0CompEnabled() override { in isF0CompEnabled() function
DVibrator.cpp652 mHwApiDef->setF0CompEnable(mHwCalDef->isF0CompEnabled());
656 mHwApiDual->setF0CompEnable(mHwCalDual->isF0CompEnabled());