Home
last modified time | relevance | path

Searched refs:BluetoothAudioManager (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp27 struct BluetoothAudioManager::impl {
37 BluetoothAudioManager::impl::impl() in impl()
40 BluetoothAudioManager::BluetoothAudioManager():pimpl(std::make_unique<impl>()) in BluetoothAudioManager() function in OHOS::Bluetooth::BluetoothAudioManager
43 int BluetoothAudioManager::impl::EnableWearDetection(const std::string &deviceId) in EnableWearDetection()
50 int BluetoothAudioManager::impl::DisableWearDetection(const std::string &deviceId) in DisableWearDetection()
57 int BluetoothAudioManager::impl::GetWearDetectionState(const std::string &deviceId, int32_t &ability) in GetWearDetectionState()
64 int BluetoothAudioManager::impl::IsDeviceWearing(const BluetoothRemoteDevice &device) in IsDeviceWearing()
71 int BluetoothAudioManager::impl::IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSupported) in IsWearDetectionSupported()
78 int BluetoothAudioManager
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_audio_manager.h32 class BLUETOOTH_API BluetoothAudioManager { class
40 static BluetoothAudioManager &GetInstance();
84 BluetoothAudioManager();
86 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothAudioManager);
90 friend class BluetoothNoDestructor<BluetoothAudioManager>;
/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/
H A Dnapi_bluetooth_audio_manager.cpp58 BluetoothAudioManager &wd = BluetoothAudioManager::GetInstance(); in EnableWearDetection()
76 BluetoothAudioManager &wd = BluetoothAudioManager::GetInstance(); in DisableWearDetection()
95 BluetoothAudioManager &wd = BluetoothAudioManager::GetInstance(); in IsWearDetectionEnabled()
116 BluetoothAudioManager &audioManager = BluetoothAudioManager::GetInstance(); in IsWearDetectionSupported()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp109 BluetoothAudioManager::GetInstance().SendDeviceSelection(device, eventType, in SendUserSelectionEvent()
116 BluetoothAudioManager::GetInstance().SendDeviceSelection(device, A2DP_DEFAULT_SELECTION, in SendUserSelectionEvent()
127 BluetoothAudioManager::GetInstance().GetWearDetectionState(device.GetDeviceAddr(), wearEnabledAbility); in IsBTWearDetectionEnable()
128 BluetoothAudioManager::GetInstance().IsWearDetectionSupported(device.GetDeviceAddr(), isWearSupported); in IsBTWearDetectionEnable()
H A Daudio_bluetooth_manager.cpp272 wearState = BluetoothAudioManager::GetInstance().IsDeviceWearing(device); in CheckA2dpDeviceReconnect()
397 wearState = BluetoothAudioManager::GetInstance().IsDeviceWearing(device); in CheckHfpDeviceReconnect()

Completed in 5 milliseconds