Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/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.java253 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
348 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
454 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
552 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java225 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
310 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
410 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
483 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
DLeAudioStackEvent.java41 static final int CONNECTION_STATE_DISCONNECTING = 3; field in LeAudioStackEvent
101 case CONNECTION_STATE_DISCONNECTING: in eventTypeValue1ToString()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java230 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
320 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
421 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
495 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
DHearingAidStackEvent.java36 static final int CONNECTION_STATE_DISCONNECTING = 3; field in HearingAidStackEvent
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java31 static final int CONNECTION_STATE_DISCONNECTING = 4; field in HeadsetHalConstants
DHeadsetStateMachine.java545 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
705 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
1021 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java230 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice)); in testStateTransition_ConnectingToDisconnected_StackDisconnected()
415 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice)); in testStateTransition_ConnectedToDisconnecting_StackDisconnecting()
594 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice)); in testStateTransition_AudioConnectingToDisconnecting_StackDisconnecting()
729 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice)); in testStateTransition_AudioOnToDisconnecting_StackDisconnecting()
821 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice)); in testStateTransition_AudioDisconnectingToDisconnecting_StackDisconnecting()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java32 static final int CONNECTION_STATE_DISCONNECTING = 4; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java991 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
1141 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DStackEvent.java31 static final int CONNECTION_STATE_DISCONNECTING = 3; field in StackEvent
DA2dpSinkStateMachine.java272 case StackEvent.CONNECTION_STATE_DISCONNECTING: in processStackEvent()