Searched refs:adb_get_feature_set (Results 1 – 5 of 5) sorted by relevance
73 bool adb_get_feature_set(FeatureSet* _Nonnull feature_set, std::string* _Nonnull error);
665 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()
400 bool adb_get_feature_set(FeatureSet* feature_set, std::string* error) { in adb_get_feature_set() function
46 if (!adb_get_feature_set(&features, &error)) { in can_use_feature()
209 if (!adb_get_feature_set(&features_, &error)) { in SyncConnection()