Searched refs:mUnusedSlots (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp67 mUnusedSlots(),
108 mUnusedSlots.push_front(s);
250 if (delta > static_cast<int>(mUnusedSlots.size())) {
254 if (mUnusedSlots.empty()) {
257 int slot = mUnusedSlots.back();
258 mUnusedSlots.pop_back();
272 mUnusedSlots.push_back(*slot);
277 mUnusedSlots.push_back(slot);
306 std::find(mUnusedSlots.cbegin(), mUnusedSlots
[all...]
/frameworks/native/include/gui/
H A DBufferQueueCore.h202 // mUnusedSlots contains all slots that are currently unused. They should be
204 std::list<int> mUnusedSlots; member in class:android::BufferQueueCore

Completed in 1528 milliseconds