Searched refs:isPowerHintSessionGpuReportingEnabled (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | Display.h | 97 bool isPowerHintSessionGpuReportingEnabled() override;
|
D | Output.h | 153 bool isPowerHintSessionGpuReportingEnabled() override;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | Output.h | 142 MOCK_METHOD(bool, isPowerHintSessionGpuReportingEnabled, ());
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | Output.h | 329 virtual bool isPowerHintSessionGpuReportingEnabled() = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Display.cpp | 424 bool Display::isPowerHintSessionGpuReportingEnabled() { in isPowerHintSessionGpuReportingEnabled() function in android::compositionengine::impl::Display
|
D | Output.cpp | 1219 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/ |
D | OutputTest.cpp | 2023 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()
|