Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java85 static final int STATUS_LOCAL_STREAM_REQUESTED = 0; field in LeAudioStackEvent
306 case STATUS_LOCAL_STREAM_REQUESTED: in eventTypeValue2ToString()
DLeAudioService.java2592 if (status == LeAudioStackEvent.STATUS_LOCAL_STREAM_REQUESTED) { in handleSinkStreamStatusChange()
3930 LeAudioStackEvent.STATUS_LOCAL_STREAM_REQUESTED); in setInCall()
4327 LeAudioStackEvent.STATUS_LOCAL_STREAM_REQUESTED); in handleAudioModeChange()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java1116 create_event.valueInt2 = LeAudioStackEvent.STATUS_LOCAL_STREAM_REQUESTED; in testBroadcastResumeUnicastGroupChangeRequestDriven()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java104 private static final int STATUS_LOCAL_STREAM_REQUESTED = 0; field in BassClientService
3126 if (status == STATUS_LOCAL_STREAM_REQUESTED) { in handleUnicastSourceStreamStatusChange()