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

/frameworks/base/services/input/
H A DInputDispatcher.h579 struct CommandEntry;
580 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
583 struct CommandEntry : Link<CommandEntry> { struct in class:android::InputDispatcher
584 CommandEntry(Command command);
585 ~CommandEntry();
844 Queue<CommandEntry> mCommandQueue;
900 CommandEntry* postCommandLocked(Command command);
1072 void doNotifyConfigurationChangedInterruptible(CommandEntry* commandEntry);
1073 void doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntr
[all...]
H A DInputDispatcher.cpp563 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead();
574 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) {
575 CommandEntry* commandEntry = new CommandEntry(command);
659 CommandEntry* commandEntry = postCommandLocked(
732 CommandEntry* commandEntry = postCommandLocked(
1719 CommandEntry* commandEntry = postCommandLocked(
3273 CommandEntry* commandEntry = postCommandLocked(
3286 CommandEntry* commandEntry = postCommandLocked(
3318 CommandEntry* commandEntr
4231 InputDispatcher::CommandEntry::CommandEntry(Command command) : function in class:android::InputDispatcher::CommandEntry
[all...]

Completed in 25 milliseconds