Home
last modified time | relevance | path

Searched refs:startHook (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/platform/host/thread/
DCommonPoolBase.h44 auto startHook = renderthread::RenderThread::getOnStartHook(); in setupThread() local
45 if (startHook) { in setupThread()
46 startHook(name.data()); in setupThread()
/frameworks/base/libs/hwui/platform/android/thread/
DCommonPoolBase.h45 auto startHook = renderthread::RenderThread::getOnStartHook(); in setupThread() local
46 if (startHook) { in setupThread()
47 startHook(name.data()); in setupThread()