Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlStackEvent.java34 static final int CONNECTION_STATE_DISCONNECTED = 0; field in VolumeControlStackEvent
93 case CONNECTION_STATE_DISCONNECTED: in eventTypeValue1ToString()
122 case CONNECTION_STATE_DISCONNECTED: in eventTypeValue2ToString()
DVolumeControlStateMachine.java188 case VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
273 VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
305 case VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
389 VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
420 case VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
521 case VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java23 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetHalConstants
85 case CONNECTION_STATE_DISCONNECTED: in getConnectionStateName()
DHeadsetStateMachine.java649 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
869 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
968 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1229 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java200 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
279 disconnectEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
311 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
377 disconnectEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
408 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
511 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
DLeAudioStackEvent.java57 static final int CONNECTION_STATE_DISCONNECTED = 0; field in LeAudioStackEvent
205 case CONNECTION_STATE_DISCONNECTED: in eventTypeValue1ToString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java200 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
283 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
315 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
382 HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
413 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
513 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
DHearingAidStackEvent.java33 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HearingAidStackEvent
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorStateMachine.java189 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
281 CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
313 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
380 CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
411 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
516 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
DCsipSetCoordinatorStackEvent.java35 static final int CONNECTION_STATE_DISCONNECTED = 0; field in CsipSetCoordinatorStackEvent
95 case CONNECTION_STATE_DISCONNECTED: in connectionStateToString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientStateMachine.java289 case HapClientStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
372 disconnectEvent.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
404 case HapClientStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
472 HapClientStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
503 case HapClientStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
609 case HapClientStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
DHapClientStackEvent.java44 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HapClientStackEvent
186 case CONNECTION_STATE_DISCONNECTED: in connectionStateValueToString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java35 static final int CONNECTION_STATE_DISCONNECTED = 0; field in A2dpStackEvent
86 case CONNECTION_STATE_DISCONNECTED: in eventTypeValueIntToString()
DA2dpStateMachine.java237 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
344 event.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
385 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
458 event.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
493 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
620 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java202 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
255 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
297 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
DStackEvent.java28 static final int CONNECTION_STATE_DISCONNECTED = 0; field in StackEvent
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java24 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java1180 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1322 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1862 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
2048 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DStackEventTest.java53 testConnectionStateChangedBase(StackEvent.CONNECTION_STATE_DISCONNECTED); in testCreateConnectionStateChangedDisconnectedEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorStateMachineTest.java329 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTED; in testStackEvent_withoutStateChange_onDisconnectedState()
449 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTED; in testStackEvent_toDisconnectedState_onConnectingState()
528 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_DISCONNECTED; in testStackEvent_toDisconnectedState_onConnectedState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientStackEventTest.java46 event.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTED; in toString_containsProperSubStrings()
DHapClientStateMachineTest.java369 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTED; in testStatesChangesWithMessages()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java298 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, in testStateTransition_ConnectingToDisconnected_StackDisconnected()
413 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, in testStateTransition_DisconnectingToDisconnected_StackDisconnected()
553 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, in testStateTransition_ConnectedToDisconnected_StackDisconnected()
742 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, in testStateTransition_AudioConnectingToDisconnected_StackDisconnected()
918 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, in testStateTransition_AudioOnToDisconnected_StackDisconnected()
1144 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, in testStateTransition_AudioDisconnectingToDisconnected_StackDisconnected()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlStateMachineTest.java406 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTED; in testStatesChangesWithMessages()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java606 LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED, in injectAndVerifyDeviceDisconnected()
612 device, LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED); in injectNoVerifyDeviceDisconnected()
709 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
725 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
1268 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in testSetConnectionPolicy()

12