Lines Matching refs:CommandEntry
588 struct CommandEntry;
589 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
592 struct CommandEntry : Link<CommandEntry> { struct
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* commandEntry);
1122 void doNotifyANRLockedInterruptible(CommandEntry* commandEntry);
1123 void doInterceptKeyBeforeDispatchingLockedInterruptible(CommandEntry* commandEntry);
1124 void doDispatchCycleFinishedLockedInterruptible(CommandEntry* commandEntry);
1129 void doPokeUserActivityLockedInterruptible(CommandEntry* commandEntry);