Searched refs:features_string (Results 1 – 5 of 5) sorted by relevance
488 const std::string features_string = in SetGfxstreamFlags() local490 if (!features_string.empty()) { in SetGfxstreamFlags()491 instance.set_gpu_renderer_features(features_string); in SetGfxstreamFlags()
1247 FeatureSet StringToFeatureSet(const std::string& features_string) { in StringToFeatureSet() argument1248 if (features_string.empty()) { in StringToFeatureSet()1252 return android::base::Split(features_string, ","); in StringToFeatureSet()1268 void atransport::SetFeatures(const std::string& features_string) { in SetFeatures() argument1269 features_ = StringToFeatureSet(features_string); in SetFeatures()
62 FeatureSet StringToFeatureSet(const std::string& features_string);366 void SetFeatures(const std::string& features_string);
21 char *features_string(struct io_uring_params *p) in features_string() function
417 std::string features_string = "isa_features:" + features->GetFeatureString(); in DumpInstructionSetFeaturesToCfg() local430 isa_string + ' ' + features_string + ' ' + read_barrier_string); in DumpInstructionSetFeaturesToCfg()