Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java21 import static android.bluetooth.IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID;
189 int mUnicastGroupIdDeactivatedForBroadcastTransition = LE_AUDIO_GROUP_ID_INVALID;
335 mGroupId = LE_AUDIO_GROUP_ID_INVALID; in LeAudioDeviceDescriptor()
737 if (groupId != LE_AUDIO_GROUP_ID_INVALID) { in connect()
989 return groupId != LE_AUDIO_GROUP_ID_INVALID in isValidDeviceGroup()
1005 if (groupId == LE_AUDIO_GROUP_ID_INVALID) { in getGroupDevices()
1033 if (groupId == LE_AUDIO_GROUP_ID_INVALID) { in getGroupDevices()
1065 return LE_AUDIO_GROUP_ID_INVALID; in getActiveGroupId()
1157 if (groupId == LE_AUDIO_GROUP_ID_INVALID) { in getBroadcastAudioQualityPerSinkCapabilities()
1496 return LE_AUDIO_GROUP_ID_INVALID; in getFirstGroupIdInGettingActiveState()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java20 import static android.bluetooth.IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID;
813 Assert.assertEquals(activeGroup, LE_AUDIO_GROUP_ID_INVALID); in testCreatePendingBroadcast()
913 Assert.assertEquals(activeGroup, LE_AUDIO_GROUP_ID_INVALID); in prepareHandoverStreamingBroadcast()
947 Assert.assertEquals(LE_AUDIO_GROUP_ID_INVALID, activeGroup); in prepareHandoverStreamingBroadcast()
1009 verify(mLeAudioNativeInterface, times(2)).groupSetActive(eq(LE_AUDIO_GROUP_ID_INVALID)); in testInCallDrivenBroadcastSwitch()
1076 verify(mLeAudioNativeInterface, times(1)).groupSetActive(eq(LE_AUDIO_GROUP_ID_INVALID)); in testAudioModeDrivenBroadcastSwitch()
1081 verify(mLeAudioNativeInterface, times(2)).groupSetActive(eq(LE_AUDIO_GROUP_ID_INVALID)); in testAudioModeDrivenBroadcastSwitch()
1151 verify(mLeAudioNativeInterface, times(2)).groupSetActive(eq(LE_AUDIO_GROUP_ID_INVALID)); in testBroadcastResumeUnicastGroupChangeRequestDriven()
DLeAudioServiceTest.java103 private static final int LE_AUDIO_GROUP_ID_INVALID = -1; field in LeAudioServiceTest
2612 assertThat(mService.isValidDeviceGroup(LE_AUDIO_GROUP_ID_INVALID)).isFalse(); in testDefaultValuesOfSeveralGetters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java603 if (groupId == IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID) { in setDeviceVolume()
840 if (currentlyActiveGroupId == IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID in updateGroupCacheAndAudioSystem()
875 if (groupId == IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID) { in handleVolumeControlChanged()
884 if (groupId == IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID) { in handleVolumeControlChanged()
1259 if (groupId == IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID) { in notifyDevicesVolumeChanged()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl74 const int LE_AUDIO_GROUP_ID_INVALID = -1; field
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAudioRoutingManager.java19 import static android.bluetooth.IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID;
643 if (groupId != LE_AUDIO_GROUP_ID_INVALID in canActivateTogether()
DAdapterService.java22 import static android.bluetooth.IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID;
1598 || mLeAudioService.getGroupId(device) == LE_AUDIO_GROUP_ID_INVALID) { in isDualModeAudioSinkDevice()
4580 if (groupId == LE_AUDIO_GROUP_ID_INVALID) { in notifyActiveDeviceChangeApplied()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAudioRoutingManagerTest.java19 import static android.bluetooth.IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID;
157 when(mLeAudioService.getGroupId(any())).thenReturn(LE_AUDIO_GROUP_ID_INVALID); in setUp()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java380 public static final int GROUP_ID_INVALID = IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java20 import static android.bluetooth.IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID;
876 return (leAudioService.getActiveGroupId() != LE_AUDIO_GROUP_ID_INVALID) in isDevicePartOfActiveUnicastGroup()