Searched refs:hasInstance (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderProxy.cpp | 227 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 D | RenderThread.cpp | 202 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 D | RenderThread.h | 207 static bool hasInstance();
|
/aosp14/system/core/libutils/ |
H A D | Singleton_test2.cpp | 35 return SingletonTestData::hasInstance(); in singletonHasInstance()
|
H A D | Singleton_test1.cpp | 36 return SingletonTestData::hasInstance(); in singletonHasInstance()
|
/aosp14/system/core/libutils/include/utils/ |
H A D | Singleton.h | 61 static bool hasInstance() { in hasInstance() function
|
/aosp14/frameworks/base/apct-tests/perftests/rubidium/assets/ |
H A D | turtledove_generate_bid.js | 33 …hasInstance;function Qa(a){return{value:a,configurable:!1,writable:!1,enumerable:!1}};function Ra(… 39 …hasInstance]=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 D | turtledove_parametrized_generateBid.js | 32 …hasInstance;function Pa(a){return{value:a,configurable:!1,writable:!1,enumerable:!1}};function Qa(… 39 …hasInstance]=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 D | TestUtils.h | 281 static bool isRenderThreadRunning() { return renderthread::RenderThread::hasInstance(); } in isRenderThreadRunning()
|