Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp187 if (RenderThread::hasInstance()) { in trimMemory()
243 if (RenderThread::hasInstance()) { in dumpGraphicsMemory()
330 if (!RenderThread::hasInstance()) return; in prepareToDraw()
DRenderThread.cpp105 bool RenderThread::hasInstance() { in hasInstance() function in android::uirenderer::renderthread::RenderThread
110 LOG_ALWAYS_FATAL_IF(hasInstance(), "can't set an onStartHook after we've started..."); in setOnStartHook()
DRenderThread.h151 static bool hasInstance();
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h277 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()