/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpStackEvent.java | 36 static final int CONNECTION_STATE_CONNECTING = 1; field in A2dpStackEvent 88 case CONNECTION_STATE_CONNECTING: in eventTypeValueIntToString()
|
H A D | A2dpStateMachine.java | 232 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 345 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 444 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 549 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
H A D | A2dpService.java | 918 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/ |
H A D | LeAudioStackEvent.java | 39 static final int CONNECTION_STATE_CONNECTING = 1; field in LeAudioStackEvent 97 case CONNECTION_STATE_CONNECTING: in eventTypeValue1ToString()
|
H A D | LeAudioStateMachine.java | 204 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 308 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 400 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
H A D | LeAudioService.java | 422 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | HeadsetHalConstants.java | 28 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetHalConstants
|
H A D | HeadsetStateMachine.java | 528 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 702 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
H A D | HeadsetService.java | 311 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: { in messageFromNative()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
H A D | HearingAidStackEvent.java | 34 static final int CONNECTION_STATE_CONNECTING = 1; field in HearingAidStackEvent
|
H A D | HearingAidStateMachine.java | 209 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 318 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 411 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
H A D | HearingAidService.java | 638 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
H A D | HeadsetClientHalConstants.java | 29 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetClientHalConstants
|
H A D | HeadsetClientStateMachine.java | 989 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 1137 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
H A D | StackEvent.java | 29 static final int CONNECTION_STATE_CONNECTING = 1; field in StackEvent
|
H A D | A2dpSinkStateMachine.java | 175 case StackEvent.CONNECTION_STATE_CONNECTING: in processStackEvent()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/ |
H A D | LeAudioStateMachineTest.java | 146 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept() 231 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
H A D | HearingAidStateMachineTest.java | 149 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept() 237 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
H A D | A2dpStateMachineTest.java | 170 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept() 257 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaRoute2Info.java | 56 @IntDef({CONNECTION_STATE_DISCONNECTED, CONNECTION_STATE_CONNECTING, 74 public static final int CONNECTION_STATE_CONNECTING = 1; field in MediaRoute2Info
|
/aosp12/frameworks/proto_logging/stats/enums/bluetooth/ |
H A D | enums.proto | 26 CONNECTION_STATE_CONNECTING = 1; enumerator
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
H A D | HeadsetStateMachineTest.java | 209 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_DisconnectedToConnecting_StackConnecting() 283 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
|
H A D | HeadsetServiceTest.java | 311 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mCurrentDevice); in testMessageFromNative_deviceConnectingUnknown()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothAdapter.java | 680 public static final int STATE_CONNECTING = BluetoothProtoEnums.CONNECTION_STATE_CONNECTING;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 23232 field public static final int CONNECTION_STATE_CONNECTING = 1; // 0x1
|