Searched refs:mUnusedSlots (Results 1 – 2 of 2) sorted by relevance
72 mUnusedSlots(), in BufferQueueCore()108 mUnusedSlots.push_front(s); in BufferQueueCore()275 if (delta > static_cast<int>(mUnusedSlots.size())) { in adjustAvailableSlotsLocked()279 if (mUnusedSlots.empty()) { in adjustAvailableSlotsLocked()282 int slot = mUnusedSlots.back(); in adjustAvailableSlotsLocked()283 mUnusedSlots.pop_back(); in adjustAvailableSlotsLocked()297 mUnusedSlots.push_back(*slot); in adjustAvailableSlotsLocked()302 mUnusedSlots.push_back(slot); in adjustAvailableSlotsLocked()331 std::find(mUnusedSlots.cbegin(), mUnusedSlots.cend(), slot) != in validateConsistencyLocked()332 mUnusedSlots.cend(); in validateConsistencyLocked()[all …]
215 std::list<int> mUnusedSlots; variable