Searched refs:mCommandQueue (Results 1 – 7 of 7) sorted by relevance
134 std::swap(emptyQueue, mCommandQueue); in postCommand()137 mCommandQueue.push(cmd); in postCommand()153 while (!mCommandQueue.empty()) { in updateLoop()154 const Command& cmd = mCommandQueue.front(); in updateLoop()166 mCommandQueue.pop(); in updateLoop()
114 std::queue<Command> mCommandQueue; variable
74 private final CommandQueue mCommandQueue; field in CarSystemBar143 mCommandQueue = commandQueue; in CarSystemBar()169 mCommandQueue.addCallback(this); in start()173 result = mBarService.registerStatusBar(mCommandQueue); in start()188 mCommandQueue.setIcon(result.mIcons.keyAt(i), result.mIcons.valueAt(i)); in start()
79 private final CommandQueue mCommandQueue; field in NotificationPanelViewController141 mCommandQueue = commandQueue; in NotificationPanelViewController()150 mCommandQueue.addCallback(this); in NotificationPanelViewController()474 return mCommandQueue.panelsEnabled(); in shouldAnimateExpandPanel()
624 if (this->mCommandQueue.empty() && !mCurrentPhaseError) { in processCommands()636 std::swap(mCommandQueue, empty); in processCommands()639 EngineCommand ec = mCommandQueue.front(); in processCommands()640 mCommandQueue.pop(); in processCommands()715 mCommandQueue.push(EngineCommand(source, type)); in queueCommand()
272 std::queue<EngineCommand> mCommandQueue; variable
67 private CommandQueue mCommandQueue; field in CarToastUITest86 mContext.getOrCreateTestableResources().getResources(), mCommandQueue, in setUp()