Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlStackEvent.java37 static final int CONNECTION_STATE_DISCONNECTING = 3; field in VolumeControlStackEvent
99 case CONNECTION_STATE_DISCONNECTING: in eventTypeValue1ToString()
128 case CONNECTION_STATE_DISCONNECTING: in eventTypeValue2ToString()
DVolumeControlStateMachine.java218 case VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
314 case VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
446 case VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
525 case VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java27 static final int CONNECTION_STATE_DISCONNECTING = 4; field in HeadsetHalConstants
93 case CONNECTION_STATE_DISCONNECTING: in getConnectionStateName()
DHeadsetStateMachine.java683 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
883 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
1225 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java38 static final int CONNECTION_STATE_DISCONNECTING = 3; field in A2dpStackEvent
92 case CONNECTION_STATE_DISCONNECTING: in eventTypeValueIntToString()
DA2dpStateMachine.java261 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
395 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
517 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
630 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorStackEvent.java38 static final int CONNECTION_STATE_DISCONNECTING = 3; field in CsipSetCoordinatorStackEvent
101 case CONNECTION_STATE_DISCONNECTING: in connectionStateToString()
DCsipSetCoordinatorStateMachine.java225 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
322 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
441 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
520 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java224 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
320 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
432 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
515 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
DLeAudioStackEvent.java60 static final int CONNECTION_STATE_DISCONNECTING = 3; field in LeAudioStackEvent
211 case CONNECTION_STATE_DISCONNECTING: in eventTypeValue1ToString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientStackEvent.java47 static final int CONNECTION_STATE_DISCONNECTING = 3; field in HapClientStackEvent
192 case CONNECTION_STATE_DISCONNECTING: in connectionStateValueToString()
DHapClientStateMachine.java317 case HapClientStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
413 case HapClientStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
529 case HapClientStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
613 case HapClientStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java224 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
324 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
437 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
517 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
DHearingAidStackEvent.java36 static final int CONNECTION_STATE_DISCONNECTING = 3; field in HearingAidStackEvent
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorStateMachineTest.java356 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTING; in testStackEvent_withoutStateChange_onDisconnectedState()
473 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTING; in testStackEvent_toDisconnectingState_onConnectingState()
540 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTING; in testStackEvent_toDisconnectingState_onConnectedState()
600 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTING; in testStackEvent_withoutStateChange_onDisconnectingState()
695 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTING; in initToDisconnectingState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java28 static final int CONNECTION_STATE_DISCONNECTING = 4; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java1181 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
1393 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DStackEvent.java31 static final int CONNECTION_STATE_DISCONNECTING = 3; field in StackEvent
DA2dpSinkStateMachine.java294 case StackEvent.CONNECTION_STATE_DISCONNECTING: in processStackEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DStackEventTest.java68 testConnectionStateChangedBase(StackEvent.CONNECTION_STATE_DISCONNECTING); in testCreateConnectionStateChangedDisconnectingEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientStateMachineTest.java317 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTING; in testStatesChangesWithMessages()
338 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTING; in testStatesChangesWithMessages()
DHapClientStackEventTest.java58 event.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTING; in toString_containsProperSubStrings()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlStateMachineTest.java336 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTING; in testStatesChangesWithMessages()
366 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTING; in testStatesChangesWithMessages()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java283 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, in testStateTransition_ConnectingToDisconnected_StackDisconnected()
522 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, in testStateTransition_ConnectedToDisconnecting_StackDisconnecting()
778 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, in testStateTransition_AudioConnectingToDisconnecting_StackDisconnecting()
951 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, in testStateTransition_AudioOnToDisconnecting_StackDisconnecting()
1108 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, in testStateTransition_AudioDisconnectingToDisconnecting_StackDisconnecting()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java2164 BluetoothProtoEnums.CONNECTION_STATE_DISCONNECTING, in clientDisconnect()

12