Lines Matching defs:command
96 // recent progress command.
105 // (API v3: this command no longer exists.)
149 char* command = strtok(buffer, " \n");
150 if (command == NULL) {
152 } else if (strcmp(command, "progress") == 0) {
160 } else if (strcmp(command, "set_progress") == 0) {
164 } else if (strcmp(command, "ui_print") == 0) {
172 } else if (strcmp(command, "wipe_cache") == 0) {
174 } else if (strcmp(command, "clear_display") == 0) {
176 } else if (strcmp(command, "enable_reboot") == 0) {
182 LOGE("unknown command [%s]\n", command);