HomeSort by relevance Sort by last modified time
    Searched refs:QUEUED (Results 1 - 9 of 9) 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/base/include/gui/
SurfaceTexture.h 54 // frames that are queued while in asynchronous mode only trigger the
55 // callback if no previous frames are pending. Frames queued while in
112 // queued buffers will be retired in order.
136 // the most recently queued buffer.
305 // subsequently queued by the client.
309 // client, but has not yet been queued or canceled. The buffer is
316 // be in either the DEQUEUED or QUEUED state. In asynchronous mode,
317 // however, the current buffer is always in the QUEUED state.
320 // QUEUED indicates that the buffer has been queued by the client
    [all...]
  /frameworks/base/include/media/stagefright/
SurfaceMediaSource.h 124 // queued buffers will be retired in order.
149 // getqueuedCount returns the number of queued frames waiting in the
213 // subseqently queued by the client.
217 // client, but has not yet been queued or canceled. The buffer is
224 // be in either the DEQUEUED or QUEUED state. In asynchronous mode,
225 // however, the current buffer is always in the QUEUED state.
228 // QUEUED indicates that the buffer has been queued by the client,
231 // buffer away from the QUEUED state. However, in Synchronous mode
235 QUEUED = 2
    [all...]
  /frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp 277 // See whether a buffer has been queued since the last setBufferCount so
500 LOGV("Client queued buf# %d @slot: %d, Q size = %d, handle = %p, timestamp = %lld",
509 // buffer currently queued is freed
511 // and we record the new buffer index in the queued list
516 mSlots[bufIndex].mBufferState = BufferSlot::QUEUED;
663 case BufferSlot::QUEUED: return "QUEUED";
756 LOGV("Read. Size of queued buffer: %d", mQueue.size());
  /frameworks/base/libs/gui/
SurfaceTexture.cpp 390 // See whether a buffer has been queued since the last
585 // buffer currently queued is freed
587 // and we record the new buffer index in the queued list
592 mSlots[buf].mBufferState = BufferSlot::QUEUED;
820 // The current buffer becomes FREE if it was still in the queued
823 if (mSlots[mCurrentTexture].mBufferState == BufferSlot::QUEUED) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 92 case QUEUED :
93 retval = "Queued";
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java     [all...]

Completed in 455 milliseconds