Searched refs:hasInstance (Results 1 – 6 of 6) sorted by relevance
32 bool RenderThread::hasInstance() { in hasInstance() function in android::uirenderer::renderthread::RenderThread37 LOG_ALWAYS_FATAL_IF(hasInstance(), "can't set an onStartHook after we've started..."); in setOnStartHook()
236 if (RenderThread::hasInstance()) { in trimMemory()245 if (RenderThread::hasInstance()) { in trimCaches()253 if (RenderThread::hasInstance()) { in purgeCaches()326 if (RenderThread::hasInstance()) { in dumpGraphicsMemory()345 if (RenderThread::hasInstance()) { in getMemoryUsage()453 if (!RenderThread::hasInstance()) return; in prepareToDraw()509 if (RenderThread::hasInstance()) { in setRtAnimationsEnabled()
204 bool RenderThread::hasInstance() { in hasInstance() function in android::uirenderer::renderthread::RenderThread209 LOG_ALWAYS_FATAL_IF(hasInstance(), "can't set an onStartHook after we've started..."); in setOnStartHook()
204 static bool hasInstance();
260 static bool isRenderThreadRunning() { return renderthread::RenderThread::hasInstance(); } in isRenderThreadRunning()
154 (!fqInstance.hasInstance() || fqInstance.getInstance() == instance.instance()); in match()160 (!fqInstance.hasInstance() || instance.matchInstance(fqInstance.getInstance())); in match()