Lines Matching refs:Command
566 // A command entry captures state and behavior for an action to be performed in the
573 // the dispatcher lock at will. Initially when the command starts running, the
574 // dispatcher lock is held. However, if the command needs to call into the policy to
583 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
587 CommandEntry(Command command);
590 Command command;
592 // parameters for the command (usage varies by command)
921 // Deferred command processing.
924 CommandEntry* postCommandLocked(Command command);