Home
last modified time | relevance | path

Searched refs:isPowerHintSessionEnabled (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp267 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
DOutput.cpp467 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/
DDisplay.h96 bool isPowerHintSessionEnabled() override;
DOutput.h152 bool isPowerHintSessionEnabled() override;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h141 MOCK_METHOD(bool, isPowerHintSessionEnabled, ());
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h328 virtual bool isPowerHintSessionEnabled() = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp2022 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()