HomeSort by relevance Sort by last modified time
    Searched defs:queue (Results 26 - 50 of 97) sorted by null

12 3 4

  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_adsp.h 21 uint16_t queue; member in struct:adsp_command_t
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_adsp.h 21 uint16_t queue; member in struct:adsp_command_t
  /packages/apps/Gallery3D/src/com/cooliris/media/
ReverseGeocoder.java 78 Deque<MediaSet> queue = sQueue; local
80 queue.clear();
85 synchronized (queue) {
86 while ((set = queue.pollFirst()) == null) {
87 queue.wait();
  /device/samsung/crespo/alsa-utils/seq/aconnect/
aconnect.c 57 printf(_(" -r,--real # convert real-time-stamp on queue\n"));
58 printf(_(" -t,--tick # convert tick-time-stamp on queue\n"));
274 int queue = 0, convert_time = 0, convert_real = 0, exclusive = 0; local
304 queue = atoi(optarg);
309 queue = atoi(optarg);
379 snd_seq_port_subscribe_set_queue(subs, queue);
  /external/guava/src/com/google/common/base/
FinalizableReferenceQueue.java 30 * A reference queue with an associated background thread that dequeues
66 * queue in ReferenceMap, which keeps the Finalizer running, and as a result,
107 * The actual reference queue that our background thread will poll.
109 final ReferenceQueue<Object> queue; field in class:FinalizableReferenceQueue
117 * Constructs a new queue.
122 ReferenceQueue<Object> queue; local
125 queue = (ReferenceQueue<Object>) startFinalizer.invoke(null,
135 queue = new ReferenceQueue<Object>();
138 this.queue = queue;
    [all...]
  /frameworks/base/core/java/android/os/
Looper.java 103 * Run the message queue in this thread. Be sure to call
108 MessageQueue queue = me.mQueue; local
110 Message msg = queue.next(); // might block
170 // NOTE: By enqueueing directly into the message queue, the
Handler.java 28 * queue. When you create a new Handler, it is bound to the thread /
29 * message queue of the thread that is creating it -- from that point on,
30 * it will deliver messages and runnables to that message queue and execute
31 * them as they come out of the message queue.
42 * you to enqueue Runnable objects to be called by the message queue when
49 * allow the item to be processed as soon as the message queue is ready
56 * running a message queue that takes care of managing the top-level
62 * in the Handler's message queue and processed when appropriate.
104 * Default constructor associates this handler with the queue for the
129 * Constructor associates this handler with the queue for th
454 MessageQueue queue = mQueue; local
482 MessageQueue queue = mQueue; local
    [all...]
StrictMode.java 801 MessageQueue queue = Looper.myQueue(); local
815 queue.addIdleHandler(new MessageQueue.IdleHandler() {
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
AAMRAssembler.cpp 99 List<sp<ABuffer> > *queue = source->queue(); local
101 if (queue->empty()) {
106 List<sp<ABuffer> >::iterator it = queue->begin();
107 while (it != queue->end()) {
112 it = queue->erase(it);
115 if (queue->empty()) {
120 sp<ABuffer> buffer = *queue->begin();
134 queue->erase(queue->begin())
    [all...]
AAVCAssembler.cpp 48 List<sp<ABuffer> > *queue = source->queue(); local
50 if (queue->empty()) {
55 List<sp<ABuffer> >::iterator it = queue->begin();
56 while (it != queue->end()) {
61 it = queue->erase(it);
64 if (queue->empty()) {
69 sp<ABuffer> buffer = *queue->begin();
87 queue->erase(queue->begin())
    [all...]
AMPEG4ElementaryAssembler.cpp 179 List<sp<ABuffer> > *queue = source->queue(); local
181 if (queue->empty()) {
186 List<sp<ABuffer> >::iterator it = queue->begin();
187 while (it != queue->end()) {
192 it = queue->erase(it);
195 if (queue->empty()) {
200 sp<ABuffer> buffer = *queue->begin();
330 queue->erase(queue->begin())
    [all...]
  /external/chromium/net/websockets/
websocket_throttle.cc 142 // If true, it will be removed from queue and deleted from the SocketStream
215 ConnectingQueue* queue = new ConnectingQueue(); local
216 queue->push_back(state);
217 addr_map_[addrkey] = queue;
234 ConnectingQueue* queue = iter->second; local
235 DCHECK(state == queue->front());
236 queue->pop_front();
237 if (queue->empty()) {
238 delete queue;
269 ConnectingQueue* queue = iter->second local
    [all...]
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 125 final LinkedList /* class VM name:String */ queue = new LinkedList (); local
128 queue.add (Descriptors.javaNameToVMName (m_rootSet [i]));
134 while (! queue.isEmpty ())
136 final String classVMName = (String) queue.removeFirst ();
173 queue.addLast (classDepVMName);
  /external/iproute2/ip/
ipntable.c 54 " [ delay_probe MSEC ] [ queue LEN ]\n"
204 } else if (strcmp(*argv, "queue") == 0) {
205 __u32 queue; local
209 if (get_u32(&queue, *argv, 0))
210 invarg("\"queue\" value is invalid", *argv);
215 NDTPA_QUEUE_LEN, queue);
511 __u32 queue = *(__u32 *)RTA_DATA(tpb[NDTPA_QUEUE_LEN]); local
512 fprintf(fp, "queue %u ", queue);
  /external/webkit/WebKit/win/
WebIconDatabase.cpp 376 Vector<String> queue; local
379 queue.swap(m_sharedWebIconDatabase->m_notificationQueue);
383 for (unsigned i = 0; i < queue.size(); ++i) {
384 if (queue[i].isNull())
387 postDidAddIconNotification(queue[i], m_sharedWebIconDatabase);
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 297 ReferenceQueue<Object> queue) {
300 refs[i] = new PhantomReference<Object>(objects[i], queue);
305 ReferenceQueue<T> queue) {
309 * the queue are marked as enqueued. Once we
310 * pull them off the queue, they will no longer
325 /* Make sure that all of the references on the queue
329 while ((ref = (PhantomReference<T>) queue.poll()) != null) {
340 "unexpected ref on queue");
383 ReferenceQueue<Object> queue = new ReferenceQueue<Object>(); local
388 makeRefs(objects, refs, queue);
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base.cc 131 // InsertRequestIntoQueue inserts the request into the queue based on
444 const RequestQueue& queue = group.pending_requests; local
445 if (queue.empty())
  /frameworks/base/libs/surfaceflinger_client/
SharedBufferStack.cpp 441 status_t SharedBufferClient::queue(int buf) function in class:android::SharedBufferClient
  /dalvik/vm/alloc/
MarkSweep.c 414 * Adds a reference to the tail of a circular queue of references.
434 * Removes the reference at the head of a circular queue of
676 * Returns true if the reference was registered with a reference queue
681 Object *queue = dvmGetFieldObject(reference, local
685 return queue != NULL && queueNext == NULL;
689 * Schedules a reference to be appended to its reference queue.
733 /* Referent is white, queue it for clearing. */
747 * referents. Cleared references registered to a reference queue are
774 * If we cleared a reference with a reference queue we must notify
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 42 import java.util.Queue;
97 * @param queue the command queue.
100 MonkeyCommandReturn translateCommand(List<String> command, CommandQueue queue);
110 CommandQueue queue) {
114 queue.enqueueEvent(new MonkeyFlipEvent(true));
117 queue.enqueueEvent(new MonkeyFlipEvent(false));
134 CommandQueue queue) {
162 queue.enqueueEvent(new MonkeyMotionEvent(MonkeyEvent.EVENT_TYPE_POINTER,
178 CommandQueue queue) {
    [all...]
  /device/samsung/crespo/alsa-utils/seq/aplaymidi/
aplaymidi.c 22 /* TODO: sequencer queue timer selection */
65 static int queue; variable
181 queue = snd_seq_alloc_named_queue(seq, "aplaymidi");
182 check_snd("create queue", queue);
183 /* the queue is now locked, which is just fine */
519 err = snd_seq_set_queue_tempo(seq, queue, queue_tempo);
521 errormsg("Cannot set queue tempo (%u/%i)",
655 ev.queue = queue;
    [all...]

Completed in 1027 milliseconds

12 3 4