Searched defs:mCmdQueue (Results 1 – 4 of 4) sorted by relevance
52 private final LinkedList<Command> mCmdQueue = new LinkedList(); field in AsyncPlayer
63 private final LinkedList<Command> mCmdQueue = new LinkedList<Command>(); field in NotificationPlayer
62 private final LinkedList<Command> mCmdQueue = new LinkedList<Command>(); field in NotificationPlayer
765 QCameraQueue mCmdQueue; variable