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

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

Completed in 665 milliseconds