Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java68 static final int GROUP_STATUS_INACTIVE = 0; field in LeAudioStackEvent
272 case GROUP_STATUS_INACTIVE: in eventTypeValue2ToString()
DLeAudioService.java2576 groupId, LeAudioStackEvent.GROUP_STATUS_INACTIVE)); in handleGroupTransitToInactive()
3132 BluetoothLeAudio.GROUP_STATUS_INACTIVE)); in messageFromNative()
3217 case LeAudioStackEvent.GROUP_STATUS_INACTIVE: in messageFromNative()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java818 create_event.valueInt2 = LeAudioStackEvent.GROUP_STATUS_INACTIVE; in testCreatePendingBroadcast()
918 create_event.valueInt2 = LeAudioStackEvent.GROUP_STATUS_INACTIVE; in prepareHandoverStreamingBroadcast()
1014 create_event.valueInt2 = LeAudioStackEvent.GROUP_STATUS_INACTIVE; in testInCallDrivenBroadcastSwitch()
1086 create_event.valueInt2 = LeAudioStackEvent.GROUP_STATUS_INACTIVE; in testAudioModeDrivenBroadcastSwitch()
1156 create_event.valueInt2 = LeAudioStackEvent.GROUP_STATUS_INACTIVE; in testBroadcastResumeUnicastGroupChangeRequestDriven()
DLeAudioServiceTest.java1396 groupStatusChangedEvent.valueInt2 = LeAudioStackEvent.GROUP_STATUS_INACTIVE; in testSetActiveDeviceGroup()
1579 inactiveGroupState.valueInt2 = LeAudioStackEvent.GROUP_STATUS_INACTIVE; in testSwitchActiveGroups()
1653 groupStatusChangedEvent.valueInt2 = LeAudioStackEvent.GROUP_STATUS_INACTIVE; in testSetActiveDeviceGroupWithoutRingtoneContext()
2082 testGroupId, LeAudioStackEvent.GROUP_STATUS_INACTIVE); in testMessageFromNativeGroupStatusChanged()
2485 injectGroupStatusChange(groupId, LeAudioStackEvent.GROUP_STATUS_INACTIVE); in testVolumeCache()
2536 injectGroupStatusChange(groupId, LeAudioStackEvent.GROUP_STATUS_INACTIVE); in testSetVolumeForBroadcastSinks()
2896 injectGroupStatusChange(groupId, LeAudioStackEvent.GROUP_STATUS_INACTIVE); in testInactivateDeviceWhenNoAvailableContextTypes()
2980 groupStatusChangedEvent.valueInt2 = LeAudioStackEvent.GROUP_STATUS_INACTIVE; in testSetAllowedContextsForActiveGroup()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java82 GROUP_STATUS_INACTIVE,
679 public static final int GROUP_STATUS_INACTIVE = IBluetoothLeAudio.GROUP_STATUS_INACTIVE; field in BluetoothLeAudio
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl76 const int GROUP_STATUS_INACTIVE = 0; field