Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/audio/src/audio_state/
H A Dearpiece_device_state.cpp35 AudioEvent::ENABLE_DEVICE_BLUETOOTH); in ProcessEvent()
H A Dwired_headset_device_state.cpp37 AudioEvent::ENABLE_DEVICE_BLUETOOTH); in ProcessEvent()
H A Dbluetooth_device_state.cpp34 …yedSingleton<AudioDeviceManager>::GetInstance()->ProcessEvent(AudioEvent::ENABLE_DEVICE_BLUETOOTH); in ProcessEvent()
H A Dspeaker_device_state.cpp37 AudioEvent::ENABLE_DEVICE_BLUETOOTH); in ProcessEvent()
/ohos5.0/base/telephony/call_manager/services/audio/include/audio_state/
H A Daudio_base.h56 ENABLE_DEVICE_BLUETOOTH, enumerator
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp62 memberFuncMap_[AudioEvent::ENABLE_DEVICE_BLUETOOTH] = [this]() { return EnableBtSco(); }; in Init()