/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 133 auto commands = std::string{incomplete_command.data()}; in ReadCommand() 134 commands.append(buffer.data()); in ReadCommand() 139 commands = android::base::StringReplace(commands, "\n", "\r", true); in ReadCommand() 145 r_pos = commands.find('\032', pos); // In sms, find ctrl-z in ReadCommand() 147 r_pos = commands.find('\r', pos); in ReadCommand() 150 auto command = commands.substr(pos, r_pos - pos); in ReadCommand() 156 } else if (pos < commands.length()) { // Incomplete command in ReadCommand() 157 incomplete_command = commands.substr(pos); in ReadCommand()
|
D | Android.bp | 84 "device/google/cuttlefish/host/commands",
|
/device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
D | service_test.cpp | 119 auto commands = std::string{incomplete_command.data()}; in ReadCommandResponse() 120 commands.append(buffer.data()); in ReadCommandResponse() 126 commands = android::base::StringReplace(commands, "\n", "\r", true); in ReadCommandResponse() 131 r_pos = commands.find('\r', pos); in ReadCommandResponse() 133 auto command = commands.substr(pos, r_pos - pos); in ReadCommandResponse() 146 } else if (pos < commands.length()) { // incomplete command in ReadCommandResponse() 147 incomplete_command = commands.substr(pos); in ReadCommandResponse() 244 std::vector<std::string> commands = {"AT+CPIN=1234,0000", in TEST_F() local 250 for (auto iter = commands.begin(); iter != commands.end(); ++iter, ++expects_iter) { in TEST_F() 259 std::vector<std::string> commands = {"AT+CRSM=192,12258,0,0,15", in TEST_F() local [all …]
|
/device/linaro/poplar/installer/ |
D | README | 18 * Run U-Boot commands below to install partition table and bootloader. 38 To install the AOSP images, use fastboot commands as below.
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | init_shell.te | 2 # Normally these are shell commands or scripts invoked via sh
|
/device/generic/opengl-transport/host/ |
D | Android.bp | 17 "commands",
|
/device/google/cuttlefish/guest/commands/vtpm_manager/ |
D | Android.bp | 20 "commands.cpp",
|
/device/generic/goldfish/network/netmgr/ |
D | Android.bp | 35 "commands/wifi_command.cpp",
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_config.cpp | 234 void radio_1_6::registerConfigService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerConfigService() argument 240 s_configCommands = commands; in registerConfigService()
|
D | ril_service.h | 24 void registerService(RIL_RadioFunctions *callbacks, android::CommandInfo *commands); 803 void registerConfigService(RIL_RadioFunctions *callbacks, android::CommandInfo *commands);
|
D | ril_service.cpp | 10678 void radio_1_6::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService() argument 10699 s_commands = commands; in registerService()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 78 implementation. This second kind of context can receive 3D commands, which are
|
/device/google/bonito/json-c/ |
D | Doxyfile | 176 # as commands in the documentation. An alias has the form "name=value". 327 # commands in the documentation. 333 # commands in the documentation. 339 # commands in the documentation. 345 # \deprecated commands in the documentation. 394 # don't exist or using markup commands wrongly. 469 # commands irrespective of the value of the RECURSIVE tag.
|
D | ChangeLog | 178 * Move autogen commands into autogen.sh. Update README
|
/device/google/crosshatch/json-c/ |
D | Doxyfile | 176 # as commands in the documentation. An alias has the form "name=value". 327 # commands in the documentation. 333 # commands in the documentation. 339 # commands in the documentation. 345 # \deprecated commands in the documentation. 394 # don't exist or using markup commands wrongly. 469 # commands irrespective of the value of the RECURSIVE tag.
|
D | ChangeLog | 178 * Move autogen commands into autogen.sh. Update README
|
/device/google/coral/json-c/ |
D | Doxyfile | 176 # as commands in the documentation. An alias has the form "name=value". 327 # commands in the documentation. 333 # commands in the documentation. 339 # commands in the documentation. 345 # \deprecated commands in the documentation. 394 # don't exist or using markup commands wrongly. 469 # commands irrespective of the value of the RECURSIVE tag.
|
D | ChangeLog | 178 * Move autogen commands into autogen.sh. Update README
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 4 control commands.
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.h | 24 void registerService(RIL_RadioFunctions *callbacks, android::CommandInfo *commands);
|
D | ril_service.cpp | 10015 void radio_1_6::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService() argument 10036 s_commands = commands; in registerService()
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.h | 24 void registerService(RIL_RadioFunctions *callbacks, android::CommandInfo *commands);
|
D | ril_service.cpp | 8640 void radio::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService() argument 8661 s_commands = commands; in registerService()
|
/device/google/coral/ |
D | init.hardware.rc | 570 # F2FS tuning: issue discard commands up to 128MB
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 32 …oc_svc.cpp:P%hX audproc_svc: PP is in FATAL error state, cannot process commands audproc_svc.cpp…
|