Home
last modified time | relevance | path

Searched refs:HfpBluetoothDeviceManager (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp63 std::map<std::string, BluetoothRemoteDevice> HfpBluetoothDeviceManager::hfpBluetoothDeviceMap_;
64 std::map<std::string, BluetoothDeviceAction> HfpBluetoothDeviceManager::wearDetectionStateMap_;
65 std::vector<BluetoothRemoteDevice> HfpBluetoothDeviceManager::privacyDevices_;
66 std::vector<BluetoothRemoteDevice> HfpBluetoothDeviceManager::commonDevices_;
67 std::vector<BluetoothRemoteDevice> HfpBluetoothDeviceManager::negativeDevices_;
68 std::vector<BluetoothRemoteDevice> HfpBluetoothDeviceManager::connectingDevices_;
69 std::vector<BluetoothRemoteDevice> HfpBluetoothDeviceManager::virtualDevices_;
70 std::mutex HfpBluetoothDeviceManager::stopVirtualCallHandleLock_;
71 BluetoothStopVirtualCallHandle HfpBluetoothDeviceManager::stopVirtualCallHandle_ = { BluetoothRemoteDevice(), false};
112 if (HfpBluetoothDeviceManager in SendUserSelectionEvent()
[all...]
H A Daudio_bluetooth_manager.cpp398 if (wearState == 1) HfpBluetoothDeviceManager::SetHfpStack(device, WEAR_ACTION); // 1 wear state in CheckHfpDeviceReconnect()
468 if (HfpBluetoothDeviceManager::GetConnectedHfpBluetoothDevice(macAddress, device) != SUCCESS) { in SetActiveHfpDevice()
571 auto hfpList = HfpBluetoothDeviceManager::GetAllHfpBluetoothDevice(); in DisconnectBluetoothHfpSink()
577 auto virtualDevices = HfpBluetoothDeviceManager::GetHfpVirtualDeviceList(); in DisconnectBluetoothHfpSink()
582 HfpBluetoothDeviceManager::ClearAllHfpBluetoothDevice(); in DisconnectBluetoothHfpSink()
623 if (HfpBluetoothDeviceManager::IsHfpBluetoothDeviceConnecting(macAddress)) { in Connect()
663 HfpBluetoothDeviceManager::OnScoStateChanged(device, isConnected, reason); in OnScoStateChanged()
671 HfpBluetoothDeviceManager::SetHfpStack(device, BluetoothDeviceAction::CONNECTING_ACTION); in OnConnectionStateChanged()
674 HfpBluetoothDeviceManager::SetHfpStack(device, BluetoothDeviceAction::CONNECT_ACTION); in OnConnectionStateChanged()
683 HfpBluetoothDeviceManager in OnConnectionStateChanged()
[all...]
H A Dbluetooth_device_manager.h86 class HfpBluetoothDeviceManager { class
88 HfpBluetoothDeviceManager() = default;
89 virtual ~HfpBluetoothDeviceManager() = default;

Completed in 3 milliseconds