Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dgraphics_flags.cc488 const std::string features_string = in SetGfxstreamFlags() local
490 if (!features_string.empty()) { in SetGfxstreamFlags()
491 instance.set_gpu_renderer_features(features_string); in SetGfxstreamFlags()
/aosp_15_r20/packages/modules/adb/
Dtransport.cpp1247 FeatureSet StringToFeatureSet(const std::string& features_string) { in StringToFeatureSet() argument
1248 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() argument
1269 features_ = StringToFeatureSet(features_string); in SetFeatures()
Dtransport.h62 FeatureSet StringToFeatureSet(const std::string& features_string);
366 void SetFeatures(const std::string& features_string);
/aosp_15_r20/external/liburing/test/
H A Dio_uring_setup.c21 char *features_string(struct io_uring_params *p) in features_string() function
/aosp_15_r20/art/compiler/optimizing/
H A Doptimizing_compiler.cc417 std::string features_string = "isa_features:" + features->GetFeatureString(); in DumpInstructionSetFeaturesToCfg() local
430 isa_string + ' ' + features_string + ' ' + read_barrier_string); in DumpInstructionSetFeaturesToCfg()