HomeSort by relevance Sort by last modified time
    Searched refs:adb_query (Results 1 - 4 of 4) sorted by null

  /system/core/adb/
adb_client.h 39 bool adb_query(const std::string& service, std::string* _Nonnull result,
console.cpp 69 if (!adb_query("host:devices", &devices, &error)) {
adb_client.cpp 289 bool adb_query(const std::string& service, std::string* result, std::string* error) { function
290 D("adb_query: %s", service.c_str());
326 if (adb_query(format_host_command("features"), &result, error)) {
commandline.cpp     [all...]

Completed in 51 milliseconds