Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java228 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 …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt23708 Landroid/media/AsyncPlayer;->mCmdQueue:Ljava/util/LinkedList;