HomeSort by relevance Sort by last modified time
    Searched defs:pauseSurface (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/view/
HardwareRenderer.java 238 abstract boolean pauseSurface(Surface surface);
ThreadedRenderer.java 159 boolean pauseSurface(Surface surface) {
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 126 bool CanvasContext::pauseSurface(ANativeWindow* window) {
RenderProxy.cpp 158 CREATE_BRIDGE2(pauseSurface, CanvasContext* context, ANativeWindow* window) {
159 return (void*) args->context->pauseSurface(args->window);
162 bool RenderProxy::pauseSurface(const sp<ANativeWindow>& window) {
163 SETUP_TASK(pauseSurface);

Completed in 74 milliseconds