Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp567 (mPowerHintSession == nullptr) && useHintSession && !mBinderTids.empty(); in Routine()
585 needStartHintSession = (mPowerHintSession == nullptr) && useHintSession && !mBinderTids.empty(); in Routine()
634 if (mBinderTids.count(tid) != 0) { in addBinderTid()
639 mBinderTids.emplace(tid); in addBinderTid()
646 if (mBinderTids.erase(tid) == 0) { in removeBinderTid()
657 std::vector<int> tids(mBinderTids.begin(), mBinderTids.end()); in startHintSession()
DExynosDisplay.h1573 std::set<pid_t> mBinderTids; variable