Home
last modified time | relevance | path

Searched refs:SetCurrentAudioDevice (Results 1 - 7 of 7) sorted by relevance

/base/telephony/call_manager/services/audio/include/
H A Daudio_device_manager.h54 void SetCurrentAudioDevice(AudioDeviceType deviceType);
55 void SetCurrentAudioDevice(const AudioDevice &device);
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H A Ddistributed_device_switch_controller.cpp62 audioDeviceManager->SetCurrentAudioDevice(targetDevice); in OnDistributedAudioDeviceChange()
70 audioDeviceManager->SetCurrentAudioDevice(audioDevice.deviceType); in OnDistributedAudioDeviceChange()
/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp311 SetCurrentAudioDevice(device.deviceType); in ProcessEvent()
377 SetCurrentAudioDevice(AudioDeviceType::DEVICE_SPEAKER); in EnableSpeaker()
388 SetCurrentAudioDevice(AudioDeviceType::DEVICE_EARPIECE); in EnableEarpiece()
399 SetCurrentAudioDevice(AudioDeviceType::DEVICE_WIRED_HEADSET); in EnableWiredHeadset()
410 SetCurrentAudioDevice(AudioDeviceType::DEVICE_BLUETOOTH_SCO); in EnableBtSco()
434 void AudioDeviceManager::SetCurrentAudioDevice(AudioDeviceType deviceType) in SetCurrentAudioDevice() function in OHOS::Telephony::AudioDeviceManager
450 SetCurrentAudioDevice(device); in SetCurrentAudioDevice()
453 void AudioDeviceManager::SetCurrentAudioDevice(const AudioDevice &device) in SetCurrentAudioDevice() function in OHOS::Telephony::AudioDeviceManager
H A Daudio_proxy.cpp401 DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device); in OnPreferredOutputDeviceUpdated()
405 DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device.deviceType); in OnPreferredOutputDeviceUpdated()
409 DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device.deviceType); in OnPreferredOutputDeviceUpdated()
417 DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device.deviceType); in OnPreferredOutputDeviceUpdated()
458 DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice( in IsDistributedDeviceSelected()
H A Daudio_control_manager.cpp107 DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device.deviceType); in HandleCallStateUpdatedForVoip()
/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
H A Daudiodevice_fuzzer.cpp113 audioDeviceManager->SetCurrentAudioDevice(deviceType); in AudioDeviceManagerFunc()
/base/telephony/call_manager/services/distributed_call/src/
H A Ddistributed_call_manager.cpp321 DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device.deviceType); in SwitchOnDCallDeviceSync()

Completed in 5 milliseconds