Searched refs:hasInstance (Results 1 – 5 of 5) sorted by relevance
200 if (RenderThread::hasInstance()) { in trimMemory()207 if (RenderThread::hasInstance()) { in purgeCaches()272 if (RenderThread::hasInstance()) { in dumpGraphicsMemory()284 if (RenderThread::hasInstance()) { in getMemoryUsage()383 if (!RenderThread::hasInstance()) return; in prepareToDraw()439 if (RenderThread::hasInstance()) { in setRtAnimationsEnabled()
189 bool RenderThread::hasInstance() { in hasInstance() function in android::uirenderer::renderthread::RenderThread194 LOG_ALWAYS_FATAL_IF(hasInstance(), "can't set an onStartHook after we've started..."); in setOnStartHook()
203 static bool hasInstance();
268 static bool isRenderThreadRunning() { return renderthread::RenderThread::hasInstance(); } in isRenderThreadRunning()
153 (!fqInstance.hasInstance() || fqInstance.getInstance() == instance.instance()); in match()159 (!fqInstance.hasInstance() || instance.matchInstance(fqInstance.getInstance())); in match()