Home | History | Annotate | Download | only in media

Lines Matching refs:mQueue

1134         private LinkedBlockingQueue<Uri> mQueue = new LinkedBlockingQueue<>(1);
1160 mQueue.put(uri);
1167 return mQueue.take();