Lines Matching refs:CommandEntry
584 struct CommandEntry;
585 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
588 struct CommandEntry : Link<CommandEntry> {
589 CommandEntry(Command command);
590 ~CommandEntry();
852 Queue<CommandEntry> mCommandQueue;
912 CommandEntry* postCommandLocked(Command command);
1089 void doNotifyConfigurationChangedInterruptible(CommandEntry* commandEntry);
1090 void doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntry);
1091 void doNotifyANRLockedInterruptible(CommandEntry* commandEntry);
1092 void doInterceptKeyBeforeDispatchingLockedInterruptible(CommandEntry* commandEntry);
1093 void doDispatchCycleFinishedLockedInterruptible(CommandEntry* commandEntry);
1098 void doPokeUserActivityLockedInterruptible(CommandEntry* commandEntry);