Searched defs:format_host_command (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.c359 static void format_host_command(char* buffer, size_t buflen, const char* command, transport_type ttype, const char* serial) function
467 format_host_command(command, sizeof command, "get-state", ttype, serial);
1206 format_host_command(buf, sizeof buf, service, ttype, serial);
1317 format_host_command(buf, sizeof buf, argv[0], ttype, serial);

Completed in 12 milliseconds