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

/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h81 ANDROID_API bool pauseSurface(const sp<Surface>& surface);
H A DCanvasContext.h84 bool pauseSurface(Surface* surface);
H A DRenderProxy.cpp160 CREATE_BRIDGE2(pauseSurface, CanvasContext* context, Surface* surface) {
161 return (void*) args->context->pauseSurface(args->surface);
164 bool RenderProxy::pauseSurface(const sp<Surface>& surface) { function in class:android::uirenderer::renderthread::RenderProxy
165 SETUP_TASK(pauseSurface);
H A DCanvasContext.cpp140 bool CanvasContext::pauseSurface(Surface* surface) { function in class:android::uirenderer::renderthread::CanvasContext
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java484 boolean pauseSurface(Surface surface) { method in class:ThreadedRenderer
H A DViewRootImpl.java1739 if (mAttachInfo.mHardwareRenderer.pauseSurface(mSurface)) {
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp477 return proxy->pauseSurface(surface);

Completed in 43 milliseconds