Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DPolicyConfig.h63 return getDeviceAddressOfDevicePort(moduleName, attachedDevicePort); in getDeviceAddressOfSinkDeviceAttachedToMixPort()
69 return getDeviceAddressOfDevicePort(moduleName, attachedDevicePort); in getDeviceAddressOfSourceDeviceAttachedToMixPort()
92 std::optional<DeviceAddress> getDeviceAddressOfDevicePort(
DPolicyConfig.cpp73 return getDeviceAddressOfDevicePort(moduleName, device); in getSinkDeviceForMixPort()
84 return getDeviceAddressOfDevicePort(moduleName, device); in getSourceDeviceForMixPort()
130 std::optional<DeviceAddress> PolicyConfig::getDeviceAddressOfDevicePort( in getDeviceAddressOfDevicePort() function in PolicyConfig