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

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java237 abstract boolean pauseSurface(Surface surface); method in class:HardwareRenderer
H A DThreadedRenderer.java161 boolean pauseSurface(Surface surface) { method in class:ThreadedRenderer
H A DViewRootImpl.java1573 if (mAttachInfo.mHardwareRenderer.pauseSurface(mSurface)) {
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h72 bool pauseSurface(ANativeWindow* window);
H A DRenderProxy.h72 ANDROID_API bool pauseSurface(const sp<ANativeWindow>& window);
H A DRenderProxy.cpp165 CREATE_BRIDGE2(pauseSurface, CanvasContext* context, ANativeWindow* window) {
166 return (void*) args->context->pauseSurface(args->window);
169 bool RenderProxy::pauseSurface(const sp<ANativeWindow>& window) { function in class:android::uirenderer::renderthread::RenderProxy
170 SETUP_TASK(pauseSurface);
H A DCanvasContext.cpp125 bool CanvasContext::pauseSurface(ANativeWindow* window) { function in class:android::uirenderer::renderthread::CanvasContext
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp289 return proxy->pauseSurface(window);

Completed in 150 milliseconds