Home
last modified time | relevance | path

Searched refs:supportsTid (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/platform/host/thread/
DCommonPoolBase.h50 bool supportsTid() { return false; } in supportsTid() function
/frameworks/base/libs/hwui/platform/android/thread/
DCommonPoolBase.h51 bool supportsTid() { return true; } in supportsTid() function
/frameworks/base/libs/hwui/thread/
DCommonPool.cpp50 if (pool->supportsTid()) { in CommonPool()