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 588 return !mCommandQueue.isEmpty();
592 if (mCommandQueue.isEmpty()) {
597 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead();
604 } while (! mCommandQueue.isEmpty());
610 mCommandQueue.enqueueAtTail(commandEntry);
    [all...]
InputDispatcher.h 850 Queue<CommandEntry> mCommandQueue;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 145 protected CommandQueue mCommandQueue;
500 mCommandQueue = new CommandQueue(this, iconList);
505 mBarService.registerStatusBar(mCommandQueue, iconList, switches, binders);
    [all...]

Completed in 167 milliseconds