Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1386 groupStatusChangedEvent.valueInt2 = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testSetActiveDeviceGroup()
1437 groupStatusChangedEvent.valueInt2 = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testSetActiveDeviceGroupTwice()
1550 groupStatusChangedEvent.valueInt2 = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testSwitchActiveGroups()
1597 activeGroupState.valueInt2 = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testSwitchActiveGroups()
1645 groupStatusChangedEvent.valueInt2 = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testSetActiveDeviceGroupWithoutRingtoneContext()
1712 int groupStatus = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testGetActiveDevices()
1811 injectGroupStatusChange(testGroupId, BluetoothLeAudio.GROUP_STATUS_ACTIVE); in testGroupDirectionChanged_AudioConfChangedActiveGroup()
1882 injectGroupStatusChange(testGroupId, BluetoothLeAudio.GROUP_STATUS_ACTIVE); in testMessageFromNativeAudioConfChangedActiveGroup()
1963 injectGroupStatusChange(testGroupId, LeAudioStackEvent.GROUP_STATUS_ACTIVE); in testMediaContextUnavailableForAWhile()
2000 injectGroupStatusChange(testGroupId, LeAudioStackEvent.GROUP_STATUS_ACTIVE); in testMediaContextUnavailableWhileReceivingBroadcast()
[all …]
DLeAudioBroadcastServiceTest.java798 create_event.valueInt2 = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testCreatePendingBroadcast()
886 create_event.valueInt2 = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in prepareHandoverStreamingBroadcast()
992 create_event.valueInt2 = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testInCallDrivenBroadcastSwitch()
1054 create_event.valueInt2 = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testAudioModeDrivenBroadcastSwitch()
1130 create_event.valueInt2 = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testBroadcastResumeUnicastGroupChangeRequestDriven()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java69 static final int GROUP_STATUS_ACTIVE = 1; field in LeAudioStackEvent
270 case GROUP_STATUS_ACTIVE: in eventTypeValue2ToString()
DLeAudioService.java2499 groupId, LeAudioStackEvent.GROUP_STATUS_ACTIVE)); in handleGroupTransitToActive()
3207 case LeAudioStackEvent.GROUP_STATUS_ACTIVE: in messageFromNative()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java81 GROUP_STATUS_ACTIVE,
672 public static final int GROUP_STATUS_ACTIVE = IBluetoothLeAudio.GROUP_STATUS_ACTIVE; field in BluetoothLeAudio
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl77 const int GROUP_STATUS_ACTIVE = 1; field