Searched refs:isPowerHintSessionEnabled (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Display.cpp | 267 if (isPowerHintSessionEnabled()) { in chooseCompositionStrategy() 385 if (isPowerHintSessionEnabled() && getState().earliestPresentTime) { in presentFrame() 391 if (isPowerHintSessionEnabled()) { in presentFrame() 420 bool Display::isPowerHintSessionEnabled() { in isPowerHintSessionEnabled() function in android::compositionengine::impl::Display
|
D | Output.cpp | 467 if (isPowerHintSessionEnabled()) { in present() 1219 if (isPowerHintSessionEnabled() && !isPowerHintSessionGpuReportingEnabled()) { in finishFrame() 1364 if (isPowerHintSessionEnabled()) { in composeSurfaces() 1564 bool Output::isPowerHintSessionEnabled() { in isPowerHintSessionEnabled() function in android::compositionengine::impl::Output
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | Display.h | 96 bool isPowerHintSessionEnabled() override;
|
D | Output.h | 152 bool isPowerHintSessionEnabled() override;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | Output.h | 141 MOCK_METHOD(bool, isPowerHintSessionEnabled, ());
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | Output.h | 328 virtual bool isPowerHintSessionEnabled() = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputTest.cpp | 2022 MOCK_METHOD(bool, isPowerHintSessionEnabled, (), (override)); 2027 EXPECT_CALL(mOutput, isPowerHintSessionEnabled()).WillRepeatedly(Return(true)); in OutputPresentTest() 3008 MOCK_METHOD(bool, isPowerHintSessionEnabled, (), (override)); 3018 EXPECT_CALL(mOutput, isPowerHintSessionEnabled()).WillRepeatedly(Return(true)); in OutputFinishFrameTest() 3528 MOCK_METHOD(bool, isPowerHintSessionEnabled, (), (override)); 3559 EXPECT_CALL(mOutput, isPowerHintSessionEnabled()).WillRepeatedly(Return(true)); in OutputComposeSurfacesTest() 5484 MOCK_METHOD(bool, isPowerHintSessionEnabled, (), (override)); 5489 EXPECT_CALL(mOutput, isPowerHintSessionEnabled()).WillRepeatedly(Return(true)); in OutputPresentFrameAndReleaseLayersTest()
|