Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/tests/
Dmocks.h41 MOCK_METHOD0(getContextCooldownTime, uint32_t());
Dtest-vibrator.cpp398 EXPECT_CALL(*mMockApi, getContextCooldownTime()).WillRepeatedly(Return(0)); in TEST_F()
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h85 virtual uint32_t getContextCooldownTime() = 0;
DHardware.h107 uint32_t getContextCooldownTime() override { in getContextCooldownTime() function
DVibrator.cpp973 mScaleCooldown = mHwApi->getContextCooldownTime(); in updateContext()