HomeSort by relevance Sort by last modified time
    Searched defs:mCmdQueue (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/java/android/media/
AsyncPlayer.java 52 private final LinkedList<Command> mCmdQueue = new LinkedList();
89 synchronized (mCmdQueue) {
91 cmd = mCmdQueue.removeFirst();
115 synchronized (mCmdQueue) {
116 if (mCmdQueue.size() == 0) {
205 synchronized (mCmdQueue) {
216 synchronized (mCmdQueue) {
230 mCmdQueue.add(cmd);
  /packages/apps/Messaging/src/com/android/messaging/util/
NotificationPlayer.java 63 private final LinkedList<Command> mCmdQueue = new LinkedList<Command>();
183 synchronized (mCmdQueue) {
187 cmd = mCmdQueue.removeFirst();
205 synchronized (mCmdQueue) {
206 if (mCmdQueue.size() == 0) {
226 synchronized (mCmdQueue) {
227 if (mCmdQueue.size() == 0) {
286 synchronized (mCmdQueue) {
303 synchronized (mCmdQueue) {
318 mCmdQueue.add(cmd)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 62 private final LinkedList<Command> mCmdQueue = new LinkedList<Command>();
221 synchronized (mCmdQueue) {
223 cmd = mCmdQueue.removeFirst();
262 synchronized (mCmdQueue) {
263 if (mCmdQueue.size() == 0) {
288 synchronized (mCmdQueue) {
290 if (DEBUG) { Log.d(mTag, "onCompletion queue size=" + mCmdQueue.size()); }
291 if ((mCmdQueue.size() == 0)) {
311 @GuardedBy("mCmdQueue")
317 @GuardedBy("mCmdQueue")
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.h 725 QCameraQueue mCmdQueue;
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.h 765 QCameraQueue mCmdQueue;
    [all...]

Completed in 114 milliseconds