Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/include/
H A Daudio_device_adapter_impl.h30 struct DevicePortInfo { struct
87 std::map<sptr<IAudioRender>, DevicePortInfo> renderPorts_;
88 std::map<sptr<IAudioCapture>, DevicePortInfo> capturePorts_;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_adapter_impl.cpp263 DevicePortInfo renderPortInfo = { in CreateRender()
306 DevicePortInfo capturePortInfo = { in CreateCapture()