Searched refs:QUEUED (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/gui/
H A DBufferQueue.h374 // be in either the DEQUEUED or QUEUED state. In asynchronous mode,
375 // however, the current buffer is always in the QUEUED state.
379 // QUEUED indicates that the buffer has been queued by the client,
382 // buffer away from the QUEUED state. However, in Synchronous mode
387 QUEUED = 2, enumerator in enum:android::BufferQueue::BufferSlot::BufferState
430 // QUEUED, it indicates when the producer has finished filling the
/frameworks/native/libs/gui/
H A DBufferQueue.cpp572 mSlots[buf].mBufferState = BufferSlot::QUEUED;
741 case BufferSlot::QUEUED: return "QUEUED";
1048 if (state == BufferSlot::QUEUED || state == BufferSlot::DEQUEUED) {
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java1129 case Response.QUEUED:

Completed in 1524 milliseconds