Searched refs:a2dpList (Results 1 – 2 of 2) sorted by relevance
522 std::vector<BluetoothRemoteDevice> a2dpList = {}; in GetAllA2dpBluetoothDevice() local523 a2dpList.reserve(a2dpBluetoothDeviceMap_.size()); in GetAllA2dpBluetoothDevice()525 a2dpList.emplace_back(device); in GetAllA2dpBluetoothDevice()527 return a2dpList; in GetAllA2dpBluetoothDevice()
124 auto a2dpList = MediaBluetoothDeviceManager::GetAllA2dpBluetoothDevice(); in DisconnectBluetoothA2dpSink() local125 for (const auto &device : a2dpList) { in DisconnectBluetoothA2dpSink()