/frameworks/base/libs/hwui/ |
D | AnimatorManager.cpp | 146 AnimateFunctor functor(info, mAnimationHandle->context(), &dirtyMask); in animateCommon() local 184 EndActiveAnimatorsFunctor functor(mAnimationHandle->context()); in endAllActiveAnimators() local
|
D | FontRenderer.cpp | 644 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()
|
D | DisplayList.h | 119 Functor* functor; member
|
D | BakedOpDispatcher.cpp | 303 TextDrawFunctor functor(&renderer, &state, renderClip, in renderText() local 764 TextDrawFunctor functor(&renderer, &state, renderTargetClip, in onTextOnPathOp() local
|
D | DisplayListCanvas.cpp | 84 void DisplayListCanvas::callDrawGLFunction(Functor* functor, in callDrawGLFunction()
|
D | RecordingCanvas.cpp | 615 void RecordingCanvas::callDrawGLFunction(Functor* functor, in callDrawGLFunction()
|
D | RecordedOp.h | 276 Functor* functor; member
|
D | OpenGLRenderer.cpp | 224 void OpenGLRenderer::callDrawGLFunction(Functor* functor, Rect& dirty) { in callDrawGLFunction()
|
D | SkiaCanvas.cpp | 851 void SkiaCanvas::callDrawGLFunction(Functor* functor, in callDrawGLFunction()
|
D | DisplayListOp.h | 1387 DrawFunctorOp(Functor* functor) in DrawFunctorOp()
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobStore.java | 209 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/ |
D | layers_extensions.cpp | 323 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/ |
D | draw_gl_functor.cpp | 126 void DestroyGLFunctor(JNIEnv*, jclass, jlong functor) { in DestroyGLFunctor()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | RenderNodeTests.cpp | 72 void onGlFunctorReleased(Functor* functor) override { in TEST()
|
/frameworks/base/core/jni/ |
D | android_view_DisplayListCanvas.cpp | 81 virtual void onGlFunctorReleased(Functor* functor) override { in onGlFunctorReleased() 107 Functor* functor = reinterpret_cast<Functor*>(functorPtr); in android_view_DisplayListCanvas_callDrawGLFunction() local
|
D | android_view_RenderNode.cpp | 577 auto functor = std::bind( in android_view_RenderNode_requestPositionUpdates() local
|
D | android_view_ThreadedRenderer.cpp | 753 Functor* functor = reinterpret_cast<Functor*>(functorPtr); in android_view_ThreadedRenderer_invokeFunctor() local
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 162 void RenderState::invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info) { in invokeFunctor()
|
/frameworks/base/core/java/android/view/ |
D | ThreadedRenderer.java | 794 static void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor() 1006 private static native void nInvokeFunctor(long functor, boolean waitForCompletion); in nInvokeFunctor()
|
D | ViewRootImpl.java | 794 public void detachFunctor(long functor) { in detachFunctor() 811 public static void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor()
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 646 void CanvasContext::invokeFunctor(RenderThread& thread, Functor* functor) { in invokeFunctor()
|
D | RenderProxy.cpp | 253 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/ |
D | PackageManagerService.java | 17339 String expectedStartTag, BlobXmlRestorer functor) in restoreFromXml()
|