/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpStackEvent.java | 38 static final int CONNECTION_STATE_DISCONNECTING = 3; field in A2dpStackEvent 92 case CONNECTION_STATE_DISCONNECTING: in eventTypeValueIntToString()
|
H A D | A2dpStateMachine.java | 253 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()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/ |
H A D | LeAudioStackEvent.java | 41 static final int CONNECTION_STATE_DISCONNECTING = 3; field in LeAudioStackEvent 101 case CONNECTION_STATE_DISCONNECTING: in eventTypeValue1ToString()
|
H A D | LeAudioStateMachine.java | 225 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()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
H A D | HearingAidStateMachine.java | 230 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()
|
H A D | HearingAidStackEvent.java | 36 static final int CONNECTION_STATE_DISCONNECTING = 3; field in HearingAidStackEvent
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | HeadsetHalConstants.java | 31 static final int CONNECTION_STATE_DISCONNECTING = 4; field in HeadsetHalConstants
|
H A D | HeadsetStateMachine.java | 545 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent() 705 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent() 1021 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
H A D | HeadsetClientHalConstants.java | 32 static final int CONNECTION_STATE_DISCONNECTING = 4; field in HeadsetClientHalConstants
|
H A D | HeadsetClientStateMachine.java | 991 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent() 1141 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
H A D | StackEvent.java | 31 static final int CONNECTION_STATE_DISCONNECTING = 3; field in StackEvent
|
H A D | A2dpSinkStateMachine.java | 272 case StackEvent.CONNECTION_STATE_DISCONNECTING: in processStackEvent()
|
/aosp12/frameworks/proto_logging/stats/enums/bluetooth/ |
H A D | enums.proto | 28 CONNECTION_STATE_DISCONNECTING = 3; enumerator
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
H A D | HeadsetStateMachineTest.java | 230 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()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothAdapter.java | 685 BluetoothProtoEnums.CONNECTION_STATE_DISCONNECTING;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10752 Landroid/bluetooth/BluetoothProtoEnums;->CONNECTION_STATE_DISCONNECTING:I
|