Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_connection.cpp79 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 Dzero_branch_test_call_state.cpp325 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 Daudio_device_manager.h46 …void AddAudioDeviceList(const std::string &address, AudioDeviceType deviceType, const std::string …
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_proxy.cpp264 DelayedSingleton<AudioDeviceManager>::GetInstance()->AddAudioDeviceList( in OnDeviceChange()
418 DelayedSingleton<AudioDeviceManager>::GetInstance()->AddAudioDeviceList( in OnPreferredOutputDeviceUpdated()
H A Daudio_device_manager.cpp141 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 Ddistributed_call_manager.cpp195 …DelayedSingleton<AudioDeviceManager>::GetInstance()->AddAudioDeviceList(device.address, device.dev… in AddDCallDevice()