Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp191 if (RenderThread::hasInstance()) { in trimMemory()
247 if (RenderThread::hasInstance()) { in dumpGraphicsMemory()
334 if (!RenderThread::hasInstance()) return; in prepareToDraw()
DRenderThread.cpp116 bool RenderThread::hasInstance() { in hasInstance() function in android::uirenderer::renderthread::RenderThread
121 LOG_ALWAYS_FATAL_IF(hasInstance(), "can't set an onStartHook after we've started..."); in setOnStartHook()
DRenderThread.h145 static bool hasInstance();
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h276 static bool isRenderThreadRunning() { return renderthread::RenderThread::hasInstance(); } in isRenderThreadRunning()
/frameworks/native/cmds/lshal/
DListCommand.cpp153 (!fqInstance.hasInstance() || fqInstance.getInstance() == instance.instance()); in match()
159 (!fqInstance.hasInstance() || instance.matchInstance(fqInstance.getInstance())); in match()