Searched refs:functor (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DRecordingCanvas.h62 virtual void callDrawGLFunction(Functor* functor,
H A DSkiaCanvas.cpp163 virtual void callDrawGLFunction(Functor* functor,
851 void SkiaCanvas::callDrawGLFunction(Functor* functor, argument
H A DOpenGLRenderer.h148 void callDrawGLFunction(Functor* functor, Rect& dirty);
H A DDisplayListOp.h1387 DrawFunctorOp(Functor* functor) argument
1388 : DrawOp(nullptr), mFunctor(functor) {}
1391 renderer.startMark("GL functor");
H A DRenderNode.cpp394 * stencil buffer may be needed. Views that use a functor to draw will be forced onto a layer.
493 (*iter.functor)(DrawGlInfo::kModeSync, nullptr);
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp577 auto functor = std::bind( local
583 info.canvasContext.enqueueFrameWork(std::move(functor));
H A Dandroid_view_ThreadedRenderer.cpp753 Functor* functor = reinterpret_cast<Functor*>(functorPtr); local
754 RenderProxy::invokeFunctor(functor, waitForCompletion);
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp646 void CanvasContext::invokeFunctor(RenderThread& thread, Functor* functor) { argument
653 thread.renderState().invokeFunctor(functor, mode, nullptr);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java794 public void detachFunctor(long functor) { argument
803 * Schedules the functor for execution in either kModeProcess or
806 * @param functor The native functor to invoke
807 * @param waitForCompletion If true, this will not return until the functor
808 * has invoked. If false, the functor may be invoked
811 public static void invokeFunctor(long functor, boolean waitForCompletion) { argument
812 ThreadedRenderer.invokeFunctor(functor, waitForCompletion);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java17277 * it to a caller-supplied functor to be applied to the running system.
17280 String expectedStartTag, BlobXmlRestorer functor)
17304 Slog.v(TAG, ":: stepped forward, applying functor at tag " + parser.getName());
17305 functor.apply(parser, userId);
17279 restoreFromXml(XmlPullParser parser, int userId, String expectedStartTag, BlobXmlRestorer functor) argument

Completed in 241 milliseconds

12