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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h583 struct CommandEntry;
584 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
587 struct CommandEntry : Link<CommandEntry> { struct in class:android::InputDispatcher
588 CommandEntry(Command command);
589 ~CommandEntry();
858 Queue<CommandEntry> mCommandQueue;
934 CommandEntry* postCommandLocked(Command command);
1114 void doNotifyConfigurationChangedInterruptible(CommandEntry* commandEntry);
1115 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(
1767 CommandEntry* commandEntry = postCommandLocked(
3412 CommandEntry* commandEntry = postCommandLocked(
3425 CommandEntry* commandEntry = postCommandLocked(
3457 CommandEntry* commandEntr
4408 InputDispatcher::CommandEntry::CommandEntry(Command command) : function in class:android::InputDispatcher::CommandEntry
[all...]

Completed in 106 milliseconds