Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp4087 auto srcSinkGroups = moduleConfig->getRoutableSrcSinkGroups(isInput); in ResetPortConfigUsedByPatch() local
4088 if (srcSinkGroups.empty()) { in ResetPortConfigUsedByPatch()
4091 auto srcSinkGroup = *srcSinkGroups.begin(); in ResetPortConfigUsedByPatch()
4152 auto srcSinkGroups = moduleConfig->getRoutableSrcSinkGroups(isInput); in SetPatch() local
4153 if (srcSinkGroups.empty()) { in SetPatch()
4156 for (const auto& srcSinkGroup : srcSinkGroups) { in SetPatch()
4176 auto srcSinkGroups = moduleConfig->getRoutableSrcSinkGroups(isInput); in UpdatePatch() local
4177 if (srcSinkGroups.empty()) { in UpdatePatch()
4180 for (const auto& srcSinkGroup : srcSinkGroups) { in UpdatePatch()
4191 auto srcSinkGroups = moduleConfig->getRoutableSrcSinkGroups(isInput); in UpdatePatchPorts() local
[all …]