Home
last modified time | relevance | path

Searched refs:onFrameCommitted (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
H A DDisplaySurface.h34 MOCK_METHOD0(onFrameCommitted, void());
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DDisplaySurface.h71 virtual void onFrameCommitted() = 0;
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.h50 virtual void onFrameCommitted();
H A DVirtualDisplaySurface.h91 virtual void onFrameCommitted();
H A DFramebufferSurface.cpp164 void FramebufferSurface::onFrameCommitted() { in onFrameCommitted() function in android::FramebufferSurface
H A DVirtualDisplaySurface.cpp242 void VirtualDisplaySurface::onFrameCommitted() { in onFrameCommitted() function in android::VirtualDisplaySurface
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DRenderSurface.cpp250 mDisplaySurface->onFrameCommitted(); in onPresentDisplayCompleted()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DRenderSurfaceTest.cpp355 EXPECT_CALL(*mDisplaySurface, onFrameCommitted()).Times(1); in TEST_F()
H A DDisplayTest.cpp1024 EXPECT_CALL(*mDisplaySurface, onFrameCommitted()); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp332 EXPECT_CALL(*test->mDisplaySurface, onFrameCommitted()).Times(1); in setupCommonCompositionCallExpectations()