Searched refs:adb_query (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/ |
D | adb_client.h | 37 bool adb_query(const std::string& service, std::string* _Nonnull result,
|
D | adb_client.cpp | 270 bool adb_query(const std::string& service, std::string* result, std::string* error) { in adb_query() function 304 if (adb_query(format_host_command("features", __adb_transport, __adb_serial), &result, error)) { 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 | 1383 if (!adb_query(command, &result, &error)) { in adb_query_command()
|