Searched refs:CanUseFeature (Results 1 – 4 of 4) sorted by relevance
44 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature);
684 bool use_shell_protocol = CanUseFeature(features, kFeatureShell2); // -x in adb_shell()760 !CanUseFeature(features, kFeatureShell2) ? "device" : "-x"); in adb_shell()1090 use_shell_protocol = CanUseFeature(features, kFeatureShell2); in send_shell_command()1329 return !CanUseFeature(features, kFeatureCmd); in _use_legacy_install()1835 if (CanUseFeature(features, name)) { in adb_commandline()
837 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature) { in CanUseFeature() function
210 have_stat_v2_ = CanUseFeature(features, kFeatureStat2); in SyncConnection()