Searched refs:onFrameCommitted (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockDisplaySurface.h36 MOCK_METHOD0(onFrameCommitted, void());
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplaySurface.h59 // advanceFrame must be followed by a call to onFrameCommitted before
63 // onFrameCommitted is called after the frame has been committed to the
66 virtual void onFrameCommitted() = 0;
H A DFramebufferSurface.h46 virtual void onFrameCommitted();
H A DFramebufferSurface.cpp162 void FramebufferSurface::onFrameCommitted() { function in class:android::FramebufferSurface
168 ALOGE_IF(result != NO_ERROR, "onFrameCommitted: failed to add the"
172 ALOGE_IF(result != NO_ERROR, "onFrameCommitted: error releasing buffer:"
H A DVirtualDisplaySurface.h88 virtual void onFrameCommitted();
196 // Valid after prepareFrame(), cleared in onFrameCommitted.
225 // | HWC | onFrameCommitted || IDLE |
H A DVirtualDisplaySurface.cpp231 void VirtualDisplaySurface::onFrameCommitted() { function in class:android::VirtualDisplaySurface
236 "Unexpected onFrameCommitted() in %s state", dbgStateStr());
244 VDS_LOGV("onFrameCommitted: release scratch sslot=%d", sslot);
253 VDS_LOGV("onFrameCommitted: queue sink sslot=%d", sslot);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp380 mDisplaySurface->onFrameCommitted();

Completed in 322 milliseconds