Home | History | Annotate | Download | only in android

Lines Matching refs:commands

19  *  you can telnet to the console, then use commands like 'help' or others to dynamically
57 #include "android/protocol/ui-commands-api.h"
58 #include "android/protocol/core-commands-impl.h"
59 #include "android/protocol/ui-commands-proxy.h"
356 find_command( char* input, CommandDef commands, char* *pend, char* *pargs )
369 for (nn = 0; commands[nn].names != NULL; nn++)
371 const char* name = commands[nn].names;
387 return &commands[nn];
413 control_write( client, "\r\navailable sub-commands:\r\n" );
426 CommandDef commands = main_commands;
428 CommandDef cmd = find_command( line, commands, &cmdend, &args );
445 /* no handler means we should have sub-commands */
460 commands = cmd->subcommands;
461 subcmd = find_command( line, commands, &cmdend, &args );
480 /* without arguments, simply dump all commands */
621 control_write( client, "Android Console: type 'help' for a list of commands\r\n" );
2232 { "snapshot", "state snapshot commands",
2587 /* Sensor commands for get/set sensor values and get available sensor names. */
2927 { "help|h|?", "print a list of commands", NULL, NULL, do_help, NULL },
2933 { "geo", "Geo-location commands",
2937 { "gsm", "GSM related commands",
2941 { "cdma", "CDMA related commands",
2953 { "power", "power related commands",
2966 { "sms", "SMS related commands",
2978 { "qemu", "QEMU-specific commands",