Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp227 if (RenderThread::hasInstance()) { in trimMemory()
236 if (RenderThread::hasInstance()) { in trimCaches()
244 if (RenderThread::hasInstance()) { in purgeCaches()
317 if (RenderThread::hasInstance()) { in dumpGraphicsMemory()
329 if (RenderThread::hasInstance()) { in getMemoryUsage()
433 if (!RenderThread::hasInstance()) return; in prepareToDraw()
489 if (RenderThread::hasInstance()) { in setRtAnimationsEnabled()
H A DRenderThread.cpp202 bool RenderThread::hasInstance() { in hasInstance() function in android::uirenderer::renderthread::RenderThread
207 LOG_ALWAYS_FATAL_IF(hasInstance(), "can't set an onStartHook after we've started..."); in setOnStartHook()
H A DRenderThread.h207 static bool hasInstance();
/aosp14/system/core/libutils/
H A DSingleton_test2.cpp35 return SingletonTestData::hasInstance(); in singletonHasInstance()
H A DSingleton_test1.cpp36 return SingletonTestData::hasInstance(); in singletonHasInstance()
/aosp14/system/core/libutils/include/utils/
H A DSingleton.h61 static bool hasInstance() { in hasInstance() function
/aosp14/frameworks/base/apct-tests/perftests/rubidium/assets/
H A Dturtledove_generate_bid.js33hasInstance;function Qa(a){return{value:a,configurable:!1,writable:!1,enumerable:!1}};function Ra(…
39hasInstance]=Qa(ib),jb));v(hb[Symbol.hasInstance]===ib,"broken defineProperties implementation")};…
42 …neProperties(Q,(ob[Symbol.hasInstance]=Qa(Object[Symbol.hasInstance]),ob));v(Q[Symbol.hasInstance]…
H A Dturtledove_parametrized_generateBid.js32hasInstance;function Pa(a){return{value:a,configurable:!1,writable:!1,enumerable:!1}};function Qa(…
39hasInstance]=Pa(gb),hb));v(fb[Symbol.hasInstance]===gb,"broken defineProperties implementation")};…
42 …neProperties(S,(lb[Symbol.hasInstance]=Pa(Object[Symbol.hasInstance]),lb));v(S[Symbol.hasInstance]…
/aosp14/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h281 static bool isRenderThreadRunning() { return renderthread::RenderThread::hasInstance(); } in isRenderThreadRunning()