Searched defs:routerType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/routers/ |
H A D | audio_router_center.cpp | 35 … StreamUsage streamUsage, int32_t clientUID, RouterType &routerType, const RouterType &bypassType) in FetchMediaRenderDevice() 52 … StreamUsage streamUsage, int32_t clientUID, RouterType &routerType, const RouterType &bypassType) in FetchCallRenderDevice() 69 int32_t clientUID, RouterType &routerType) in FetchRingRenderDevices() 120 RouterType routerType = ROUTER_TYPE_NONE; in FetchOutputDevices() local 165 StreamUsage streamUsage, int32_t clientUID, RouterType &routerType) in DealRingRenderRouters() 190 RouterType routerType = ROUTER_TYPE_NONE; in FetchInputDevice() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/ |
H A D | audio_routing_manager_listener_stub.cpp | 99 RouterType routerType = static_cast<RouterType>(data.ReadInt32()); in OnAudioOutputDeviceRefinedInternal() local 124 RouterType routerType = static_cast<RouterType>(data.ReadInt32()); in OnAudioInputDeviceRefinedInternal() local 142 …std::vector<std::unique_ptr<AudioDeviceDescriptor>> &descs, RouterType routerType, StreamUsage str… in OnAudioOutputDeviceRefined() 154 …std::vector<std::unique_ptr<AudioDeviceDescriptor>> &descs, RouterType routerType, SourceType sour… in OnAudioInputDeviceRefined()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_routing_manager_listener_proxy.cpp | 56 …std::vector<std::unique_ptr<AudioDeviceDescriptor>> &descs, RouterType routerType, StreamUsage str… in OnAudioOutputDeviceRefined() 92 …std::vector<std::unique_ptr<AudioDeviceDescriptor>> &descs, RouterType routerType, SourceType sour… in OnAudioInputDeviceRefined()
|