Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_DISCONNECTED (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioStateMachine.java201 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
269 disconnectEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
301 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
355 disconnectEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
386 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
479 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
H A DLeAudioStackEvent.java38 static final int CONNECTION_STATE_DISCONNECTED = 0; field in LeAudioStackEvent
95 case CONNECTION_STATE_DISCONNECTED: in eventTypeValue1ToString()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStackEvent.java35 static final int CONNECTION_STATE_DISCONNECTED = 0; field in A2dpStackEvent
86 case CONNECTION_STATE_DISCONNECTED: in eventTypeValueIntToString()
H A DA2dpStateMachine.java229 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
299 event.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
338 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
395 event.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
430 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
542 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidStateMachine.java206 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
279 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
311 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
366 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
397 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
491 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
H A DHearingAidStackEvent.java33 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HearingAidStackEvent
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java189 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
233 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
275 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
H A DStackEvent.java28 static final int CONNECTION_STATE_DISCONNECTED = 0; field in StackEvent
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java27 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetHalConstants
H A DHeadsetStateMachine.java523 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
691 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
787 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1025 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java28 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetClientHalConstants
H A DHeadsetClientStateMachine.java990 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1083 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1563 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1731 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java565 wdcs.mState == AudioService.CONNECTION_STATE_DISCONNECTED in onSetWiredDeviceConnectionState()
568 if ((wdcs.mState == AudioService.CONNECTION_STATE_DISCONNECTED) in onSetWiredDeviceConnectionState()
581 if (wdcs.mState != AudioService.CONNECTION_STATE_DISCONNECTED) { in onSetWiredDeviceConnectionState()
808 AudioService.CONNECTION_STATE_DISCONNECTED, AudioSystem.DEVICE_NONE); in disconnectA2dp()
890 : AudioService.CONNECTION_STATE_DISCONNECTED; in setBluetoothA2dpDeviceConnectionState()
1173 if (state != AudioService.CONNECTION_STATE_DISCONNECTED) { in checkSendBecomingNoisyIntentInt()
H A DAudioService.java6240 /*package*/ static final int CONNECTION_STATE_DISCONNECTED = 0; field in AudioService
6248 CONNECTION_STATE_DISCONNECTED,
6262 && state != CONNECTION_STATE_DISCONNECTED) { in setWiredDeviceConnectionState()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachineTest.java241 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_ConnectingToDisconnected_StackDisconnected()
329 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_DisconnectingToDisconnected_StackDisconnected()
438 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_ConnectedToDisconnected_StackDisconnected()
568 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_AudioConnectingToDisconnected_StackDisconnected()
703 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_AudioOnToDisconnected_StackDisconnected()
847 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_AudioDisconnectingToDisconnected_StackDisconnected()
H A DHeadsetServiceTest.java291 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mCurrentDevice); in testMessageFromNative_deviceConnected()
329 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mCurrentDevice); in testMessageFromNative_deviceDisconnectedUnknown()
H A DHeadsetServiceAndStateMachineTest.java341 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, device); in testUnbondDevice_disconnectBeforeUnbond()
407 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, device); in testUnbondDevice_disconnectAfterUnbond()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRoute2Info.java56 @IntDef({CONNECTION_STATE_DISCONNECTED, CONNECTION_STATE_CONNECTING,
66 public static final int CONNECTION_STATE_DISCONNECTED = 0; field in MediaRoute2Info
/aosp12/frameworks/proto_logging/stats/enums/bluetooth/
H A Denums.proto25 CONNECTION_STATE_DISCONNECTED = 0; enumerator
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
H A DLeAudioServiceTest.java441 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
454 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java94 private static final int CONNECTION_STATE_DISCONNECTED = 0; field in BluetoothDevice
1689 != CONNECTION_STATE_DISCONNECTED; in isConnected()
H A DBluetoothAdapter.java678 public static final int STATE_DISCONNECTED = BluetoothProtoEnums.CONNECTION_STATE_DISCONNECTED;
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DBluetoothRouteProvider.java296 .setConnectionState(MediaRoute2Info.CONNECTION_STATE_DISCONNECTED) in createBluetoothRoute()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
H A DHearingAidServiceTest.java546 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
559 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpServiceTest.java437 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in testOutgoingConnectDisconnectSuccess()

12