Searched refs:onPresentDisplayCompleted (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | RenderSurface.h | 44 MOCK_METHOD0(onPresentDisplayCompleted, void());
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | RenderSurface.h | 92 virtual void onPresentDisplayCompleted() = 0;
|
/frameworks/native/services/surfaceflinger/ |
D | ScreenCaptureRenderSurface.h | 69 void onPresentDisplayCompleted() override {} in onPresentDisplayCompleted() function
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | RenderSurface.h | 64 void onPresentDisplayCompleted() override;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | RenderSurface.cpp | 250 void RenderSurface::onPresentDisplayCompleted() { in onPresentDisplayCompleted() function in android::compositionengine::impl::RenderSurface
|
D | Output.cpp | 1590 mRenderSurface->onPresentDisplayCompleted(); in presentFrameAndReleaseLayers()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | RenderSurfaceTest.cpp | 362 mSurface.onPresentDisplayCompleted(); in TEST_F()
|
D | OutputTest.cpp | 3219 EXPECT_CALL(*mRenderSurface, onPresentDisplayCompleted()); in TEST_F() 3242 EXPECT_CALL(*mRenderSurface, onPresentDisplayCompleted()); in TEST_F() 3260 EXPECT_CALL(*mRenderSurface, onPresentDisplayCompleted()); in TEST_F() 3285 EXPECT_CALL(*mRenderSurface, onPresentDisplayCompleted()); in TEST_F() 3330 EXPECT_CALL(*mRenderSurface, onPresentDisplayCompleted()); in TEST_F() 3367 EXPECT_CALL(*mRenderSurface, onPresentDisplayCompleted()); in TEST_F() 3394 EXPECT_CALL(*mRenderSurface, onPresentDisplayCompleted()); in TEST_F() 3432 EXPECT_CALL(*mRenderSurface, onPresentDisplayCompleted()); in TEST_F() 3484 EXPECT_CALL(*mRenderSurface, onPresentDisplayCompleted()); in TEST_F()
|