Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplay.h97 bool isPowerHintSessionGpuReportingEnabled() override;
DOutput.h153 bool isPowerHintSessionGpuReportingEnabled() override;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h142 MOCK_METHOD(bool, isPowerHintSessionGpuReportingEnabled, ());
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h329 virtual bool isPowerHintSessionGpuReportingEnabled() = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp424 bool Display::isPowerHintSessionGpuReportingEnabled() { in isPowerHintSessionGpuReportingEnabled() function in android::compositionengine::impl::Display
DOutput.cpp1219 if (isPowerHintSessionEnabled() && !isPowerHintSessionGpuReportingEnabled()) { in finishFrame()
1368 if (isPowerHintSessionGpuReportingEnabled()) { in composeSurfaces()
1568 bool Output::isPowerHintSessionGpuReportingEnabled() { in isPowerHintSessionGpuReportingEnabled() function in android::compositionengine::impl::Output
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp2023 MOCK_METHOD(bool, isPowerHintSessionGpuReportingEnabled, (), (override));
2028 EXPECT_CALL(mOutput, isPowerHintSessionGpuReportingEnabled()).WillRepeatedly(Return(true)); in OutputPresentTest()
3009 MOCK_METHOD(bool, isPowerHintSessionGpuReportingEnabled, (), (override));
3019 EXPECT_CALL(mOutput, isPowerHintSessionGpuReportingEnabled()).WillRepeatedly(Return(true)); in OutputFinishFrameTest()
3047 EXPECT_CALL(mOutput, isPowerHintSessionGpuReportingEnabled()).WillOnce(Return(false)); in TEST_F()
3529 MOCK_METHOD(bool, isPowerHintSessionGpuReportingEnabled, (), (override));
3560 EXPECT_CALL(mOutput, isPowerHintSessionGpuReportingEnabled()).WillRepeatedly(Return(true)); in OutputComposeSurfacesTest()
3834 EXPECT_CALL(mOutput, isPowerHintSessionGpuReportingEnabled()).WillOnce(Return(false)); in TEST_F()
5485 MOCK_METHOD(bool, isPowerHintSessionGpuReportingEnabled, (), (override));
5490 EXPECT_CALL(mOutput, isPowerHintSessionGpuReportingEnabled()).WillRepeatedly(Return(true)); in OutputPresentFrameAndReleaseLayersTest()