Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h589 struct CommandEntry;
590 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
593 struct CommandEntry : Link<CommandEntry> { struct
594 explicit CommandEntry(Command command);
595 ~CommandEntry();
864 Queue<CommandEntry> mCommandQueue;
940 CommandEntry* postCommandLocked(Command command);
1121 void doNotifyConfigurationChangedInterruptible(CommandEntry* commandEntry);
1122 void doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntry);
1123 void doNotifyANRLockedInterruptible(CommandEntry* commandEntry);
[all …]
DInputDispatcher.cpp598 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead(); in runCommandsLockedInterruptible()
609 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) { in postCommandLocked()
610 CommandEntry* commandEntry = new CommandEntry(command); in postCommandLocked()
695 CommandEntry* commandEntry = postCommandLocked( in dispatchConfigurationChangedLocked()
768 CommandEntry* commandEntry = postCommandLocked( in dispatchKeyLocked()
1793 CommandEntry* commandEntry = postCommandLocked( in pokeUserActivityLocked()
3442 CommandEntry* commandEntry = postCommandLocked( in onDispatchCycleFinishedLocked()
3455 CommandEntry* commandEntry = postCommandLocked( in onDispatchCycleBrokenLocked()
3487 CommandEntry* commandEntry = postCommandLocked( in onANRLocked()
3495 CommandEntry* commandEntry) { in doNotifyConfigurationChangedInterruptible()
[all …]