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()
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 …]
23708 Landroid/media/AsyncPlayer;->mCmdQueue:Ljava/util/LinkedList;