Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp500 std::unique_ptr<AudioStandard::AudioDeviceDescriptor> activeBluetoothDevice = in ReportAudioDeviceChange() local
502 if (activeBluetoothDevice != nullptr && !activeBluetoothDevice->macAddress_.empty()) { in ReportAudioDeviceChange()
503 address = activeBluetoothDevice->macAddress_; in ReportAudioDeviceChange()
504 deviceName = activeBluetoothDevice->deviceName_; in ReportAudioDeviceChange()
611 std::unique_ptr<AudioStandard::AudioDeviceDescriptor> activeBluetoothDevice = in IsBtActived() local
613 if (activeBluetoothDevice != nullptr && !activeBluetoothDevice->macAddress_.empty()) { in IsBtActived()
H A Daudio_control_manager.cpp469 std::unique_ptr<AudioStandard::AudioDeviceDescriptor> activeBluetoothDevice = in SetAudioDevice() local
471 if (address.empty() && activeBluetoothDevice != nullptr && !activeBluetoothDevice->macAddress_.empty()) { in SetAudioDevice()
472 address = activeBluetoothDevice->macAddress_; in SetAudioDevice()

Completed in 3 milliseconds