Home
last modified time | relevance | path

Searched refs:audioDeviceType_ (Results 1 – 2 of 2) sorted by relevance

/base/telephony/call_manager/services/audio/src/
Daudio_device_manager.cpp37 …: audioDeviceType_(AudioDeviceType::DEVICE_UNKNOWN), currentAudioDevice_(nullptr), isAudioActivate… in AudioDeviceManager()
323 audioDeviceType_ = AudioDeviceType::DEVICE_UNKNOWN; in DisableAll()
339 … if (audioDeviceType_ == AudioDeviceType::DEVICE_BLUETOOTH_SCO && audioDeviceType_ != deviceType) { in SetCurrentAudioDevice()
341 } else if (audioDeviceType_ != AudioDeviceType::DEVICE_BLUETOOTH_SCO && in SetCurrentAudioDevice()
345 audioDeviceType_ = deviceType; in SetCurrentAudioDevice()
351 if (audioDeviceType_ == AudioDeviceType::DEVICE_UNKNOWN) { in ReportAudioDeviceChange()
352audioDeviceType_ = DelayedSingleton<AudioControlManager>::GetInstance()->GetInitAudioDeviceType(); in ReportAudioDeviceChange()
353 info_.currentAudioDevice.deviceType = audioDeviceType_; in ReportAudioDeviceChange()
355 info_.currentAudioDevice.deviceType = audioDeviceType_; in ReportAudioDeviceChange()
358 if (audioDeviceType_ == AudioDeviceType::DEVICE_BLUETOOTH_SCO) { in ReportAudioDeviceChange()
[all …]
/base/telephony/call_manager/services/audio/include/
Daudio_device_manager.h53 AudioDeviceType audioDeviceType_; variable