Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp299 std::set<int32_t> devicePortIds; in getRoutableDevicePortsForMixPort() local
301 devicePortIds = isInput ? getConnectedSourceDevicePorts() : getConnectedSinkDevicePorts(); in getRoutableDevicePortsForMixPort()
303 devicePortIds = portIds; in getRoutableDevicePortsForMixPort()
308 devicePortIds.count(port.id) > 0; in getRoutableDevicePortsForMixPort()
DVtsHalAudioCoreModuleTargetTest.cpp2814 const std::set<int32_t>& devicePortIds, bool connectedOnly, in SetUpDevicePort() argument
2817 if (auto it = findAny<AudioPort>(attachedDevicePorts, devicePortIds); in SetUpDevicePort()
2823 if (auto it = findAny<AudioPort>(connectedDevicePorts, devicePortIds); in SetUpDevicePort()
2830 if (auto it = findAny<AudioPort>(externalDevicePorts, devicePortIds); in SetUpDevicePort()