Searched defs:CommandEntry (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp594 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead();
605 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) {
606 CommandEntry* commandEntry = new CommandEntry(command);
691 CommandEntry* commandEntry = postCommandLocked(
764 CommandEntry* commandEntry = postCommandLocked(
1763 CommandEntry* commandEntry = postCommandLocked(
3361 CommandEntry* commandEntry = postCommandLocked(
3374 CommandEntry* commandEntry = postCommandLocked(
3406 CommandEntry* commandEntr
4343 InputDispatcher::CommandEntry::CommandEntry(Command command) : function in class:android::InputDispatcher::CommandEntry
[all...]
H A DInputDispatcher.h584 struct CommandEntry;
585 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
588 struct CommandEntry : Link<CommandEntry> { struct in class:android::InputDispatcher
589 CommandEntry(Command command);
590 ~CommandEntry();
852 Queue<CommandEntry> mCommandQueue;
912 CommandEntry* postCommandLocked(Command command);
1089 void doNotifyConfigurationChangedInterruptible(CommandEntry* commandEntry);
1090 void doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntr
[all...]

Completed in 41 milliseconds