Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp164 CREATE_BRIDGE2(pauseSurface, CanvasContext* context, Surface* surface) { in CREATE_BRIDGE2() argument
165 return (void*) args->context->pauseSurface(args->surface); in CREATE_BRIDGE2()
168 bool RenderProxy::pauseSurface(const sp<Surface>& surface) { in pauseSurface() function in android::uirenderer::renderthread::RenderProxy
169 SETUP_TASK(pauseSurface); in pauseSurface()
DRenderProxy.h81 ANDROID_API bool pauseSurface(const sp<Surface>& surface);
DCanvasContext.h84 bool pauseSurface(Surface* surface);
DCanvasContext.cpp140 bool CanvasContext::pauseSurface(Surface* surface) { in pauseSurface() function in android::uirenderer::renderthread::CanvasContext
/frameworks/base/core/java/android/view/
DThreadedRenderer.java486 boolean pauseSurface(Surface surface) { in pauseSurface() method in ThreadedRenderer
DViewRootImpl.java1751 if (mAttachInfo.mHardwareRenderer.pauseSurface(mSurface)) { in performTraversals()
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp690 return proxy->pauseSurface(surface); in android_view_ThreadedRenderer_pauseSurface()