Searched refs:destroyFunctor (Results 1 – 4 of 4) sorted by relevance
37 ~Handle() { renderthread::RenderProxy::destroyFunctor(id()); } in ~Handle()89 void destroyFunctor(int functor);
171 void WebViewFunctorManager::destroyFunctor(int functor) { in destroyFunctor() function in android::uirenderer::WebViewFunctorManager
85 static void destroyFunctor(int functor);
148 void RenderProxy::destroyFunctor(int functor) { in destroyFunctor() function in android::uirenderer::renderthread::RenderProxy151 thread.queue().post([=]() { WebViewFunctorManager::instance().destroyFunctor(functor); }); in destroyFunctor()