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

/frameworks/native/libs/gui/
H A DBufferQueue.cpp743 case BufferSlot::ACQUIRED: return "ACQUIRED";
755 prefix, (slot.mBufferState == BufferSlot::ACQUIRED)?">":" ", i,
778 if (mSlots[slot].mBufferState == BufferSlot::ACQUIRED) {
813 if (mSlots[i].mBufferState == BufferSlot::ACQUIRED) {
847 mSlots[buf].mBufferState = BufferSlot::ACQUIRED;
877 if (mSlots[buf].mBufferState == BufferSlot::ACQUIRED) {
/frameworks/native/include/gui/
H A DBufferQueue.h390 ACQUIRED = 3 enumerator in enum:android::BufferQueue::BufferSlot::BufferState
431 // buffer. When the buffer is DEQUEUED or ACQUIRED, the fence has been

Completed in 6 milliseconds