Home
last modified time | relevance | path

Searched defs:functor (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/libs/hwui/
DAnimatorManager.cpp146 AnimateFunctor functor(info, mAnimationHandle->context(), &dirtyMask); in animateCommon() local
184 EndActiveAnimatorsFunctor functor(mAnimationHandle->context()); in endAllActiveAnimators() local
DFontRenderer.cpp644 void FontRenderer::initRender(const Rect* clip, Rect* bounds, TextDrawFunctor* functor) { in initRender()
672 Rect* bounds, TextDrawFunctor* functor, bool forceFinish) { in renderPosText()
690 Rect* bounds, TextDrawFunctor* functor) { in renderTextOnPath()
DDisplayList.h119 Functor* functor; member
DBakedOpDispatcher.cpp303 TextDrawFunctor functor(&renderer, &state, renderClip, in renderText() local
764 TextDrawFunctor functor(&renderer, &state, renderTargetClip, in onTextOnPathOp() local
DDisplayListCanvas.cpp84 void DisplayListCanvas::callDrawGLFunction(Functor* functor, in callDrawGLFunction()
DRecordingCanvas.cpp615 void RecordingCanvas::callDrawGLFunction(Functor* functor, in callDrawGLFunction()
DRecordedOp.h276 Functor* functor; member
DOpenGLRenderer.cpp224 void OpenGLRenderer::callDrawGLFunction(Functor* functor, Rect& dirty) { in callDrawGLFunction()
DSkiaCanvas.cpp851 void SkiaCanvas::callDrawGLFunction(Functor* functor, in callDrawGLFunction()
DDisplayListOp.h1387 DrawFunctorOp(Functor* functor) in DrawFunctorOp()
/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java209 public void forEachJob(JobStatusFunctor functor) { in forEachJob()
213 public void forEachJob(int uid, JobStatusFunctor functor) { in forEachJob()
889 public void forEachJob(JobStatusFunctor functor) { in forEachJob()
898 public void forEachJob(int uid, JobStatusFunctor functor) { in forEachJob()
/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp323 void ForEachFileInDir(const std::string& dirname, Functor functor) { in ForEachFileInDir()
344 Functor functor) { in ForEachFileInZip()
384 void ForEachFileInPath(const std::string& path, Functor functor) { in ForEachFileInPath()
/frameworks/webview/chromium/plat_support/
Ddraw_gl_functor.cpp126 void DestroyGLFunctor(JNIEnv*, jclass, jlong functor) { in DestroyGLFunctor()
/frameworks/base/libs/hwui/tests/unit/
DRenderNodeTests.cpp72 void onGlFunctorReleased(Functor* functor) override { in TEST()
/frameworks/base/core/jni/
Dandroid_view_DisplayListCanvas.cpp81 virtual void onGlFunctorReleased(Functor* functor) override { in onGlFunctorReleased()
107 Functor* functor = reinterpret_cast<Functor*>(functorPtr); in android_view_DisplayListCanvas_callDrawGLFunction() local
Dandroid_view_RenderNode.cpp577 auto functor = std::bind( in android_view_RenderNode_requestPositionUpdates() local
Dandroid_view_ThreadedRenderer.cpp753 Functor* functor = reinterpret_cast<Functor*>(functorPtr); in android_view_ThreadedRenderer_invokeFunctor() local
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp162 void RenderState::invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info) { in invokeFunctor()
/frameworks/base/core/java/android/view/
DThreadedRenderer.java794 static void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor()
1006 private static native void nInvokeFunctor(long functor, boolean waitForCompletion); in nInvokeFunctor()
DViewRootImpl.java794 public void detachFunctor(long functor) { in detachFunctor()
811 public static void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp646 void CanvasContext::invokeFunctor(RenderThread& thread, Functor* functor) { in invokeFunctor()
DRenderProxy.cpp253 CREATE_BRIDGE2(invokeFunctor, RenderThread* thread, Functor* functor) { in CREATE_BRIDGE2()
258 void RenderProxy::invokeFunctor(Functor* functor, bool waitForCompletion) { in invokeFunctor()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java17339 String expectedStartTag, BlobXmlRestorer functor) in restoreFromXml()