[go: nahoru, domu]

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.h144 void* postAndWait(MethodInvokeRenderTask* task);
146 static void* staticPostAndWait(MethodInvokeRenderTask* task);
H A DRenderProxy.cpp53 MethodInvokeRenderTask* task = new MethodInvokeRenderTask((RunnableMethod) Bridge_ ## method); \
639 void* RenderProxy::postAndWait(MethodInvokeRenderTask* task) {
649 void* RenderProxy::staticPostAndWait(MethodInvokeRenderTask* task) {

Completed in 543 milliseconds