Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h588 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);
[all …]
DInputDispatcher.cpp637 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead(); in runCommandsLockedInterruptible()
648 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) { in postCommandLocked()
649 CommandEntry* commandEntry = new CommandEntry(command); in postCommandLocked()
734 CommandEntry* commandEntry = postCommandLocked( in dispatchConfigurationChangedLocked()
808 CommandEntry* commandEntry = postCommandLocked( in dispatchKeyLocked()
1831 CommandEntry* commandEntry = postCommandLocked( in pokeUserActivityLocked()
3501 CommandEntry* commandEntry = postCommandLocked( in onDispatchCycleFinishedLocked()
3514 CommandEntry* commandEntry = postCommandLocked( in onDispatchCycleBrokenLocked()
3546 CommandEntry* commandEntry = postCommandLocked( in onANRLocked()
3554 CommandEntry* commandEntry) { in doNotifyConfigurationChangedInterruptible()
[all …]