Searched refs:GetRemoteModuleName (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 999 inline std::string GetRemoteModuleName(std::string networkId, DeviceRole role) in GetRemoteModuleName() function 1032 if (GetRemoteModuleName(device->networkId_, device->deviceRole_) == selectedDevice) { in GetSelectedDeviceInfo() 1357 std::string moduleName = GetRemoteModuleName(networkId, deviceRole); in RememberRoutingInfo() 1407 std::string moduleName = GetRemoteModuleName(networkId, deviceRole); in OpenRemoteAudioDevice() 1438 std::string moduleName = GetRemoteModuleName(networkId, deviceRole); in MoveToRemoteOutputDevice() 1586 std::string moduleName = GetRemoteModuleName(networkId, deviceRole); in MoveToRemoteInputDevice() 1745 audioModuleInfo.name = GetRemoteModuleName(networkId, deviceRole); in ConstructRemoteAudioModuleInfo() 2209 return GetRemoteModuleName(desc.networkId, desc.deviceRole); in GetSinkName() 2220 return GetRemoteModuleName(desc.networkId_, desc.deviceRole_); in GetSinkName() 4640 std::string moduleName = GetRemoteModuleName(networkId, GetDeviceRole(devType)); in HandleDistributedDeviceUpdate() [all …]
|