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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp637 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead();
648 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) {
649 CommandEntry* commandEntry = new CommandEntry(command);
734 CommandEntry* commandEntry = postCommandLocked(
808 CommandEntry* commandEntry = postCommandLocked(
1831 CommandEntry* commandEntry = postCommandLocked(
3501 CommandEntry* commandEntry = postCommandLocked(
3514 CommandEntry* commandEntry = postCommandLocked(
3546 CommandEntry* commandEntr
4501 InputDispatcher::CommandEntry::CommandEntry(Command command) : function in class:android::InputDispatcher::CommandEntry
[all...]
H A DInputDispatcher.h588 struct CommandEntry;
589 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
592 struct CommandEntry : Link<CommandEntry> { struct in class:android::InputDispatcher
593 explicit CommandEntry(Command command);
594 ~CommandEntry();
863 Queue<CommandEntry> mCommandQueue;
939 CommandEntry* postCommandLocked(Command command);
1120 void doNotifyConfigurationChangedInterruptible(CommandEntry* commandEntry);
1121 void doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntr
[all...]

Completed in 76 milliseconds