Home
last modified time | relevance | path

Searched refs:enablePowerHintSession (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockPowerAdvisor.h44 MOCK_METHOD(void, enablePowerHintSession, (bool enabled), (override));
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockPowerAdvisor.h42 MOCK_METHOD(void, enablePowerHintSession, (bool enabled), (override));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.h70 virtual void enablePowerHintSession(bool enabled) = 0;
130 void enablePowerHintSession(bool enabled) override;
DPowerAdvisor.cpp426 void PowerAdvisor::enablePowerHintSession(bool enabled) { in enablePowerHintSession() function in android::Hwc2::impl::PowerAdvisor
/frameworks/native/services/surfaceflinger/tests/unittests/
DPowerAdvisorTest.cpp157 mPowerAdvisor->enablePowerHintSession(true); in startPowerHintSession()
576 mPowerAdvisor->enablePowerHintSession(true); in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp769 mPowerAdvisor->enablePowerHintSession(hintSessionEnabled); in bootFinished()