Searched refs:queue (Results 101 - 108 of 108) sorted by relevance

12345

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h611 // Generic queue implementation.
876 // Adds an event to a queue of recent events for debugging purposes.
1080 void drainDispatchQueueLocked(Queue<DispatchEntry>* queue);
H A DInputDispatcher.cpp82 // queue of waiting unfinished events, then ANRs will similarly be delayed by one second.
286 // The inbound queue is empty so the app switch key we were waiting
308 // Inbound queue has at least one entry.
456 // Flag the event, and start pruning the input queue.
1689 "Outbound queue length: %d. Wait queue length: %d.",
1709 "delivered to it. Outbound queue length: %d. Wait queue length: %d.",
1725 // The one case where we pause input event delivery is when the wait queue is piling
1733 "%0.1fms ago. Wait queue lengt
2122 drainDispatchQueueLocked(Queue<DispatchEntry>* queue) argument
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java654 // Round-robin queue for scheduling full backup passes
767 ArrayList<BackupRequest> queue = new ArrayList<BackupRequest>();
770 // Do we have any work to do? Construct the work queue
775 queue.add(b);
780 // Start a new backup-queue journal file too
792 if (queue.size() > 0) {
797 queue, oldJournal, null, null, false);
908 HashSet<String> queue;
910 // Snapshot the pending-init queue and work on that
912 queue
2672 PerformBackupTask(IBackupTransport transport, String dirName, ArrayList<BackupRequest> queue, File journal, IBackupObserver observer, ArrayList<String> pendingFullBackups, boolean userInitiated) argument
[all...]
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp277 // our slots are empty but we have many buffers in the queue. This can
284 BQ_LOGV("%s: queue size is %zu, waiting", callerString,
313 // If no buffer is found, or if the queue has too many buffers
693 "[queue %u]", buffer->getGenerationNumber(),
824 mSlots[slot].mBufferState.queue();
862 // When the queue is empty, we can ignore mDequeueBufferCannotBlock
863 // and simply queue this buffer
867 // When the queue is not empty, we need to look at the last buffer
868 // in the queue to see if we need to replace it
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/av/media/libstagefright/
H A DACodec.cpp4739 List<sp<AMessage> > queue = mDeferredQueue; local
4742 List<sp<AMessage> >::iterator it = queue.begin();
4743 while (it != queue.end()) {
6212 // or out-of-order dequeued buffers in the render queue prior to this buffer. Drop these,
6215 // buffer-queue to notify us of released buffers and their fences (in the future).
/frameworks/base/tools/aapt/
H A DResource.cpp1557 std::queue<CompileResourceWorkItem>& workQueue = table.getWorkQueue();

Completed in 566 milliseconds

12345