Lines Matching refs:xDevicePort

94         const ap_xsd::DevicePorts::DevicePort& xDevicePort) {  in createAudioDevice()  argument
96 .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() argument
114 .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
238 .name = NON_EMPTY_STRING_OR_FATAL(xDevicePort.getTagName()), in convertDevicePortToAidl()
240 xDevicePort.getProfile(), convertAudioProfileToAidl))), in convertDevicePortToAidl()
241 .flags = VALUE_OR_FATAL(convertIoFlagsToAidl({}, xDevicePort.getRole(), false)), in convertDevicePortToAidl()
244 xDevicePort.getGains(), &ap_xsd::Gains::getGain, convertGainToAidl))), in convertDevicePortToAidl()
246 .ext = VALUE_OR_FATAL(createAudioPortExt(xDevicePort, xDefaultOutputDevice))}; in convertDevicePortToAidl()
264 for (const ap_xsd::DevicePorts::DevicePort& xDevicePort : in convertDevicePortsInModuleToAidl() local
267 convertDevicePortToAidl(xDevicePort, xDefaultOutputDevice, nextPortId))); in convertDevicePortsInModuleToAidl()