Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java87 static final int STATUS_LOCAL_STREAM_SUSPENDED = 2; field in LeAudioStackEvent
310 case STATUS_LOCAL_STREAM_SUSPENDED: in eventTypeValue2ToString()
DLeAudioService.java2604 } else if (status == LeAudioStackEvent.STATUS_LOCAL_STREAM_SUSPENDED) { in handleSinkStreamStatusChange()
3944 LeAudioStackEvent.STATUS_LOCAL_STREAM_SUSPENDED); in setInCall()
4346 LeAudioStackEvent.STATUS_LOCAL_STREAM_SUSPENDED); in handleAudioModeChange()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java1072 create_event.valueInt2 = LeAudioStackEvent.STATUS_LOCAL_STREAM_SUSPENDED; in testAudioModeDrivenBroadcastSwitch()
1148 create_event.valueInt2 = LeAudioStackEvent.STATUS_LOCAL_STREAM_SUSPENDED; in testBroadcastResumeUnicastGroupChangeRequestDriven()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java106 private static final int STATUS_LOCAL_STREAM_SUSPENDED = 2; field in BassClientService
2895 return mUnicastSourceStreamStatus.get() == STATUS_LOCAL_STREAM_SUSPENDED; in isAllowedToAddSource()
3134 } else if (status == STATUS_LOCAL_STREAM_SUSPENDED) { in handleUnicastSourceStreamStatusChange()