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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h589 struct CommandEntry;
590 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
593 struct CommandEntry : Link<CommandEntry> { struct in class:android::InputDispatcher
594 CommandEntry(Command command);
595 ~CommandEntry();
864 Queue<CommandEntry> mCommandQueue;
940 CommandEntry* postCommandLocked(Command command);
1121 void doNotifyConfigurationChangedInterruptible(CommandEntry* commandEntry);
1122 void doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntr
[all...]
H A DInputDispatcher.cpp598 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead();
609 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) {
610 CommandEntry* commandEntry = new CommandEntry(command);
695 CommandEntry* commandEntry = postCommandLocked(
768 CommandEntry* commandEntry = postCommandLocked(
1795 CommandEntry* commandEntry = postCommandLocked(
3443 CommandEntry* commandEntry = postCommandLocked(
3456 CommandEntry* commandEntry = postCommandLocked(
3488 CommandEntry* commandEntr
4439 InputDispatcher::CommandEntry::CommandEntry(Command command) : function in class:android::InputDispatcher::CommandEntry
[all...]

Completed in 58 milliseconds