Searched refs:MethodInvokeRenderTask (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DRenderTask.h43 * MethodInvokeRenderTask however is currently allocated with new, so it will
74 class MethodInvokeRenderTask : public RenderTask { class in namespace:android::uirenderer::renderthread
76 MethodInvokeRenderTask(RunnableMethod method) function in class:android::uirenderer::renderthread::MethodInvokeRenderTask
H A DRenderProxy.h115 void* postAndWait(MethodInvokeRenderTask* task);
117 static void* staticPostAndWait(MethodInvokeRenderTask* task);
H A DRenderProxy.cpp52 MethodInvokeRenderTask* task = new MethodInvokeRenderTask((RunnableMethod) Bridge_ ## method); \
417 void* RenderProxy::postAndWait(MethodInvokeRenderTask* task) {
427 void* RenderProxy::staticPostAndWait(MethodInvokeRenderTask* task) {

Completed in 1464 milliseconds