Searched refs:AddAudioDeviceList (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_connection.cpp | 79 DelayedSingleton<AudioDeviceManager>::GetInstance()->AddAudioDeviceList(macAddress, in Init() 201 DelayedSingleton<AudioDeviceManager>::GetInstance()->AddAudioDeviceList( in OnConnectionStateChanged()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch_test_call_state.cpp | 325 audioDeviceManager->AddAudioDeviceList(NAME, AudioDeviceType::DEVICE_SPEAKER, NAME); 326 audioDeviceManager->AddAudioDeviceList(NAME, AudioDeviceType::DEVICE_WIRED_HEADSET, NAME); 327 audioDeviceManager->AddAudioDeviceList(NAME, AudioDeviceType::DEVICE_BLUETOOTH_SCO, NAME); 356 audioDeviceManager->AddAudioDeviceList(NAME, AudioDeviceType::DEVICE_SPEAKER, NAME); 357 audioDeviceManager->AddAudioDeviceList(NAME, AudioDeviceType::DEVICE_WIRED_HEADSET, NAME); 358 audioDeviceManager->AddAudioDeviceList(NAME, AudioDeviceType::DEVICE_BLUETOOTH_SCO, NAME);
|
/ohos5.0/base/telephony/call_manager/services/audio/include/ |
H A D | audio_device_manager.h | 46 …void AddAudioDeviceList(const std::string &address, AudioDeviceType deviceType, const std::string …
|
/ohos5.0/base/telephony/call_manager/services/audio/src/ |
H A D | audio_proxy.cpp | 264 DelayedSingleton<AudioDeviceManager>::GetInstance()->AddAudioDeviceList( in OnDeviceChange() 418 DelayedSingleton<AudioDeviceManager>::GetInstance()->AddAudioDeviceList( in OnPreferredOutputDeviceUpdated()
|
H A D | audio_device_manager.cpp | 141 void AudioDeviceManager::AddAudioDeviceList(const std::string &address, AudioDeviceType deviceType, in AddAudioDeviceList() function in OHOS::Telephony::AudioDeviceManager
|
/ohos5.0/base/telephony/call_manager/services/distributed_call/src/ |
H A D | distributed_call_manager.cpp | 195 …DelayedSingleton<AudioDeviceManager>::GetInstance()->AddAudioDeviceList(device.address, device.dev… in AddDCallDevice()
|