Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_CONNECTING (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStackEvent.java36 static final int CONNECTION_STATE_CONNECTING = 1; field in A2dpStackEvent
88 case CONNECTION_STATE_CONNECTING: in eventTypeValueIntToString()
H A DA2dpStateMachine.java232 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 DA2dpService.java918 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioStackEvent.java39 static final int CONNECTION_STATE_CONNECTING = 1; field in LeAudioStackEvent
97 case CONNECTION_STATE_CONNECTING: in eventTypeValue1ToString()
H A DLeAudioStateMachine.java204 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 DLeAudioService.java422 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java28 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetHalConstants
H A DHeadsetStateMachine.java528 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
702 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
H A DHeadsetService.java311 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: { in messageFromNative()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidStackEvent.java34 static final int CONNECTION_STATE_CONNECTING = 1; field in HearingAidStackEvent
H A DHearingAidStateMachine.java209 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 DHearingAidService.java638 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java29 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetClientHalConstants
H A DHeadsetClientStateMachine.java989 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 DStackEvent.java29 static final int CONNECTION_STATE_CONNECTING = 1; field in StackEvent
H A DA2dpSinkStateMachine.java175 case StackEvent.CONNECTION_STATE_CONNECTING: in processStackEvent()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
H A DLeAudioStateMachineTest.java146 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 DHearingAidStateMachineTest.java149 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 DA2dpStateMachineTest.java170 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 DMediaRoute2Info.java56 @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 Denums.proto26 CONNECTION_STATE_CONNECTING = 1; enumerator
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachineTest.java209 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_DisconnectedToConnecting_StackConnecting()
283 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
H A DHeadsetServiceTest.java311 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mCurrentDevice); in testMessageFromNative_deviceConnectingUnknown()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java680 public static final int STATE_CONNECTING = BluetoothProtoEnums.CONNECTION_STATE_CONNECTING;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt23232 field public static final int CONNECTION_STATE_CONNECTING = 1; // 0x1

12