Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp518 std::vector<BluetoothRemoteDevice> a2dpList = {}; in GetAllA2dpBluetoothDevice() local
519 a2dpList.reserve(a2dpBluetoothDeviceMap_.size()); in GetAllA2dpBluetoothDevice()
521 a2dpList.emplace_back(device); in GetAllA2dpBluetoothDevice()
523 return a2dpList; in GetAllA2dpBluetoothDevice()
H A Daudio_bluetooth_manager.cpp125 auto a2dpList = MediaBluetoothDeviceManager::GetAllA2dpBluetoothDevice(); in DisconnectBluetoothA2dpSink() local
126 for (const auto &device : a2dpList) { in DisconnectBluetoothA2dpSink()

Completed in 4 milliseconds