Home | History | Annotate | Download | only in input

Lines Matching defs:Command

588     // A command entry captures state and behavior for an action to be performed in the
595 // the dispatcher lock at will. Initially when the command starts running, the
596 // dispatcher lock is held. However, if the command needs to call into the policy to
605 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
609 CommandEntry(Command command);
612 Command command;
614 // parameters for the command (usage varies by command)
948 // Deferred command processing.
950 CommandEntry* postCommandLocked(Command command);