Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java229 private static class LeAudioGroupDescriptor { class in LeAudioService
230 LeAudioGroupDescriptor(boolean isInbandRingtonEnabled) { in LeAudioGroupDescriptor() method in LeAudioService.LeAudioGroupDescriptor
365 private final Map<Integer, LeAudioGroupDescriptor> mGroupDescriptors = new LinkedHashMap<>();
368 private final Map<Integer, LeAudioGroupDescriptor> mGroupDescriptorsView =
552 for (Map.Entry<Integer, LeAudioGroupDescriptor> entry : in stop()
554 LeAudioGroupDescriptor descriptor = entry.getValue(); in stop()
1055 for (Map.Entry<Integer, LeAudioGroupDescriptor> entry : in getActiveGroupId()
1057 LeAudioGroupDescriptor descriptor = entry.getValue(); in getActiveGroupId()
1454 for (Map.Entry<Integer, LeAudioGroupDescriptor> entry : in areAllGroupsInNotActiveState()
1456 LeAudioGroupDescriptor descriptor = entry.getValue(); in areAllGroupsInNotActiveState()
[all …]