Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp270 std::set<int32_t> connectedSourceDevicePorts = getConnectedSourceDevicePorts(); in getConnectedSourceDevicesPortsForMixPort() local
274 if (connectedSourceDevicePorts.count(srcId) != 0) { in getConnectedSourceDevicesPortsForMixPort()
353 std::set<int32_t> connectedSourceDevicePorts = getConnectedSourceDevicePorts(); in getRoutableSrcSinkPair() local
357 [&](const auto& portId) { return connectedSourceDevicePorts.count(portId); }); in getRoutableSrcSinkPair()
386 std::set<int32_t> connectedSourceDevicePorts = getConnectedSourceDevicePorts(); in getRoutableSrcSinkGroups() local
391 return connectedSourceDevicePorts.count(portId); in getRoutableSrcSinkGroups()