Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/automotive/audiocontrol/aidl/default/converter/src/
H A DCarAudioConfigurationXmlConverter.cpp142 bool parseContentTypeString(const std::string& typeString, AudioContentType& type) { in parseContentTypeString() function
169 if (!parseContentTypeString(xsd::toString(attributesType.getContentType()), in parseAudioAttribute()
787 parseContentTypeString(fade::toString(fadeAttributes.getContentType()), in parseFadeAudioAttribute()
834 !parseContentTypeString(fade::toString(fadeContentType.getValue()), contentType)) { in parseUnfadeableContentType()