Searched refs:mCmdQueue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAsyncPlayer.java52 private final LinkedList<Command> mCmdQueue = new LinkedList(); field in class:AsyncPlayer
89 synchronized (mCmdQueue) {
91 cmd = mCmdQueue.removeFirst();
115 synchronized (mCmdQueue) {
116 if (mCmdQueue.size() == 0) {
173 synchronized (mCmdQueue) {
184 synchronized (mCmdQueue) {
198 mCmdQueue.add(cmd);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java57 private LinkedList<Command> mCmdQueue = new LinkedList(); field in class:NotificationPlayer
171 synchronized (mCmdQueue) {
173 cmd = mCmdQueue.removeFirst();
207 synchronized (mCmdQueue) {
208 if (mCmdQueue.size() == 0) {
233 synchronized (mCmdQueue) {
234 if (mCmdQueue.size() == 0) {
292 synchronized (mCmdQueue) {
303 synchronized (mCmdQueue) {
317 mCmdQueue
[all...]

Completed in 106 milliseconds