Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DModule.cpp632 std::set<int32_t> routableMixPortIds = getRoutableAudioPortIds(templateId, &routesToMixPorts); in connectExternalDevice() local
648 [&routableMixPortIds](const auto& p) { in connectExternalDevice()
649 return routableMixPortIds.count(p.id) > 0 && in connectExternalDevice()
686 if (!hasDynamicProfilesOnly(connectedPort.profiles) && !routableMixPortIds.empty()) { in connectExternalDevice()
691 if (routableMixPortIds.count(port.id) == 0) continue; in connectExternalDevice()