Home
last modified time | relevance | path

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

12

/frameworks/base/native/webview/plat_support/
Ddraw_functor.cpp44 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 …]
Ddraw_gl_functor.cpp104 void DestroyGLFunctor(JNIEnv*, jclass, jlong functor) { in DestroyGLFunctor()
/frameworks/base/libs/hwui/platform/host/
DWebViewFunctorManager.cpp67 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/
DWebViewFunctorManager.cpp34 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()
DAnimatorManager.cpp160 AnimateFunctor functor(info, mAnimationHandle->context(), &dirtyMask); in animateCommon() local
196 EndActiveAnimatorsFunctor functor(mAnimationHandle->context()); in endAllActiveAnimators() local
/frameworks/base/libs/hwui/tests/unit/
DWebViewFunctorManagerTests.cpp35 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
DUnderlineTest.cpp120 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
DRenderNodeTests.cpp234 int functor = TestUtils::createMockFunctor(); in TEST() local
/frameworks/base/libs/hwui/platform/host/pipeline/skia/
DSkiaOpenGLPipeline.h30 static void invokeFunctor(const renderthread::RenderThread& thread, Functor* functor) {} in invokeFunctor()
DSkiaVulkanPipeline.h30 static void invokeFunctor(const renderthread::RenderThread& thread, Functor* functor) {} in invokeFunctor()
/frameworks/base/libs/hwui/pipeline/skia/
DFunctorDrawable.h39 FunctorDrawable(int functor, SkCanvas* canvas) in FunctorDrawable()
DSkiaDisplayList.cpp36 for (auto& functor : mChildFunctors) { in syncContents() local
48 for (auto& functor : mChildFunctors) { in onRemovedFromTree() local
DVkInteropFunctorDrawable.cpp60 void VkInteropFunctorDrawable::vkInvokeFunctor(Functor* functor) { in vkInvokeFunctor()
DSkiaVulkanPipeline.cpp199 void SkiaVulkanPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
DSkiaOpenGLPipeline.cpp289 void SkiaOpenGLPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
DSkiaRecordingCanvas.cpp188 void SkiaRecordingCanvas::drawWebViewFunctor(int functor) { in drawWebViewFunctor()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobStore.java473 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/
Dlayers_extensions.cpp360 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/
Dandroid_os_SystemProperties.cpp47 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/
DCanvasOpBuffer.h129 bool functor : 1 = false; member
/frameworks/base/graphics/java/android/graphics/
DRecordingCanvas.java164 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/
DWebViewDelegate.java122 public void drawWebViewFunctor(@NonNull Canvas canvas, int functor) { in drawWebViewFunctor()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_DisplayListCanvas.cpp159 …iew_DisplayListCanvas_drawWebViewFunctor(CRITICAL_JNI_PARAMS_COMMA jlong canvasPtr, jint functor) { in android_view_DisplayListCanvas_drawWebViewFunctor()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h355 static CallCounts& countsForFunctor(int functor) { return sMockFunctorCounts[functor]; } in countsForFunctor()
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp192 void RenderProxy::destroyFunctor(int functor) { in destroyFunctor()

12