Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/routers/
H A Dstream_filter_router.cpp32 if (routingInfo.descriptor != nullptr) { in GetMediaRenderDevice()
33 sptr<AudioDeviceDescriptor> deviceDescriptor = routingInfo.descriptor; in GetMediaRenderDevice()
34 CastType type = routingInfo.type; in GetMediaRenderDevice()
78 if (routingInfo.descriptor != nullptr) { in GetCallRenderDevice()
79 sptr<AudioDeviceDescriptor> deviceDescriptor = routingInfo.descriptor; in GetCallRenderDevice()
80 CastType type = routingInfo.type; in GetCallRenderDevice()
119 if (routingInfo.descriptor != nullptr) { in GetCallCaptureDevice()
120 sptr<AudioDeviceDescriptor> deviceDescriptor = routingInfo.descriptor; in GetCallCaptureDevice()
121 CastType type = routingInfo.type; in GetCallCaptureDevice()
166 if (routingInfo.descriptor != nullptr) { in GetRecordCaptureDevice()
[all …]