OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCommandQueue
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/inputflinger/
InputDispatcher.cpp
589
return !
mCommandQueue
.isEmpty();
593
if (
mCommandQueue
.isEmpty()) {
598
CommandEntry* commandEntry =
mCommandQueue
.dequeueAtHead();
605
} while (!
mCommandQueue
.isEmpty());
611
mCommandQueue
.enqueueAtTail(commandEntry);
[
all
...]
InputDispatcher.h
864
Queue<CommandEntry>
mCommandQueue
;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java
164
protected CommandQueue
mCommandQueue
;
745
mCommandQueue
= new CommandQueue(this);
754
mBarService.registerStatusBar(
mCommandQueue
, iconSlots, icons, switches, binders,
[
all
...]
Completed in 274 milliseconds