Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DHintSessionWrapper.cpp115 mPermanentSessionTids = CommonPool::getThreadIds(); in init()
116 mPermanentSessionTids.push_back(mUiThreadId); in init()
117 mPermanentSessionTids.push_back(mRenderThreadId); in init()
124 mHintSessionFuture = CommonPool::async([=, this, tids = mPermanentSessionTids] { in init()
160 std::vector<pid_t> combinedTids = mPermanentSessionTids; in setActiveFunctorThreads()
DHintSessionWrapper.h68 std::vector<pid_t> mPermanentSessionTids; variable