Searched refs:getContextCooldownTime (Results 1 – 5 of 5) sorted by relevance
41 MOCK_METHOD0(getContextCooldownTime, uint32_t());
398 EXPECT_CALL(*mMockApi, getContextCooldownTime()).WillRepeatedly(Return(0)); in TEST_F()
85 virtual uint32_t getContextCooldownTime() = 0;
107 uint32_t getContextCooldownTime() override { in getContextCooldownTime() function
973 mScaleCooldown = mHwApi->getContextCooldownTime(); in updateContext()