Searched refs:xsdc (Results 1 – 2 of 2) sorted by relevance
31 ConversionResult<AudioFormatDescription> xsdc2aidl_AudioFormatDescription(const std::string& xsdc) { in xsdc2aidl_AudioFormatDescription() argument32 return legacy2aidl_audio_format_t_AudioFormatDescription(::android::formatFromString(xsdc)); in xsdc2aidl_AudioFormatDescription()36 const ::xsd::SurroundFormats::Format& xsdc) { in xsdc2aidl_SurroundFormatFamily()38 aidl.primaryFormat = VALUE_OR_RETURN(xsdc2aidl_AudioFormatDescription(xsdc.getName())); in xsdc2aidl_SurroundFormatFamily()39 if (xsdc.hasSubformats()) { in xsdc2aidl_SurroundFormatFamily()41 xsdc.getSubformats(), xsdc2aidl_AudioFormatDescription)); in xsdc2aidl_SurroundFormatFamily()47 const ::xsd::SurroundSound& xsdc) { in xsdc2aidl_SurroundSoundConfig()49 if (!xsdc.hasFormats() || !xsdc.getFirstFormats()->hasFormat()) return aidl; in xsdc2aidl_SurroundSoundConfig()52 xsdc.getFirstFormats()->getFormat(), xsdc2aidl_SurroundFormatFamily)); in xsdc2aidl_SurroundSoundConfig()
27 xsdc2aidl_AudioFormatDescription(const std::string& xsdc);30 const ::android::audio::policy::configuration::SurroundSound& xsdc);