/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlStackEvent.java | 34 static final int CONNECTION_STATE_DISCONNECTED = 0; field in VolumeControlStackEvent 93 case CONNECTION_STATE_DISCONNECTED: in eventTypeValue1ToString() 122 case CONNECTION_STATE_DISCONNECTED: in eventTypeValue2ToString()
|
D | VolumeControlStateMachine.java | 188 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/ |
D | HeadsetHalConstants.java | 23 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetHalConstants 85 case CONNECTION_STATE_DISCONNECTED: in getConnectionStateName()
|
D | HeadsetStateMachine.java | 649 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/ |
D | LeAudioStateMachine.java | 200 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()
|
D | LeAudioStackEvent.java | 57 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/ |
D | HearingAidStateMachine.java | 200 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()
|
D | HearingAidStackEvent.java | 33 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HearingAidStackEvent
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorStateMachine.java | 189 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()
|
D | CsipSetCoordinatorStackEvent.java | 35 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/ |
D | HapClientStateMachine.java | 289 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()
|
D | HapClientStackEvent.java | 44 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/ |
D | A2dpStackEvent.java | 35 static final int CONNECTION_STATE_DISCONNECTED = 0; field in A2dpStackEvent 86 case CONNECTION_STATE_DISCONNECTED: in eventTypeValueIntToString()
|
D | A2dpStateMachine.java | 237 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/ |
D | A2dpSinkStateMachine.java | 202 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent() 255 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent() 297 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
|
D | StackEvent.java | 28 static final int CONNECTION_STATE_DISCONNECTED = 0; field in StackEvent
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientHalConstants.java | 24 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 1180 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/ |
D | StackEventTest.java | 53 testConnectionStateChangedBase(StackEvent.CONNECTION_STATE_DISCONNECTED); in testCreateConnectionStateChangedDisconnectedEvent()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorStateMachineTest.java | 329 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/ |
D | HapClientStackEventTest.java | 46 event.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTED; in toString_containsProperSubStrings()
|
D | HapClientStateMachineTest.java | 369 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_DISCONNECTED; in testStatesChangesWithMessages()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachineTest.java | 298 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/ |
D | VolumeControlStateMachineTest.java | 406 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_DISCONNECTED; in testStatesChangesWithMessages()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioServiceTest.java | 606 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()
|