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 51 // are queued while in asynchronous mode only trigger the callback if no
52 // previous frames are pending. Frames queued while in synchronous mode
136 // queued buffers will be retired in order.
188 // to set by queueBuffer each time this slot is queued.
191 // mFrameNumber is the number of the queued frame for this slot.
313 // subsequently queued by the client.
318 // client, but has not yet been queued or canceled. The buffer is
325 // be in either the DEQUEUED or QUEUED state. In asynchronous mode,
326 // however, the current buffer is always in the QUEUED state.
327 // aka "owned by producer, ready to be queued"
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 92 case QUEUED :
93 retval = "Queued";
  /frameworks/native/libs/gui/
BufferQueue.cpp 406 // See whether a buffer has been queued since the last
610 // buffer currently queued is freed
612 // and we record the new buffer index in the queued list
632 mSlots[buf].mBufferState = BufferSlot::QUEUED;
796 case BufferSlot::QUEUED: return "QUEUED";
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java     [all...]

Completed in 184 milliseconds