Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp50 : audioDeviceType_(AudioDeviceType::DEVICE_UNKNOWN), currentAudioDevice_(nullptr), isAudioActivated_(false) in AudioDeviceManager()
419 audioDeviceType_ = AudioDeviceType::DEVICE_UNKNOWN; in DisableAll()
437 if (!IsDistributedAudioDeviceType(deviceType) && IsDistributedAudioDeviceType(audioDeviceType_)) { in SetCurrentAudioDevice()
441 audioDeviceType_ = AudioDeviceType::DEVICE_SPEAKER; in SetCurrentAudioDevice()
457 if (!IsDistributedAudioDeviceType(deviceType) && IsDistributedAudioDeviceType(audioDeviceType_)) { in SetCurrentAudioDevice()
460 audioDeviceType_ = deviceType; in SetCurrentAudioDevice()
490 if (audioDeviceType_ == AudioDeviceType::DEVICE_UNKNOWN) { in ReportAudioDeviceChange()
491 audioDeviceType_ = DelayedSingleton<AudioControlManager>::GetInstance()->GetInitAudioDeviceType(); in ReportAudioDeviceChange()
492 info_.currentAudioDevice.deviceType = audioDeviceType_; in ReportAudioDeviceChange()
494 info_.currentAudioDevice.deviceType = audioDeviceType_; in ReportAudioDeviceChange()
[all...]
/base/telephony/call_manager/services/audio/include/
H A Daudio_device_manager.h79 AudioDeviceType audioDeviceType_; member in OHOS::Telephony::AudioDeviceManager

Completed in 2 milliseconds