Home
last modified time | relevance | path

Searched refs:mBroadcastMetadataMap (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java144 private final Map<BluetoothDevice, BluetoothLeBroadcastMetadata> mBroadcastMetadataMap = field in BassClientService
677 if (mBroadcastMetadataMap != null) { in stop()
678 mBroadcastMetadataMap.clear(); in stop()
700 mBroadcastMetadataMap.clear(); in stop()
2489 mBroadcastMetadataMap.put(device, sourceMetadata); in addSource()
2525 mBroadcastMetadataMap.put(device, sourceMetadata); in addSource()
2585 mBroadcastMetadataMap.put(sink, updatedMetadata); in modifySource()
2649 mBroadcastMetadataMap.remove(device); in removeSource()
2950 mBroadcastMetadataMap.remove(sink); in handleDeviceDisconnection()
3052 BluetoothLeBroadcastMetadata metadata = mBroadcastMetadataMap.get(sink); in resumeReceiversSourceSynchronization()
[all …]