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

/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h82 ANDROID_API bool pauseSurface(const sp<Surface>& surface);
H A DCanvasContext.h123 bool pauseSurface(Surface* surface);
H A DRenderProxy.cpp167 CREATE_BRIDGE2(pauseSurface, CanvasContext* context, Surface* surface) {
168 return (void*) args->context->pauseSurface(args->surface);
171 bool RenderProxy::pauseSurface(const sp<Surface>& surface) { function in class:android::uirenderer::renderthread::RenderProxy
172 SETUP_TASK(pauseSurface);
H A DCanvasContext.cpp213 bool CanvasContext::pauseSurface(Surface* surface) { function in class:android::uirenderer::renderthread::CanvasContext
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java485 boolean pauseSurface(Surface surface) { method in class:ThreadedRenderer
H A DViewRootImpl.java1884 if (mAttachInfo.mThreadedRenderer.pauseSurface(mSurface)) {
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp669 return proxy->pauseSurface(surface);

Completed in 1537 milliseconds