Home
last modified time | relevance | path

Searched refs:mCommandQueue (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/evs/app/
DEvsStateControl.cpp137 mCommandQueue.push(cmd); in postCommand()
153 while (!mCommandQueue.empty()) { in updateLoop()
154 const Command& cmd = mCommandQueue.front(); in updateLoop()
166 mCommandQueue.pop(); in updateLoop()
DEvsStateControl.h105 std::queue<Command> mCommandQueue; variable