Searched defs:beginFrame (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp91 status_t FramebufferSurface::beginFrame(bool /*mustRecompose*/) { function in class:android::FramebufferSurface
H A DVirtualDisplaySurface.cpp114 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) { function in class:android::VirtualDisplaySurface
121 "Unexpected beginFrame() in %s state", dbgStateStr());
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp302 Frame EglManager::beginFrame(EGLSurface surface) { function in class:android::uirenderer::renderthread::EglManager
304 "Tried to beginFrame on EGL_NO_SURFACE!");
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp265 status_t DisplayDevice::beginFrame(bool mustRecompose) const { function in class:DisplayDevice
266 return mDisplaySurface->beginFrame(mustRecompose);

Completed in 20 milliseconds