Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DWebViewFunctorManager.cpp34 ALOG_ASSERT(!sCurrentFunctor); in ScopedCurrentFunctor()
36 sCurrentFunctor = functor; in ScopedCurrentFunctor()
39 ALOG_ASSERT(sCurrentFunctor); in ~ScopedCurrentFunctor()
40 sCurrentFunctor = nullptr; in ~ScopedCurrentFunctor()
44 ALOG_ASSERT(sCurrentFunctor); in getSurfaceControl()
45 return sCurrentFunctor->getSurfaceControl(); in getSurfaceControl()
48 ALOG_ASSERT(sCurrentFunctor); in mergeTransaction()
49 sCurrentFunctor->mergeTransaction(transaction); in mergeTransaction()
53 static WebViewFunctor* sCurrentFunctor; member in android::uirenderer::__anondd9f99100110::ScopedCurrentFunctor
56 WebViewFunctor* ScopedCurrentFunctor::sCurrentFunctor = nullptr; member in android::uirenderer::__anondd9f99100110::ScopedCurrentFunctor