Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h34 FeatureSet StringToFeatureSet(const std::string& features_string);
109 void SetFeatures(const std::string& features_string);
Dtransport.cpp800 FeatureSet StringToFeatureSet(const std::string& features_string) { in StringToFeatureSet() argument
801 if (features_string.empty()) { in StringToFeatureSet()
805 auto names = android::base::Split(features_string, in StringToFeatureSet()
819 void atransport::SetFeatures(const std::string& features_string) { in SetFeatures() argument
820 features_ = StringToFeatureSet(features_string); in SetFeatures()