Searched refs:commands (Results 1 – 16 of 16) sorted by relevance
/system/bt/test/bluedroidtest/ |
D | README.txt | 4 access to the Bluetooth HAL API library though ASCII commands. This is similar 16 2.) Currently, only the SIG 'HCI Test Mode' commands are supported. The vendor 17 specific HCI test mode commands to be added. 21 The following section describes the various commands and their usage 56 Running BLE Test commands (Bluetooth must be enabled) 76 Help (Lists the available commands) 79 help lists all available console commands
|
/system/bt/tools/hci/ |
D | main.c | 36 static const command_t commands[] = { variable 174 for (size_t i = 0; i < ARRAY_SIZE(commands); ++i) in find_command() 175 if (!strcmp(commands[i].name, name)) in find_command() 176 return &commands[i]; in find_command() 183 for (size_t i = 0; i < ARRAY_SIZE(commands); ++i) in usage() 184 printf(" %s\n", commands[i].name); in usage()
|
/system/extras/simpleperf/ |
D | command.cpp | 26 static std::vector<Command*> commands; in Commands() local 27 return commands; in Commands()
|
/system/extras/verity/ |
D | build_verity_metadata.py | 7 import commands 15 status, output = commands.getstatusoutput(cmd)
|
/system/bt/btcore/src/ |
D | counter.c | 89 static const command_t commands[] = { variable 425 for (size_t i = 0; i < ARRAY_SIZE(commands); ++i) in find_command() 426 if (!strcmp(commands[i].name, name)) in find_command() 427 return &commands[i]; in find_command()
|
/system/core/init/ |
D | init_parser.cpp | 104 list_for_each(node2, &act->commands) { in dump_parser_state() 630 list_init(&act->commands); in queue_builtin_action() 637 list_add_tail(&act->commands, &cmd->clist); in queue_builtin_action() 760 list_init(&svc->onrestart.commands); in parse_service() 867 list_add_tail(&svc->onrestart.commands, &cmd->clist); in parse_line_service() 978 list_init(&act->commands); in parse_action() 1012 list_add_tail(&act->commands, &cmd->clist); in parse_line_action()
|
D | init.h | 59 struct listnode commands; member
|
D | init.cpp | 546 node = list_head(&act->commands); in get_first_command() 547 if (!node || list_empty(&act->commands)) in get_first_command() 559 if (node == &act->commands) in get_next_command() 567 return (list_tail(&act->commands) == &cmd->clist); in is_last_command()
|
D | signal_handler.cpp | 137 list_for_each(node, &svc->onrestart.commands) { in wait_for_one_process()
|
D | readme.txt | 16 Actions and Services implicitly declare a new section. All commands 27 Actions are named sequences of commands. Actions have a trigger which 36 "between" the execution of the commands in activities. 132 of commands. For example: 186 groups can be provided. No other commands will be run until this one
|
/system/core/adb/ |
D | OVERVIEW.TXT | 10 - implement various control commands (e.g. "adb shell", "adb pull", etc..) 12 DDMS). These commands are what is called a 'service' in ADB. 48 The 'adb' command-line program is used to run adb commands from a shell
|
D | SERVICES.TXT | 247 of the forwarding commands that are described above, as in:
|
D | protocol.txt | 230 bootloader commands.
|
/system/netd/server/ |
D | BandwidthController.h | 140 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
|
D | BandwidthController.cpp | 287 int BandwidthController::runCommands(int numCommands, const char *commands[], in runCommands() argument 296 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging); in runCommands()
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 106 specification. OEM-specific commands should not begin with a
|