Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DWebViewFunctorManager.cpp35 ALOG_ASSERT(!sCurrentFunctor); in ScopedCurrentFunctor()
37 sCurrentFunctor = functor; in ScopedCurrentFunctor()
40 ALOG_ASSERT(sCurrentFunctor); in ~ScopedCurrentFunctor()
41 sCurrentFunctor = nullptr; in ~ScopedCurrentFunctor()
45 ALOG_ASSERT(sCurrentFunctor); in getSurfaceControl()
46 return sCurrentFunctor->getSurfaceControl(); in getSurfaceControl()
49 ALOG_ASSERT(sCurrentFunctor); in mergeTransaction()
50 sCurrentFunctor->mergeTransaction(transaction); in mergeTransaction()
54 static WebViewFunctor* sCurrentFunctor; member in android::uirenderer::__anonaef426a40111::ScopedCurrentFunctor
57 WebViewFunctor* ScopedCurrentFunctor::sCurrentFunctor = nullptr; member in android::uirenderer::__anonaef426a40111::ScopedCurrentFunctor