Searched refs:adb_get_feature_set (Results 1 – 4 of 4) sorted by relevance
83 const std::optional<FeatureSet>& adb_get_feature_set(std::string* _Nullable error);
425 const std::optional<FeatureSet>& adb_get_feature_set(std::string* error) { in adb_get_feature_set() function
1161 auto&& features = adb_get_feature_set(nullptr); in send_shell_command()1468 const std::optional<FeatureSet>& features = adb_get_feature_set(&error); in adb_get_feature_set_or_die()
233 auto&& features = adb_get_feature_set(&error); in SyncConnection()