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 void pauseSurface(Surface surface);
ThreadedRenderer.java 156 void pauseSurface(Surface surface) {
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 118 void CanvasContext::pauseSurface(ANativeWindow* window) {
RenderProxy.cpp 146 CREATE_BRIDGE2(pauseSurface, CanvasContext* context, ANativeWindow* window) {
147 args->context->pauseSurface(args->window);
151 void RenderProxy::pauseSurface(const sp<ANativeWindow>& window) {
152 SETUP_TASK(pauseSurface);

Completed in 2304 milliseconds