Searched refs:adb_query (Results 1 – 4 of 4) sorted by relevance
/packages/modules/adb/client/ |
D | adb_client.h | 53 bool adb_query(const std::string& service, std::string* _Nonnull result,
|
D | adb_client.cpp | 398 bool adb_query(const std::string& service, std::string* result, std::string* error, in adb_query() function 439 if (adb_query(format_host_command("features"), &result, &err)) { in adb_get_feature_set()
|
D | console.cpp | 69 if (!adb_query("host:devices", &devices, &error)) { in adb_get_emulator_console_port()
|
D | commandline.cpp | 1468 if (!adb_query(command, &result, &error)) { in adb_query_command() 2193 if (!adb_query(service, &result, &error, true)) { in adb_commandline()
|