/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpStackEvent.java | 37 static final int CONNECTION_STATE_CONNECTED = 2; field in A2dpStackEvent 90 case CONNECTION_STATE_CONNECTED: in eventTypeValueIntToString()
|
H A D | A2dpStateMachine.java | 242 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 D | LeAudioStackEvent.java | 40 static final int CONNECTION_STATE_CONNECTED = 2; field in LeAudioStackEvent 99 case CONNECTION_STATE_CONNECTED: in eventTypeValue1ToString()
|
H A D | LeAudioStateMachine.java | 214 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 D | HearingAidServiceTest.java | 426 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 D | HearingAidStateMachineTest.java | 127 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 D | HeadsetHalConstants.java | 29 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetHalConstants
|
H A D | HeadsetStateMachine.java | 527 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 D | A2dpStateMachineTest.java | 148 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 D | A2dpServiceTest.java | 413 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 D | HearingAidStackEvent.java | 35 static final int CONNECTION_STATE_CONNECTED = 2; field in HearingAidStackEvent
|
H A D | HearingAidStateMachine.java | 219 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 D | A2dpSinkStateMachine.java | 186 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent() 230 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
|
H A D | StackEvent.java | 30 static final int CONNECTION_STATE_CONNECTED = 2; field in StackEvent
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/ |
H A D | HeadsetClientStateMachineTest.java | 136 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 D | HeadsetClientHalConstants.java | 30 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetClientHalConstants
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/ |
H A D | LeAudioStateMachineTest.java | 124 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject() 164 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
|
H A D | LeAudioServiceTest.java | 397 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 D | MediaRoute2Info.java | 57 CONNECTION_STATE_CONNECTED}) 81 public static final int CONNECTION_STATE_CONNECTED = 2; field in MediaRoute2Info
|
/aosp12/frameworks/proto_logging/stats/enums/bluetooth/ |
H A D | enums.proto | 27 CONNECTION_STATE_CONNECTED = 2; enumerator
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
H A D | AudioDeviceBrokerTest.java | 194 AudioService.CONNECTION_STATE_CONNECTED, address, name, caller); in testSetWiredDeviceConnectionState()
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioDeviceInventory.java | 574 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 D | HeadsetStateMachineTest.java | 191 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 D | SystemMediaRoute2Provider.java | 274 .setConnectionState(MediaRoute2Info.CONNECTION_STATE_CONNECTED) in updateDeviceRoute()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothDevice.java | 95 private static final int CONNECTION_STATE_CONNECTED = 1; field in BluetoothDevice 1715 > CONNECTION_STATE_CONNECTED; in isEncrypted()
|