Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/audiocontrol/aidl/default/converter/src/
DCarAudioConfigurationXmlConverter.cpp398 void parseFadeConfigurationUsages(const xsd::ApplyFadeConfigType& fadeConfigType, in parseFadeConfigurationUsages() argument
400 if (!fadeConfigType.hasAudioAttributes()) { in parseFadeConfigurationUsages()
404 fadeConfigType.getFirstAudioAttributes(); in parseFadeConfigurationUsages()
418 void parseZoneFadeConfiguration(const xsd::ApplyFadeConfigType& fadeConfigType, in parseZoneFadeConfiguration() argument
421 if (!fadeConfigType.hasName()) { in parseZoneFadeConfiguration()
426 const auto it = fadeConfigurations.find(fadeConfigType.getName()); in parseZoneFadeConfiguration()
428 LOG(ERROR) << __func__ << " Config name " << fadeConfigType.getName() in parseZoneFadeConfiguration()
433 if (fadeConfigType.hasIsDefault()) { in parseZoneFadeConfiguration()
440 parseFadeConfigurationUsages(fadeConfigType, entry.transientUsages); in parseZoneFadeConfiguration()
455 for (const auto& fadeConfigType : applyFadeConfigs->getFadeConfig()) { in parseZoneFadeConfigurations() local
[all …]