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

/frameworks/native/libs/gui/
H A DBufferQueue.cpp161 if (mSlots[i].mBufferState == BufferSlot::DEQUEUED) {
245 } else if (mSlots[slot].mBufferState != BufferSlot::DEQUEUED) {
307 if (state == BufferSlot::DEQUEUED) {
377 // buffer is now in DEQUEUED (but can also be current at the same time,
379 mSlots[buf].mBufferState = BufferSlot::DEQUEUED;
511 } else if (mSlots[buf].mBufferState != BufferSlot::DEQUEUED) {
608 } else if (mSlots[buf].mBufferState != BufferSlot::DEQUEUED) {
740 case BufferSlot::DEQUEUED: return "DEQUEUED";
1048 if (state == BufferSlot::QUEUED || state == BufferSlot::DEQUEUED) {
[all...]
/frameworks/native/include/gui/
H A DBufferQueue.h318 // that must remain in a state other than DEQUEUED.
366 // DEQUEUED indicates that the buffer has been dequeued by the
374 // be in either the DEQUEUED or QUEUED state. In asynchronous mode,
377 DEQUEUED = 1, enumerator in enum:android::BufferQueue::BufferSlot::BufferState
385 // documentation for DEQUEUED.
431 // buffer. When the buffer is DEQUEUED or ACQUIRED, the fence has been

Completed in 1600 milliseconds