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

/frameworks/base/services/input/
H A DInputDispatcher.h581 struct CommandEntry;
582 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
585 struct CommandEntry : Link<CommandEntry> { struct in class:android::InputDispatcher
586 CommandEntry(Command command);
587 ~CommandEntry();
847 Queue<CommandEntry> mCommandQueue;
904 CommandEntry* postCommandLocked(Command command);
1081 void doNotifyConfigurationChangedInterruptible(CommandEntry* commandEntry);
1082 void doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntr
[all...]
H A DInputDispatcher.cpp581 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead();
592 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) {
593 CommandEntry* commandEntry = new CommandEntry(command);
677 CommandEntry* commandEntry = postCommandLocked(
750 CommandEntry* commandEntry = postCommandLocked(
1762 CommandEntry* commandEntry = postCommandLocked(
3335 CommandEntry* commandEntry = postCommandLocked(
3348 CommandEntry* commandEntry = postCommandLocked(
3380 CommandEntry* commandEntr
4299 InputDispatcher::CommandEntry::CommandEntry(Command command) : function in class:android::InputDispatcher::CommandEntry
[all...]

Completed in 397 milliseconds