Searched refs:mCmdQueue (Results 1 – 1 of 1) sorted by relevance
64 private LinkedList<Command> mCmdQueue = new LinkedList<Command>(); field in NotificationPlayer167 synchronized (mCmdQueue) { in run()169 cmd = mCmdQueue.removeFirst(); in run()199 synchronized (mCmdQueue) { in run()200 if (mCmdQueue.size() == 0) { in run()220 synchronized (mCmdQueue) { in onCompletion()221 if (mCmdQueue.size() == 0) { in onCompletion()282 synchronized (mCmdQueue) { in play()293 synchronized (mCmdQueue) { in stop()307 mCmdQueue.add(cmd); in enqueueLocked()