Home
last modified time | relevance | path

Searched refs:CommonPoolBase (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/platform/host/thread/
DCommonPoolBase.h29 class CommonPoolBase {
30 PREVENT_COPY_AND_ASSIGN(CommonPoolBase);
33 CommonPoolBase() {} in CommonPoolBase() function
/frameworks/base/libs/hwui/platform/android/thread/
DCommonPoolBase.h27 class CommonPoolBase {
28 PREVENT_COPY_AND_ASSIGN(CommonPoolBase);
31 CommonPoolBase() {} in CommonPoolBase() function
/frameworks/base/libs/hwui/thread/
DCommonPool.cpp26 CommonPool::CommonPool() : CommonPoolBase() { in CommonPool()
DCommonPool.h77 class CommonPool : private CommonPoolBase {