Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DNotificationPlayer.java63 private final LinkedList<Command> mCmdQueue = new LinkedList<Command>(); field in NotificationPlayer
183 synchronized (mCmdQueue) { in run()
187 cmd = mCmdQueue.removeFirst(); in run()
205 synchronized (mCmdQueue) { in run()
206 if (mCmdQueue.size() == 0) { in run()
226 synchronized (mCmdQueue) { in onCompletion()
227 if (mCmdQueue.size() == 0) { in onCompletion()
286 synchronized (mCmdQueue) { in play()
303 synchronized (mCmdQueue) { in stop()
318 mCmdQueue.add(cmd); in enqueueLocked()
/aosp12/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 …]
/aosp12/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()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.h765 QCameraQueue mCmdQueue; variable
H A DQCamera2HWI.cpp10465 reinterpret_cast<DefWork *>(pme->mCmdQueue.dequeue()); in deferredWorkRoutine()
10806 if (mCmdQueue.enqueue(dw)) { in queueDeferredWork()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt26586 Landroid/media/AsyncPlayer;->mCmdQueue:Ljava/util/LinkedList;