HomeSort by relevance Sort by last modified time
    Searched refs:QUEUED (Results 1 - 7 of 7) sorted by null

  /external/nist-sip/java/javax/sip/message/
Response.java 9 int QUEUED = 182;
  /external/chromium/chrome/browser/net/
url_info.h 61 QUEUED, // In name queue but not yet being resolved.
160 // Record the state prior to going to a queued state, in case we have to back
url_info.cc 50 case QUEUED: // In queue.
96 state_ = QUEUED;
104 DCHECK(QUEUED == state_);
  /frameworks/native/include/gui/
BufferQueue.h 56 // are queued while in asynchronous mode only trigger the callback if no
57 // previous frames are pending. Frames queued while in synchronous mode
189 // number of queued buffers.
203 // queued buffers will be acquired in order. In asynchronous mode,
204 // a queued buffer may be replaced by a subsequently queued buffer.
261 // to set by queueBuffer each time this slot is queued.
264 // mFrameNumber is the number of the queued frame for this slot.
383 // are freed except the currently queued buffer (if it exists).
449 // producer, but has not yet been queued or canceled. Th
    [all...]
  /frameworks/native/libs/gui/
BufferQueue.cpp 332 // See whether a buffer has been queued since the last
550 // buffer currently queued is freed
552 // and we record the new buffer index in the queued list
573 mSlots[buf].mBufferState = BufferSlot::QUEUED;
745 case BufferSlot::QUEUED: return "QUEUED";
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 92 case QUEUED :
93 retval = "Queued";
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java     [all...]

Completed in 141 milliseconds