Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DXsdcConversion.cpp94 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
[all …]