Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediatranscoding/
H A DTranscodingSessionController.cpp341 mUidSortedList.push_back(OFFLINE_UID); in TranscodingSessionController()
342 mOfflineUidIterator = mUidSortedList.begin(); in TranscodingSessionController()
393 std::vector<int32_t> uids(mUidSortedList.begin(), mUidSortedList.end()); in dumpAllSessions()
442 uid_t topUid = *mUidSortedList.begin(); in getTopSession_l()
633 mUidSortedList.remove(uid); in removeSession_l()
693 uid_t curTopUid = *mUidSortedList.begin(); in moveUidsToTop_l()
698 for (auto it = mUidSortedList.begin(); it != mUidSortedList.end();) { in moveUidsToTop_l()
702 it = mUidSortedList.erase(it); in moveUidsToTop_l()
709 mUidSortedList.push_front(uid); in moveUidsToTop_l()
722 mUidSortedList.push_front(curTopUid); in moveUidsToTop_l()
[all …]
/aosp12/frameworks/av/media/libmediatranscoding/include/media/
H A DTranscodingSessionController.h164 std::list<uid_t> mUidSortedList; variable