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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h582 struct CommandEntry;
583 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
586 struct CommandEntry : Link<CommandEntry> { struct in class:android::InputDispatcher
587 CommandEntry(Command command);
588 ~CommandEntry();
850 Queue<CommandEntry> mCommandQueue;
924 CommandEntry* postCommandLocked(Command command);
1103 void doNotifyConfigurationChangedInterruptible(CommandEntry* commandEntry);
1104 void doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntr
[all...]
H A DInputDispatcher.cpp591 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead();
602 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) {
603 CommandEntry* commandEntry = new CommandEntry(command);
688 CommandEntry* commandEntry = postCommandLocked(
761 CommandEntry* commandEntry = postCommandLocked(
1753 CommandEntry* commandEntry = postCommandLocked(
3387 CommandEntry* commandEntry = postCommandLocked(
3400 CommandEntry* commandEntry = postCommandLocked(
3432 CommandEntry* commandEntr
4395 InputDispatcher::CommandEntry::CommandEntry(Command command) : function in class:android::InputDispatcher::CommandEntry
[all...]

Completed in 46 milliseconds