Lines Matching full:command
30 /* Enumerates states for the command reader in UICmdImpl instance. */
32 /* The reader is waiting on command header. */
35 /* The reader is waiting on command parameters. */
50 /* Command reader state. */
53 /* Incoming command header. */
57 * structure (when we expect a command header), or to a buffer allocated for
58 * the (when we expect command parameters). */
78 /* Handles UI control command received from the core.
80 * uicmd - UICmdImpl instance that received the command.
81 * header - UI control command header.
82 * data - Command parameters formatted accordingly to the command type.
108 derror("Unknown command %d is received from the Core\n",
156 // Prepare for the command parameters.
162 APANIC("Unable to allocate memory for UI command parameters.\n");
165 // This command doesn't have any parameters. Handle it now.
167 // Prepare for the next command header.
174 // All command data is in. Handle it.
177 // Prepare for the next command header.
193 // Setup command reader.
209 // Initialize UI command reader.