Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_CONNECTED (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStackEvent.java37 static final int CONNECTION_STATE_CONNECTED = 2; field in A2dpStackEvent
90 case CONNECTION_STATE_CONNECTED: in eventTypeValueIntToString()
H A DA2dpStateMachine.java242 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
342 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
434 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
546 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioStackEvent.java40 static final int CONNECTION_STATE_CONNECTED = 2; field in LeAudioStackEvent
99 case CONNECTION_STATE_CONNECTED: in eventTypeValue1ToString()
H A DLeAudioStateMachine.java214 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
305 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
390 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
H A DHearingAidServiceTest.java426 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
431 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
497 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
510 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
858 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
890 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
947 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected()
972 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected()
1033 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in connectDevice()
H A DHearingAidStateMachineTest.java127 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
167 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java29 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetHalConstants
H A DHeadsetStateMachine.java527 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
695 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
1015 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachineTest.java148 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
188 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
339 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testProcessCodecConfigEventCase()
H A DA2dpServiceTest.java413 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testOutgoingConnectDisconnectSuccess()
479 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testMaxConnectDevices()
905 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in connectDeviceWithCodecStatus()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidStackEvent.java35 static final int CONNECTION_STATE_CONNECTED = 2; field in HearingAidStackEvent
H A DHearingAidStateMachine.java219 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
315 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
401 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java186 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
230 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
H A DStackEvent.java30 static final int CONNECTION_STATE_CONNECTED = 2; field in StackEvent
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachineTest.java136 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
167 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
213 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingTimeout()
258 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testInBandRingtone()
356 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in setUpHfpClientConnection()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java30 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetClientHalConstants
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
H A DLeAudioStateMachineTest.java124 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
164 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
H A DLeAudioServiceTest.java397 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
410 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
674 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in connectDevice()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRoute2Info.java57 CONNECTION_STATE_CONNECTED})
81 public static final int CONNECTION_STATE_CONNECTED = 2; field in MediaRoute2Info
/aosp12/frameworks/proto_logging/stats/enums/bluetooth/
H A Denums.proto27 CONNECTION_STATE_CONNECTED = 2; enumerator
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DAudioDeviceBrokerTest.java194 AudioService.CONNECTION_STATE_CONNECTED, address, name, caller); in testSetWiredDeviceConnectionState()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java574 if (!handleDeviceConnection(wdcs.mState == AudioService.CONNECTION_STATE_CONNECTED, in onSetWiredDeviceConnectionState()
889 ? AudioService.CONNECTION_STATE_CONNECTED in setBluetoothA2dpDeviceConnectionState()
1171 state == AudioService.CONNECTION_STATE_CONNECTED in checkSendBecomingNoisyIntentInt()
1343 if (state != AudioService.CONNECTION_STATE_CONNECTED) { in configureHdmiPlugIntent()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachineTest.java191 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in testStateTransition_DisconnectedToConnecting_StackConnected()
294 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
1092 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in setUpConnectedState()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DSystemMediaRoute2Provider.java274 .setConnectionState(MediaRoute2Info.CONNECTION_STATE_CONNECTED) in updateDeviceRoute()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java95 private static final int CONNECTION_STATE_CONNECTED = 1; field in BluetoothDevice
1715 > CONNECTION_STATE_CONNECTED; in isEncrypted()

12