Searched refs:mCmdQueue (Results 1 – 6 of 6) sorted by relevance
63 private final LinkedList<Command> mCmdQueue = new LinkedList<Command>(); field in NotificationPlayer183 synchronized (mCmdQueue) { in run()187 cmd = mCmdQueue.removeFirst(); in run()205 synchronized (mCmdQueue) { in run()206 if (mCmdQueue.size() == 0) { in run()226 synchronized (mCmdQueue) { in onCompletion()227 if (mCmdQueue.size() == 0) { in onCompletion()286 synchronized (mCmdQueue) { in play()303 synchronized (mCmdQueue) { in stop()318 mCmdQueue.add(cmd); in enqueueLocked()
228 synchronized (mCmdQueue) { in run()230 cmd = mCmdQueue.removeFirst(); in run()279 synchronized (mCmdQueue) { in run()280 if (mCmdQueue.size() == 0) { in run()305 synchronized (mCmdQueue) { in onCompletion()308 if ((mCmdQueue.size() == 0)) { in onCompletion()399 synchronized (mCmdQueue) { in play()427 synchronized (mCmdQueue) { in play()439 synchronized (mCmdQueue) { in stop()454 mCmdQueue.add(cmd); in enqueueLocked()[all …]
52 private final LinkedList<Command> mCmdQueue = new LinkedList(); field in AsyncPlayer89 synchronized (mCmdQueue) { in run()91 cmd = mCmdQueue.removeFirst(); in run()115 synchronized (mCmdQueue) { in run()116 if (mCmdQueue.size() == 0) { in run()205 synchronized (mCmdQueue) { in play()216 synchronized (mCmdQueue) { in stop()230 mCmdQueue.add(cmd); in enqueueLocked()
765 QCameraQueue mCmdQueue; variable
10465 reinterpret_cast<DefWork *>(pme->mCmdQueue.dequeue()); in deferredWorkRoutine()10806 if (mCmdQueue.enqueue(dw)) { in queueDeferredWork()
26586 Landroid/media/AsyncPlayer;->mCmdQueue:Ljava/util/LinkedList;