Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java36 static final int CONNECTION_STATE_CONNECTING = 1; field in A2dpStackEvent
88 case CONNECTION_STATE_CONNECTING: in eventTypeValueIntToString()
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()
DA2dpService.java918 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java39 static final int CONNECTION_STATE_CONNECTING = 1; field in LeAudioStackEvent
97 case CONNECTION_STATE_CONNECTING: in eventTypeValue1ToString()
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()
DLeAudioService.java422 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
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()
DHearingAidStackEvent.java34 static final int CONNECTION_STATE_CONNECTING = 1; field in HearingAidStackEvent
DHearingAidService.java638 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioStateMachineTest.java146 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
231 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachineTest.java149 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
237 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java28 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetHalConstants
DHeadsetStateMachine.java528 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
702 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
DHeadsetService.java311 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: { in messageFromNative()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpStateMachineTest.java170 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
257 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java29 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java989 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
1137 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DStackEvent.java29 static final int CONNECTION_STATE_CONNECTING = 1; field in StackEvent
DA2dpSinkStateMachine.java175 case StackEvent.CONNECTION_STATE_CONNECTING: in processStackEvent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java209 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_DisconnectedToConnecting_StackConnecting()
283 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
DHeadsetServiceTest.java311 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mCurrentDevice); in testMessageFromNative_deviceConnectingUnknown()