Home
last modified time | relevance | path

Searched refs:adb_get_feature_set (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/client/
Dadb_client.h73 bool adb_get_feature_set(FeatureSet* _Nonnull feature_set, std::string* _Nonnull error);
Dcommandline.cpp665 if (!adb_get_feature_set(&features, &error_message)) { in adb_shell()
772 if (!adb_get_feature_set(&features, &error_message)) { in adb_abb()
1164 if (adb_get_feature_set(&features, &error)) { in send_shell_command()
1901 if (!adb_get_feature_set(&features, &error)) { in adb_commandline()
Dadb_client.cpp400 bool adb_get_feature_set(FeatureSet* feature_set, std::string* error) { in adb_get_feature_set() function
Dadb_install.cpp46 if (!adb_get_feature_set(&features, &error)) { in can_use_feature()
Dfile_sync_client.cpp209 if (!adb_get_feature_set(&features_, &error)) { in SyncConnection()