Home
last modified time | relevance | path

Searched refs:feature_name (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dfeature_control.h53 const char* feature_name(Feature feature);
/hardware/google/aemu/host-common/
Dfeature_control.cpp83 const char* feature_name(Feature feature) { in feature_name() function
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp2430 const std::string& feature_name = parts[0]; in parseGfxstreamFeatures() local
2432 auto feature_it = features.map.find(feature_name); in parseGfxstreamFeatures()
2434 stream_renderer_error("Error: invalid renderer feature: '%s'", feature_name.c_str()); in parseGfxstreamFeatures()
2441 feature_status.c_str(), feature_name.c_str()); in parseGfxstreamFeatures()
2449 stream_renderer_error("Gfxstream feature %s %s", feature_name.c_str(), in parseGfxstreamFeatures()