Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DAudioPolicyConfigXmlConverter.cpp79 auto configConv = xsdc2aidl_SurroundSoundConfig(*xsdcConfig->getFirstSurroundSound()); in getSurroundSoundConfig() local
80 if (configConv.ok()) { in getSurroundSoundConfig()
81 return configConv.value(); in getSurroundSoundConfig()
84 << configConv.error(); in getSurroundSoundConfig()