Lines Matching refs:features
670 FeatureSet features; in adb_shell() local
672 if (!adb_get_feature_set(&features, &error_message)) { in adb_shell()
681 bool use_shell_protocol = CanUseFeature(features, kFeatureShell2); // -x in adb_shell()
757 !CanUseFeature(features, kFeatureShell2) ? "device" : "-x"); in adb_shell()
777 FeatureSet features; in adb_abb() local
779 if (!adb_get_feature_set(&features, &error_message)) { in adb_abb()
784 if (!CanUseFeature(features, kFeatureAbb)) { in adb_abb()
1177 FeatureSet features; in send_shell_command() local
1179 if (adb_get_feature_set(&features, &error)) { in send_shell_command()
1180 use_shell_protocol = CanUseFeature(features, kFeatureShell2); in send_shell_command()
1771 FeatureSet features; in adb_commandline() local
1773 if (!adb_get_feature_set(&features, &error)) { in adb_commandline()
1778 if (CanUseFeature(features, kFeatureRemountShell)) { in adb_commandline()
2009 FeatureSet features; in adb_commandline() local
2011 if (!adb_get_feature_set(&features, &error)) { in adb_commandline()
2016 for (const std::string& name : features) { in adb_commandline()
2017 if (CanUseFeature(features, name)) { in adb_commandline()