HomeSort by relevance Sort by last modified time
    Searched refs:QUEUED (Results 1 - 10 of 10) 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_);
  /external/chromium_org/chrome/browser/net/
url_info.h 60 QUEUED, // In name queue but not yet being resolved.
154 // Record the state prior to going to a queued state, in case we have to back
url_info.cc 86 case QUEUED: // In queue.
115 state_ = QUEUED;
123 DCHECK(QUEUED == state_);
  /frameworks/native/include/gui/
BufferQueue.h 177 // number of queued buffers.
391 // producer, but has not yet been queued or canceled. The
396 // QUEUED (via queueBuffer) or back to FREE (via cancelBuffer).
399 // QUEUED indicates that the buffer has been filled by the
400 // producer and queued for use by the consumer. The buffer
407 // queued in asynchronous mode).
408 QUEUED = 2,
411 // consumer. As with QUEUED, the contents must not be accessed
427 // mFrameNumber is the number of the queued frame for this slot. This
444 // QUEUED, it indicates when the producer has finished filling th
    [all...]
  /frameworks/native/libs/gui/
BufferQueue.cpp 180 // queue, however, so currently queued buffers still get displayed.
340 // See whether a buffer has been queued since the last
552 mSlots[buf].mBufferState = BufferSlot::QUEUED;
580 // buffer slot currently queued is marked free if still tracked
587 // and we record the new buffer in the queued list
667 // buffers queued up.
801 case BufferSlot::QUEUED: return "QUEUED";
893 // If it's specified and there's more than one buffer queued, we may
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 92 case QUEUED :
93 retval = "Queued";
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java     [all...]

Completed in 397 milliseconds