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.java62 private LinkedList<Command> mCmdQueue = new LinkedList(); field in class:NotificationPlayer
162 synchronized (mCmdQueue) {
164 cmd = mCmdQueue.removeFirst();
194 synchronized (mCmdQueue) {
195 if (mCmdQueue.size() == 0) {
214 synchronized (mCmdQueue) {
215 if (mCmdQueue.size() == 0) {
272 synchronized (mCmdQueue) {
283 synchronized (mCmdQueue) {
297 mCmdQueue
[all...]

Completed in 61 milliseconds