Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderTask.h74 class MethodInvokeRenderTask : public RenderTask {
76 MethodInvokeRenderTask(RunnableMethod method) in MethodInvokeRenderTask() function
DRenderProxy.h146 void* postAndWait(MethodInvokeRenderTask* task);
148 static void* staticPostAndWait(MethodInvokeRenderTask* task);
DRenderProxy.cpp57 MethodInvokeRenderTask* task = new MethodInvokeRenderTask((RunnableMethod) Bridge_ ## method); \
682 void* RenderProxy::postAndWait(MethodInvokeRenderTask* task) { in postAndWait()
692 void* RenderProxy::staticPostAndWait(MethodInvokeRenderTask* task) { in staticPostAndWait()