Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h582 struct CommandEntry;
583 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
586 struct CommandEntry : Link<CommandEntry> { struct
587 CommandEntry(Command command);
588 ~CommandEntry();
850 Queue<CommandEntry> mCommandQueue;
924 CommandEntry* postCommandLocked(Command command);
1103 void doNotifyConfigurationChangedInterruptible(CommandEntry* commandEntry);
1104 void doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntry);
1105 void doNotifyANRLockedInterruptible(CommandEntry* commandEntry);
[all …]
DInputDispatcher.cpp591 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead(); in runCommandsLockedInterruptible()
602 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) { in postCommandLocked()
603 CommandEntry* commandEntry = new CommandEntry(command); in postCommandLocked()
688 CommandEntry* commandEntry = postCommandLocked( in dispatchConfigurationChangedLocked()
761 CommandEntry* commandEntry = postCommandLocked( in dispatchKeyLocked()
1753 CommandEntry* commandEntry = postCommandLocked( in pokeUserActivityLocked()
3387 CommandEntry* commandEntry = postCommandLocked( in onDispatchCycleFinishedLocked()
3400 CommandEntry* commandEntry = postCommandLocked( in onDispatchCycleBrokenLocked()
3432 CommandEntry* commandEntry = postCommandLocked( in onANRLocked()
3440 CommandEntry* commandEntry) { in doNotifyConfigurationChangedInterruptible()
[all …]