Home
last modified time | relevance | path

Searched defs:mCommandQueue (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/toast/
DCarToastUITest.java67 private CommandQueue mCommandQueue; field in CarToastUITest
/packages/services/Car/cpp/evs/apps/default/
DEvsStateControl.h114 std::queue<Command> mCommandQueue; variable
/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.h272 std::queue<EngineCommand> mCommandQueue; variable
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java74 private final CommandQueue mCommandQueue; field in CarSystemBar
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java79 private final CommandQueue mCommandQueue; field in NotificationPanelViewController