Home
last modified time | relevance | path

Searched refs:features_string (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dtransport.h49 FeatureSet StringToFeatureSet(const std::string& features_string);
304 void SetFeatures(const std::string& features_string);
Dtransport.cpp1069 FeatureSet StringToFeatureSet(const std::string& features_string) { in StringToFeatureSet() argument
1070 if (features_string.empty()) { in StringToFeatureSet()
1074 auto names = android::base::Split(features_string, ","); in StringToFeatureSet()
1086 void atransport::SetFeatures(const std::string& features_string) { in SetFeatures() argument
1087 features_ = StringToFeatureSet(features_string); in SetFeatures()