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

  /frameworks/native/libs/gui/
BufferSlot.cpp 24 case BufferSlot::QUEUED: return "QUEUED";
BufferQueueCore.cpp 175 if (state == BufferSlot::QUEUED || state == BufferSlot::DEQUEUED) {
BufferQueueProducer.cpp 118 // clear the queue, however, so that currently queued buffers still
187 // See whether a buffer has been queued since the last
211 // it looks like we have too many buffers queued up.
345 // is queued
609 BQ_LOGE("queueBuffer: slot %d was queued without requesting "
636 mSlots[slot].mBufferState = BufferSlot::QUEUED;
669 // If the front queued buffer is still being tracked, we first
701 // Waiting here allows for two full buffers to be queued but not a
    [all...]
  /external/nist-sip/java/javax/sip/message/
Response.java 9 int QUEUED = 182;
  /frameworks/native/include/gui/
BufferSlot.h 65 // producer, but has not yet been queued or canceled. The
70 // QUEUED (via queueBuffer) or back to FREE (via cancelBuffer).
73 // QUEUED indicates that the buffer has been filled by the
74 // producer and queued for use by the consumer. The buffer
81 // queued in asynchronous mode).
82 QUEUED = 2,
85 // consumer. As with QUEUED, the contents must not be accessed
103 // mFrameNumber is the number of the queued frame for this slot. This
120 // QUEUED, it indicates when the producer has finished filling the
  /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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 526 case UIProvider.ConversationSendingState.QUEUED:
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java     [all...]

Completed in 189 milliseconds