Searched refs:mCommandQueue (Results 1 – 2 of 2) sorted by relevance
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()
105 std::queue<Command> mCommandQueue; variable