Searched refs:destroyFunctor (Results 1 – 4 of 4) sorted by relevance
43 renderthread::RenderProxy::destroyFunctor(id()); in ~Handle()111 void destroyFunctor(int functor);
326 void WebViewFunctorManager::destroyFunctor(int functor) { in destroyFunctor() function in android::uirenderer::WebViewFunctorManager
88 static void destroyFunctor(int functor);
147 void RenderProxy::destroyFunctor(int functor) { in destroyFunctor() function in android::uirenderer::renderthread::RenderProxy150 thread.queue().post([=]() { WebViewFunctorManager::instance().destroyFunctor(functor); }); in destroyFunctor()