Home
last modified time | relevance | path

Searched refs:mCmdQueue (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
DAsyncPlayer.java52 private final LinkedList<Command> mCmdQueue = new LinkedList(); field in AsyncPlayer
89 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java63 private final LinkedList<Command> mCmdQueue = new LinkedList<Command>(); field in NotificationPlayer
282 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt23708 Landroid/media/AsyncPlayer;->mCmdQueue:Ljava/util/LinkedList;