Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 16 of 16) sorted by relevance

/system/bt/test/bluedroidtest/
DREADME.txt4 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/
Dmain.c36 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/
Dcommand.cpp26 static std::vector<Command*> commands; in Commands() local
27 return commands; in Commands()
/system/extras/verity/
Dbuild_verity_metadata.py7 import commands
15 status, output = commands.getstatusoutput(cmd)
/system/bt/btcore/src/
Dcounter.c89 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/
Dinit_parser.cpp104 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()
Dinit.h59 struct listnode commands; member
Dinit.cpp546 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()
Dsignal_handler.cpp137 list_for_each(node, &svc->onrestart.commands) { in wait_for_one_process()
Dreadme.txt16 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/
DOVERVIEW.TXT10 - 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
DSERVICES.TXT247 of the forwarding commands that are described above, as in:
Dprotocol.txt230 bootloader commands.
/system/netd/server/
DBandwidthController.h140 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
DBandwidthController.cpp287 int BandwidthController::runCommands(int numCommands, const char *commands[], in runCommands() argument
296 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging); in runCommands()
/system/core/fastboot/
Dfastboot_protocol.txt106 specification. OEM-specific commands should not begin with a