Home
last modified time | relevance | path

Searched defs:notifyFramePending (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp413 CREATE_BRIDGE1(notifyFramePending, CanvasContext* context) { in CREATE_BRIDGE1() argument
418 void RenderProxy::notifyFramePending() { in notifyFramePending() function in android::uirenderer::renderthread::RenderProxy
DCanvasContext.cpp287 void CanvasContext::notifyFramePending() { in notifyFramePending() function in android::uirenderer::renderthread::CanvasContext
/frameworks/base/core/java/android/view/
DThreadedRenderer.java875 public void notifyFramePending() { in notifyFramePending() method in ThreadedRenderer