Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp305 SetCurrentAudioDevice(device.deviceType); in ProcessEvent()
371 SetCurrentAudioDevice(AudioDeviceType::DEVICE_SPEAKER); in EnableSpeaker()
382 SetCurrentAudioDevice(AudioDeviceType::DEVICE_EARPIECE); in EnableEarpiece()
393 SetCurrentAudioDevice(AudioDeviceType::DEVICE_WIRED_HEADSET); in EnableWiredHeadset()
404 SetCurrentAudioDevice(AudioDeviceType::DEVICE_BLUETOOTH_SCO); in EnableBtSco()
416 SetCurrentAudioDevice(type); in EnableDistributedCall()
440 void AudioDeviceManager::SetCurrentAudioDevice(AudioDeviceType deviceType) in SetCurrentAudioDevice() function in OHOS::Telephony::AudioDeviceManager
457 SetCurrentAudioDevice(device); in SetCurrentAudioDevice()
460 void AudioDeviceManager::SetCurrentAudioDevice(const AudioDevice &device) in SetCurrentAudioDevice() function in OHOS::Telephony::AudioDeviceManager
H A Daudio_proxy.cpp404 DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device); in OnPreferredOutputDeviceUpdated()
408 … DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device.deviceType); in OnPreferredOutputDeviceUpdated()
412 … DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device.deviceType); in OnPreferredOutputDeviceUpdated()
420 … DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device.deviceType); in OnPreferredOutputDeviceUpdated()
H A Daudio_control_manager.cpp105 … DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device.deviceType); in HandleCallStateUpdatedForVoip()
/ohos5.0/base/telephony/call_manager/services/audio/include/
H A Daudio_device_manager.h54 void SetCurrentAudioDevice(AudioDeviceType deviceType);
55 void SetCurrentAudioDevice(const AudioDevice &device);
/ohos5.0/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
H A Daudiodevice_fuzzer.cpp113 audioDeviceManager->SetCurrentAudioDevice(deviceType); in AudioDeviceManagerFunc()
/ohos5.0/base/telephony/call_manager/services/distributed_call/src/
H A Ddistributed_call_manager.cpp319 … DelayedSingleton<AudioDeviceManager>::GetInstance()->SetCurrentAudioDevice(device.deviceType); in SwitchOnDCallDeviceSync()