Searched refs:mCmdQueue (Results 1 – 3 of 3) sorted by relevance
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()
63 private final LinkedList<Command> mCmdQueue = new LinkedList<Command>(); field in NotificationPlayer282 synchronized (mCmdQueue) { in run()284 cmd = mCmdQueue.removeFirst(); in run()298 synchronized (mCmdQueue) { in run()299 if (mCmdQueue.size() == 0) { in run()325 synchronized (mCmdQueue) { in onCompletion()327 if (DEBUG) { Log.d(mTag, "onCompletion queue size=" + mCmdQueue.size()); } in onCompletion()328 if ((mCmdQueue.size() == 0)) { in onCompletion()421 synchronized (mCmdQueue) { in play()452 synchronized (mCmdQueue) { in play()[all …]
23708 Landroid/media/AsyncPlayer;->mCmdQueue:Ljava/util/LinkedList;