Searched refs:audioDeviceType_ (Results 1 – 2 of 2) sorted by relevance
37 …: 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()352 … audioDeviceType_ = 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 …]
53 AudioDeviceType audioDeviceType_; variable