/frameworks/base/native/webview/plat_support/ |
D | draw_functor.cpp | 44 void onSync(int functor, void* data, in onSync() 54 void onContextDestroyed(int functor, void* data) { in onContextDestroyed() 59 void onDestroyed(int functor, void* data) { in onDestroyed() 65 void removeOverlays(int functor, void* data, in removeOverlays() 76 void draw_gl(int functor, void* data, in draw_gl() 132 void initializeVk(int functor, void* data, in initializeVk() 162 void drawVk(int functor, void* data, in drawVk() 221 void postDrawVk(int functor, void* data) { in postDrawVk() 267 int functor = uirenderer::WebViewFunctor_create( in CreateFunctor_v3() local 280 void ReleaseFunctor(int functor) { in ReleaseFunctor() [all …]
|
D | draw_gl_functor.cpp | 104 void DestroyGLFunctor(JNIEnv*, jclass, jlong functor) { in DestroyGLFunctor()
|
/frameworks/base/libs/hwui/platform/host/ |
D | WebViewFunctorManager.cpp | 67 void WebViewFunctorManager::releaseFunctor(int functor) {} in releaseFunctor() 71 void WebViewFunctorManager::destroyFunctor(int functor) {} in destroyFunctor() 73 void WebViewFunctorManager::reportRenderingThreads(int functor, const pid_t* thread_ids, in reportRenderingThreads() 80 sp<WebViewFunctor::Handle> WebViewFunctorManager::handleFor(int functor) { in handleFor()
|
/frameworks/base/libs/hwui/ |
D | WebViewFunctorManager.cpp | 34 ScopedCurrentFunctor(WebViewFunctor* functor) { in ScopedCurrentFunctor() 86 void WebViewFunctor_release(int functor) { in WebViewFunctor_release() 90 void WebViewFunctor_reportRenderingThreads(int functor, const pid_t* thread_ids, size_t size) { in WebViewFunctor_reportRenderingThreads() 312 void WebViewFunctorManager::releaseFunctor(int functor) { in releaseFunctor() 344 void WebViewFunctorManager::destroyFunctor(int functor) { in destroyFunctor() 358 void WebViewFunctorManager::reportRenderingThreads(int functor, const pid_t* thread_ids, in reportRenderingThreads() 384 sp<WebViewFunctor::Handle> WebViewFunctorManager::handleFor(int functor) { in handleFor()
|
D | AnimatorManager.cpp | 160 AnimateFunctor functor(info, mAnimationHandle->context(), &dirtyMask); in animateCommon() local 196 EndActiveAnimatorsFunctor functor(mAnimationHandle->context()); in endAllActiveAnimators() local
|
/frameworks/base/libs/hwui/tests/unit/ |
D | WebViewFunctorManagerTests.cpp | 35 int functor = WebViewFunctor_create( in TEST() local 51 int functor = WebViewFunctor_create( in TEST() local 94 int functor = WebViewFunctor_create( in TEST() local 123 int functor = WebViewFunctor_create( in TEST() local
|
D | UnderlineTest.cpp | 120 DrawTextFunctor functor = processFunctor({0x0061, 0x0062, 0x0063}, &paint); in TEST_WITH_FLAGS() local 134 DrawTextFunctor functor = processFunctor({0x3042, 0x3044, 0x3046}, &paint); in TEST_WITH_FLAGS() local 148 DrawTextFunctor functor = processFunctor({0x0061, 0x3044, 0x0063}, &paint); in TEST_WITH_FLAGS() local
|
D | RenderNodeTests.cpp | 234 int functor = TestUtils::createMockFunctor(); in TEST() local
|
/frameworks/base/libs/hwui/platform/host/pipeline/skia/ |
D | SkiaOpenGLPipeline.h | 30 static void invokeFunctor(const renderthread::RenderThread& thread, Functor* functor) {} in invokeFunctor()
|
D | SkiaVulkanPipeline.h | 30 static void invokeFunctor(const renderthread::RenderThread& thread, Functor* functor) {} in invokeFunctor()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | FunctorDrawable.h | 39 FunctorDrawable(int functor, SkCanvas* canvas) in FunctorDrawable()
|
D | SkiaDisplayList.cpp | 36 for (auto& functor : mChildFunctors) { in syncContents() local 48 for (auto& functor : mChildFunctors) { in onRemovedFromTree() local
|
D | VkInteropFunctorDrawable.cpp | 60 void VkInteropFunctorDrawable::vkInvokeFunctor(Functor* functor) { in vkInvokeFunctor()
|
D | SkiaVulkanPipeline.cpp | 199 void SkiaVulkanPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
|
D | SkiaOpenGLPipeline.cpp | 289 void SkiaOpenGLPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
|
D | SkiaRecordingCanvas.cpp | 188 void SkiaRecordingCanvas::drawWebViewFunctor(int functor) { in drawWebViewFunctor()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | JobStore.java | 473 public void forEachJob(Consumer<JobStatus> functor) { in forEachJob() 478 Consumer<JobStatus> functor) { in forEachJob() 482 public void forEachJob(int uid, Consumer<JobStatus> functor) { in forEachJob() 486 public void forEachJobForSourceUid(int sourceUid, Consumer<JobStatus> functor) { in forEachJobForSourceUid() 1970 @NonNull Consumer<JobStatus> functor) { in forEachJob() 1984 public void forEachJob(int callingUid, Consumer<JobStatus> functor) { in forEachJob() 1993 public void forEachJobForSourceUid(int sourceUid, Consumer<JobStatus> functor) { in forEachJobForSourceUid()
|
/frameworks/native/vulkan/libvulkan/ |
D | layers_extensions.cpp | 360 void ForEachFileInDir(const std::string& dirname, Functor functor) { in ForEachFileInDir() 381 Functor functor) { in ForEachFileInZip() 419 void ForEachFileInPath(const std::string& path, Functor functor) { in ForEachFileInPath()
|
/frameworks/base/core/jni/ |
D | android_os_SystemProperties.cpp | 47 void ReadProperty(const prop_info* prop, Functor&& functor) in ReadProperty() 63 void ReadProperty(JNIEnv* env, jstring keyJ, Functor&& functor) in ReadProperty()
|
/frameworks/base/libs/hwui/canvas/ |
D | CanvasOpBuffer.h | 129 bool functor : 1 = false; member
|
/frameworks/base/graphics/java/android/graphics/ |
D | RecordingCanvas.java | 164 public void drawWebViewFunctor(int functor) { in drawWebViewFunctor() 299 private static native void nDrawWebViewFunctor(long canvas, int functor); in nDrawWebViewFunctor()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewDelegate.java | 122 public void drawWebViewFunctor(@NonNull Canvas canvas, int functor) { in drawWebViewFunctor()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_DisplayListCanvas.cpp | 159 …iew_DisplayListCanvas_drawWebViewFunctor(CRITICAL_JNI_PARAMS_COMMA jlong canvasPtr, jint functor) { in android_view_DisplayListCanvas_drawWebViewFunctor()
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestUtils.h | 355 static CallCounts& countsForFunctor(int functor) { return sMockFunctorCounts[functor]; } in countsForFunctor()
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.cpp | 192 void RenderProxy::destroyFunctor(int functor) { in destroyFunctor()
|