Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp53 std::map<std::string, BluetoothRemoteDevice> MediaBluetoothDeviceManager::a2dpBluetoothDeviceMap_;
54 std::map<std::string, BluetoothDeviceAction> MediaBluetoothDeviceManager::wearDetectionStateMap_;
55 std::vector<BluetoothRemoteDevice> MediaBluetoothDeviceManager::privacyDevices_;
56 std::vector<BluetoothRemoteDevice> MediaBluetoothDeviceManager::commonDevices_;
57 std::vector<BluetoothRemoteDevice> MediaBluetoothDeviceManager::negativeDevices_;
58 std::vector<BluetoothRemoteDevice> MediaBluetoothDeviceManager::connectingDevices_;
59 std::vector<BluetoothRemoteDevice> MediaBluetoothDeviceManager::virtualDevices_;
105 if (MediaBluetoothDeviceManager::GetConnectedA2dpBluetoothDevice(macAddress, device) != SUCCESS) { in SendUserSelectionEvent()
149 void MediaBluetoothDeviceManager::SetMediaStack(const BluetoothRemoteDevice &device, int action) in SetMediaStack()
194 void MediaBluetoothDeviceManager
[all...]
H A Daudio_bluetooth_manager.cpp125 auto a2dpList = MediaBluetoothDeviceManager::GetAllA2dpBluetoothDevice(); in DisconnectBluetoothA2dpSink()
131 auto virtualDevices = MediaBluetoothDeviceManager::GetA2dpVirtualDeviceList(); in DisconnectBluetoothA2dpSink()
137 MediaBluetoothDeviceManager::ClearAllA2dpBluetoothDevice(); in DisconnectBluetoothA2dpSink()
149 int32_t tmp = MediaBluetoothDeviceManager::GetConnectedA2dpBluetoothDevice(macAddress, device); in SetActiveA2dpDevice()
172 int32_t ret = MediaBluetoothDeviceManager::GetConnectedA2dpBluetoothDevice(macAddress, device); in SetDeviceAbsVolume()
184 int32_t ret = MediaBluetoothDeviceManager::GetConnectedA2dpBluetoothDevice(macAddress, device); in GetA2dpDeviceStreamInfo()
273 if (wearState == 1) MediaBluetoothDeviceManager::SetMediaStack(device, WEAR_ACTION); // 1 wear state in CheckA2dpDeviceReconnect()
291 if (MediaBluetoothDeviceManager::IsA2dpBluetoothDeviceConnecting(macAddress)) { in Connect()
315 MediaBluetoothDeviceManager::SetMediaStack(device, BluetoothDeviceAction::CONNECTING_ACTION); in OnConnectionStateChanged()
318 MediaBluetoothDeviceManager in OnConnectionStateChanged()
[all...]
H A Dbluetooth_device_manager.h37 class MediaBluetoothDeviceManager { class
39 MediaBluetoothDeviceManager() = default;
40 virtual ~MediaBluetoothDeviceManager() = default;

Completed in 5 milliseconds