HomeSort by relevance Sort by last modified time
    Searched refs:mCommandQueue (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 582 return !mCommandQueue.isEmpty();
586 if (mCommandQueue.isEmpty()) {
591 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead();
598 } while (! mCommandQueue.isEmpty());
604 mCommandQueue.enqueueAtTail(commandEntry);
    [all...]
InputDispatcher.h 850 Queue<CommandEntry> mCommandQueue;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 149 protected CommandQueue mCommandQueue;
552 mCommandQueue = new CommandQueue(this, iconList);
557 mBarService.registerStatusBar(mCommandQueue, iconList, switches, binders);
    [all...]

Completed in 204 milliseconds