Searched defs:enqueue (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java49 public void enqueue(PlaybackQueueItem item) { method in class:AudioPlaybackHandler
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java367 long enqueue = mDownloadManager.enqueue(request);
374 return downloadSuccessful(enqueue);
383 if (!downloadSuccessful(enqueue)) {
410 * @param enqueue the id used to identify/query the DownloadManager with.
413 private boolean downloadSuccessful(long enqueue) { argument
415 query.setFilterById(enqueue);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java119 * at a time and the {@link #enqueue} method will not be available.
123 * {@link MediaControlIntent#ACTION_ENQUEUE enqueue},
172 * {@link #play}, {@link #enqueue}, and {@link #startSession}.
252 * Sends a request to enqueue a media item.
264 * @param contentUri The content Uri to enqueue.
280 public void enqueue(Uri contentUri, String mimeType, Bundle metadata, method in class:RemotePlaybackClient
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp208 mRequestQueue.enqueue(request.release());
673 status_t Camera2Device::MetadataQueue::enqueue(camera_metadata_t *buf) { function in class:android::Camera2Device::MetadataQueue
990 return queue->enqueue(filled_buffer);
1315 ALOGVV("Stream %d enqueue: Frame %d (%p) captured at %lld ns",
/frameworks/base/core/java/android/app/
H A DDownloadManager.java555 * should be called before {@link DownloadManager#enqueue(Request)} is called.
944 public long enqueue(Request request) { method in class:DownloadManager
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3669 enqueue(q);
3700 // deferred so we will enqueue it if needed.
3703 enqueue(q);
3741 private void enqueue(QueuedInputEvent q) { method in class:ViewRootImpl.AsyncInputStage
5734 // Always enqueue the input event in order, regardless of its time stamp.
6652 * The run queue is used to enqueue pending work from Views when no Handler is

Completed in 3834 milliseconds