Home | History | Annotate | Download | only in inputflinger

Lines Matching defs:command

567     // A command entry captures state and behavior for an action to be performed in the
574 // the dispatcher lock at will. Initially when the command starts running, the
575 // dispatcher lock is held. However, if the command needs to call into the policy to
584 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
588 CommandEntry(Command command);
591 Command command;
593 // parameters for the command (usage varies by command)
931 // Deferred command processing.
934 CommandEntry* postCommandLocked(Command command);