Searched refs:mCommandQueue (Results 1 – 3 of 3) sorted by relevance
165 protected CommandQueue mCommandQueue; field in BaseStatusBar738 mCommandQueue = new CommandQueue(this); in start()747 mBarService.registerStatusBar(mCommandQueue, iconSlots, icons, switches, binders, in start()
589 return !mCommandQueue.isEmpty(); in haveCommandsLocked()593 if (mCommandQueue.isEmpty()) { in runCommandsLockedInterruptible()598 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead(); in runCommandsLockedInterruptible()605 } while (! mCommandQueue.isEmpty()); in runCommandsLockedInterruptible()611 mCommandQueue.enqueueAtTail(commandEntry); in postCommandLocked()
864 Queue<CommandEntry> mCommandQueue; variable