Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/audiocontrol/aidl/default/loaders/config/car_audio_configuration_xsd/gen/cpp/
Dandroid_hardware_automotive_audiocontrol_enums.cpp111 const std::map<std::string, OutDeviceType> OutDeviceTypeString { variable
149 auto enumValue = OutDeviceTypeString.find(value); in stringToOutDeviceType()
150 … return enumValue != OutDeviceTypeString.end() ? enumValue->second : OutDeviceType::UNKNOWN; in stringToOutDeviceType()