Searched refs:groupDescriptor (Results 1 – 1 of 1) sorted by relevance
1505 LeAudioGroupDescriptor groupDescriptor = getGroupDescriptor(groupId); in getLeadDeviceForTheGroup() local1506 if (groupDescriptor == null) { in getLeadDeviceForTheGroup()1511 if (groupDescriptor.mCurrentLeadDevice != null in getLeadDeviceForTheGroup()1512 && getConnectionState(groupDescriptor.mCurrentLeadDevice) in getLeadDeviceForTheGroup()1514 return groupDescriptor.mCurrentLeadDevice; in getLeadDeviceForTheGroup()1526 groupDescriptor.mCurrentLeadDevice = sm.getDevice(); in getLeadDeviceForTheGroup()1527 return groupDescriptor.mCurrentLeadDevice; in getLeadDeviceForTheGroup()2099 LeAudioGroupDescriptor groupDescriptor = groupEntry.getValue(); in clearInactiveDueToContextTypeFlags() local2100 if (groupDescriptor.mInactivatedDueToContextType) { in clearInactiveDueToContextTypeFlags()2102 groupDescriptor.mInactivatedDueToContextType = false; in clearInactiveDueToContextTypeFlags()[all …]