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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp71 status_t FramebufferSurface::beginFrame(bool /*mustRecompose*/) { function in class:android::FramebufferSurface
H A DVirtualDisplaySurface.cpp99 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) { function in class:android::VirtualDisplaySurface
106 "Unexpected beginFrame() in %s state", dbgStateStr());
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp249 void EglManager::beginFrame(EGLSurface surface, EGLint* width, EGLint* height) { function in class:android::uirenderer::renderthread::EglManager
251 "Tried to beginFrame on EGL_NO_SURFACE!");
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp208 status_t DisplayDevice::beginFrame(bool mustRecompose) const { function in class:DisplayDevice
209 return mDisplaySurface->beginFrame(mustRecompose);

Completed in 565 milliseconds