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

  /frameworks/native/libs/gui/
BufferSlot.cpp 24 case BufferSlot::QUEUED: return "QUEUED";
BufferQueueCore.cpp 166 if (state == BufferSlot::QUEUED || state == BufferSlot::DEQUEUED) {
BufferQueueProducer.cpp 118 // clear the queue, however, so that currently queued buffers still
198 // See whether a buffer has been queued since the last
220 // it looks like we have too many buffers queued up.
577 BQ_LOGE("queueBuffer: slot %d was queued without requesting "
599 mSlots[slot].mBufferState = BufferSlot::QUEUED;
629 // If the front queued buffer is still being tracked, we first
660 // 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/chromium_org/chrome/browser/net/
url_info.h 60 QUEUED, // In name queue but not yet being resolved.
153 // 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_);
  /external/chromium_org/google_apis/gcm/engine/
mcs_client.h 61 // Message was queued succcessfully.
62 QUEUED,
mcs_client.cc 332 // The message is already queued, return.
360 // Notify that the messages has been succsfully queued for sending.
361 // TODO(jianli): We should report QUEUED after writing to GCM store succeeds.
362 NotifyMessageSendStatus(message.GetProtobuf(), QUEUED);
498 // Set the queued time as necessary.
505 int queued = (clock_->Now().ToInternalValue() / local
507 DVLOG(1) << "Message was queued for " << queued << " seconds.";
508 data_message->set_queued(queued);
513 queued);
    [all...]
mcs_client_unittest.cc 48 int queued,
60 data_message.set_queued(queued);
365 EXPECT_EQ(MCSClient::QUEUED, message_send_status());
  /external/chromium_org/components/gcm_driver/
gcm_stats_recorder_impl.cc 39 case gcm::MCSClient::QUEUED:
40 return "QUEUED";
476 int queued) {
480 base::StringPrintf("Msg queued for %d seconds", queued));
gcm_stats_recorder_impl_unittest.cc 28 gcm::MCSClient::QUEUED;
92 static const char kSentToWireDetails[] = "Msg queued for 5 seconds";
93 static const char kNotifySendStatusEvent[] = "SEND status: QUEUED";
gcm_client_impl.cc 69 case MCSClient::QUEUED:
    [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...]
  /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 417 milliseconds