Lines Matching defs:command
600 Command command = commandEntry->command;
601 (this->*command)(commandEntry); // commands are implicitly 'LockedInterruptible'
609 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) {
610 CommandEntry* commandEntry = new CommandEntry(command);
694 // Enqueue a command to run outside the lock to tell the policy that the configuration changed.
775 return false; // wait for the command to run
4408 InputDispatcher::CommandEntry::CommandEntry(Command command) :
4409 command(command), eventTime(0), keyEntry(NULL), userActivityEventType(0),