Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/tests/
Dmocks.h42 MOCK_METHOD0(getContextFadeEnable, bool());
Dtest-vibrator.cpp399 EXPECT_CALL(*mMockApi, getContextFadeEnable()).WillRepeatedly(Return(false)); in TEST_F()
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h89 virtual bool getContextFadeEnable() = 0;
DHardware.h110 bool getContextFadeEnable() override { in getContextFadeEnable() function
DVibrator.cpp970 mFadeEnable = mHwApi->getContextFadeEnable(); in updateContext()