Home
last modified time | relevance | path

Searched refs:destroyFunctor (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DWebViewFunctorManager.h43 renderthread::RenderProxy::destroyFunctor(id()); in ~Handle()
111 void destroyFunctor(int functor);
H A DWebViewFunctorManager.cpp326 void WebViewFunctorManager::destroyFunctor(int functor) { in destroyFunctor() function in android::uirenderer::WebViewFunctorManager
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h88 static void destroyFunctor(int functor);
H A DRenderProxy.cpp147 void RenderProxy::destroyFunctor(int functor) { in destroyFunctor() function in android::uirenderer::renderthread::RenderProxy
150 thread.queue().post([=]() { WebViewFunctorManager::instance().destroyFunctor(functor); }); in destroyFunctor()