HomeSort by relevance Sort by last modified time
    Searched full:queued (Results 251 - 275 of 1107) sorted by null

<<11121314151617181920>>

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 317 * Remove all queued and repeating requests, and pending triggers
364 // Mix-in queued triggers into this request
366 // Purge the queued triggers from this request,
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 371 boolean queued = false;
388 else if (!queued)
389 queued = UNSAFE.compareAndSwapObject(this, waitersOffset,
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertFullScreen.java 135 // Log.d(TAG, "queued animation message id = " + msgWhat);
190 Log.d(TAG, "added FLAG_KEEP_SCREEN_ON, queued screen off message id " + msgWhat);
193 /** Remove the screen on window flags and any queued screen off message. */
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 309 LogUtils.d(TAG, "== Download queued for attachment " + att.mId + ", class " +
318 * Find a queued DownloadRequest, given the attachment's id
386 // We'll load up the newest 25 attachments that aren't loaded or queued
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
package.html 190 references to be queued by the garbage collector, or by the
199 is queued by the garbage collector. Otherwise, a finalizer of the
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.h 171 // and any pending messages queued to be sent on those channels.
218 // to open a channel. Returns true if a task was queued.
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_settings_service.cc 187 // Upload all the queued up items (either with an ADD or an UPDATE action,
205 // Process all the accumulated changes from the queued items.
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_apitest.cc 241 // In this test, two utterances are queued, and then a third
248 // Don't expect the second utterance, because it's queued up and the
  /external/chromium_org/chrome/browser/speech/
tts_controller.cc 131 // Clear any queued utterances too.
136 // If we're paused and we get an utterance that can't be queued,
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 60 // GetWalletItems(), the request will be queued and started later. Queued
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.cc 184 // event before the forwarding of queued events below, such additional events
185 // can be coalesced with existing queued events prior to dispatch.
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h 193 // Signalled when input buffers are queued onto the input_buffers_ queue.
214 // Signalled when output surfaces are queued onto the available_va_surfaces_
  /external/chromium_org/media/base/android/
media_decoder_job.cc 354 // TODO(qinmin): comparing most recently queued input's |unit.timestamp| with
410 // If output was queued for rendering, then we have completed prerolling.
  /external/chromium_org/net/quic/crypto/
crypto_server_test.cc 451 // The verification request was queued.
465 // The verification request was queued.
  /external/chromium_org/net/quic/
quic_session.h 77 // has been sent on the wire: it may have been turned into a packet and queued
150 // Returns true if the session has data to be sent, either queued in the
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTrackElement.cpp 223 // is queued, move on to the step below labeled monitoring.
231 // If the fetching algorithm does not fail, then the final task that is queued by the networking
  /external/chromium_org/third_party/skia/include/views/
SkEvent.h 240 /** Return the number of queued events. note that this value may be obsolete
255 passed, then there are no more queued delay events.
  /external/chromium_org/webkit/browser/appcache/
appcache_group_unittest.cc 264 // Pretend group's update job is terminating so that next update is queued.
285 // Start another update. Cancels task and will run queued updates.
  /external/skia/include/views/
SkEvent.h 240 /** Return the number of queued events. note that this value may be obsolete
255 passed, then there are no more queued delay events.
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h 62 // queued on this will be received by GraphicBufferSource.
104 // queued to the encoder. This is useful in the case of surface flinger
  /frameworks/base/core/java/android/printservice/
PrintJob.java 99 * Gets whether this print job is queued. Such a print job is
102 * @return Whether the print job is queued.
  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 185 ALOGD("channel '%s' ~ Sent %u queued finish events; %u left.",
204 ALOGD("channel '%s' ~ Sent %u queued finish events; none left.",
  /frameworks/native/include/gui/
ConsumerBase.h 42 // available for consumption. This means that frames that are queued
44 // frames are pending. Frames queued while in synchronous mode always
  /bootable/recovery/
ui.h 75 // Erase any queued-up keys.
  /cts/suite/audio_quality/lib/src/task/
TaskSequential.cpp 96 if (it != mAsyncTasks.end()) { // already queued

Completed in 1391 milliseconds

<<11121314151617181920>>