Searched refs:xDevicePort (Results 1 – 1 of 1) sorted by relevance
94 const ap_xsd::DevicePorts::DevicePort& xDevicePort) { in createAudioDevice() argument96 .type = VALUE_OR_FATAL(convertDeviceTypeToAidl(xDevicePort.getType())), in createAudioDevice()97 .address = xDevicePort.hasAddress() in createAudioDevice()99 xDevicePort.getAddress()) in createAudioDevice()111 const ap_xsd::DevicePorts::DevicePort& xDevicePort, in createAudioPortExt() argument114 .device = VALUE_OR_FATAL(createAudioDevice(xDevicePort)), in createAudioPortExt()115 .flags = (xDevicePort.getTagName() == xDefaultOutputDevice) in createAudioPortExt()119 xDevicePort.hasEncodedFormats() in createAudioPortExt()122 xDevicePort.getEncodedFormats(), in createAudioPortExt()234 const ap_xsd::DevicePorts::DevicePort& xDevicePort, const std::string& xDefaultOutputDevice, in convertDevicePortToAidl() argument[all …]