Searched refs:GetConnDevicesStr (Results 1 – 3 of 3) sorted by relevance
80 std::string GetConnDevicesStr();81 std::string GetConnDevicesStr(const vector<shared_ptr<AudioDeviceDescriptor>> &descs);
123 logName.c_str(), GetConnDevicesStr(descArray).c_str()); in FillArrayWhenDeviceAttrMatch()239 AUDIO_INFO_LOG("Connected list %{public}s", GetConnDevicesStr(connectedDevices_).c_str()); in AddConnectedDevices()267 AUDIO_INFO_LOG("Connected list %{public}s", GetConnDevicesStr(connectedDevices_).c_str()); in RemoveConnectedDevices()404 std::string AudioDeviceManager::GetConnDevicesStr() in GetConnDevicesStr() function in OHOS::AudioStandard::AudioDeviceManager407 return GetConnDevicesStr(connectedDevices_); in GetConnDevicesStr()410 std::string AudioDeviceManager::GetConnDevicesStr(const vector<shared_ptr<AudioDeviceDescriptor>> &… in GetConnDevicesStr() function in OHOS::AudioStandard::AudioDeviceManager442 logName.c_str(), GetConnDevicesStr(descArray).c_str()); in RemoveMatchDeviceInArray()
2557 rendererChangeInfos.size(), audioDeviceManager_.GetConnDevicesStr().c_str()); in FetchOutputDevice()2828 capturerChangeInfos.size(), audioDeviceManager_.GetConnDevicesStr().c_str()); in FetchInputDevice()