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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplaySurface.h67 // advanceFrame must be followed by a call to onFrameCommitted before
71 // onFrameCommitted is called after the frame has been committed to the
74 virtual void onFrameCommitted() = 0;
H A DFramebufferSurface.h49 virtual void onFrameCommitted();
H A DVirtualDisplaySurface.h91 virtual void onFrameCommitted();
198 // Valid after prepareFrame(), cleared in onFrameCommitted.
227 // | HWC | onFrameCommitted || IDLE |
H A DFramebufferSurface.cpp213 void FramebufferSurface::onFrameCommitted() { function in class:android::FramebufferSurface
220 ALOGE_IF(result != NO_ERROR, "onFrameCommitted: failed to add the"
225 ALOGE_IF(result != NO_ERROR, "onFrameCommitted: error releasing buffer:"
H A DVirtualDisplaySurface.cpp237 void VirtualDisplaySurface::onFrameCommitted() { function in class:android::VirtualDisplaySurface
242 "Unexpected onFrameCommitted() in %s state", dbgStateStr());
254 VDS_LOGV("onFrameCommitted: release scratch sslot=%d", sslot);
271 VDS_LOGV("onFrameCommitted: queue sink sslot=%d", sslot);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp351 mDisplaySurface->onFrameCommitted();
356 mDisplaySurface->onFrameCommitted();

Completed in 66 milliseconds