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