Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/utils/hfp_codec_capabilities/gen/cpp/
Daidl_android_hardware_bluetooth_audio_hfp_setting_enums.cpp12 const std::map<std::string, CodecType> CodecTypeString { variable
19 auto enumValue = CodecTypeString.find(value); in stringToCodecType()
20 … return enumValue != CodecTypeString.end() ? enumValue->second : CodecType::UNKNOWN; in stringToCodecType()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/utils/le_audio_codec_capabilities/gen/cpp/
Daidl_android_hardware_bluetooth_audio_setting_enums.cpp29 const std::map<std::string, CodecType> CodecTypeString { variable
36 auto enumValue = CodecTypeString.find(value); in stringToCodecType()
37 … return enumValue != CodecTypeString.end() ? enumValue->second : CodecType::UNKNOWN; in stringToCodecType()