Home
last modified time | relevance | path

Searched refs:DISCONNECTING (Results 1 – 25 of 43) sorted by relevance

12

/packages/services/Telecomm/src/com/android/server/telecom/
DCallState.java106 public static final int DISCONNECTING = TelecomProtoEnums.DISCONNECTING; // = 9 field in CallState
150 case DISCONNECTING: in isTransitoryState()
195 case DISCONNECTING: in toString()
DCallStreamingController.java342 case CallState.DISCONNECTING: in onCallStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapServer.java58 DISCONNECTING; enumConstant
166 } else if (mState != SAP_STATE.DISCONNECTED && mState != SAP_STATE.DISCONNECTING) { in onReceive()
218 changeState(SAP_STATE.DISCONNECTING); in sendDisconnectInd()
382 if (msg != null && mState != SAP_STATE.DISCONNECTING) { in run()
410 changeState(SAP_STATE.DISCONNECTING); in run()
416 changeState(SAP_STATE.DISCONNECTING); in run()
503 if (mState != SAP_STATE.DISCONNECTING && !mIsLocalInitDisconnect) { in run()
849 if (mState == SAP_STATE.DISCONNECTING) { in handleRfcommReply()
886 || mState == SAP_STATE.DISCONNECTING) { in handleRfcommReply()
928 if (mState != SAP_STATE.DISCONNECTED && mState != SAP_STATE.DISCONNECTING) { in handleRilInd()
/packages/apps/Dialer/java/com/android/incallui/call/state/
DDialerCallState.java31 public static final int DISCONNECTING = 9; /* A call is being ended. */ field in DialerCallState
83 case DISCONNECTING: in toString()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkInfo_StateTest.java28 assertEquals(State.DISCONNECTING, State.valueOf("DISCONNECTING")); in testValueOf()
39 assertEquals(State.DISCONNECTING, expected[3]); in testValues()
DNetworkInfo_DetailedStateTest.java30 assertEquals(DetailedState.DISCONNECTING, DetailedState.valueOf("DISCONNECTING")); in testValueOf()
48 assertEquals(DetailedState.DISCONNECTING, expected[7]); in testValues()
/packages/modules/Connectivity/framework/src/android/net/
DNetworkInfo.java77 CONNECTING, CONNECTED, SUSPENDED, DISCONNECTING, DISCONNECTED, UNKNOWN enumConstant
104 DISCONNECTING, enumConstant
135 stateMap.put(DetailedState.DISCONNECTING, State.DISCONNECTING); in stateMap.put() argument
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc78 DISCONNECTING, enumerator
405 output.second = (uint32_t)ProfilesConnectionState::DISCONNECTING; in ToProfileConnectionState()
430 output.second = (uint32_t)ProfilesConnectionState::DISCONNECTING; in ToProfileConnectionState()
451 output.second = (uint32_t)ProfilesConnectionState::DISCONNECTING; in ToProfileConnectionState()
474 output.second = (uint32_t)ProfilesConnectionState::DISCONNECTING; in ToProfileConnectionState()
545 case ProfilesConnectionState::DISCONNECTING: in ToProfileConnectionEvent()
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h159 DISCONNECTING = 6, enumerator
173 CASE_RETURN_STRING(tSECURITY_STATE::DISCONNECTING); in security_state_text()
Dbtm_sec.cc846 if (p_dev_rec->sec_rec.classic_link == tSECURITY_STATE::DISCONNECTING) { in BTM_SecBondCancel()
1080 if (p_dev_rec->sec_rec.classic_link == tSECURITY_STATE::DISCONNECTING) { in btm_sec_send_hci_disconnect()
1084 p_dev_rec->sec_rec.classic_link = tSECURITY_STATE::DISCONNECTING; in btm_sec_send_hci_disconnect()
1086 if (p_dev_rec->sec_rec.le_link == tSECURITY_STATE::DISCONNECTING) { in btm_sec_send_hci_disconnect()
1090 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::DISCONNECTING; in btm_sec_send_hci_disconnect()
3948 if (p_dev_rec->sec_rec.classic_link == tSECURITY_STATE::DISCONNECTING || in btm_sec_disconnected()
3949 p_dev_rec->sec_rec.le_link == tSECURITY_STATE::DISCONNECTING) { in btm_sec_disconnected()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hearing_aid.h28 enum class ConnectionState { DISCONNECTED = 0, CONNECTING, CONNECTED, DISCONNECTING }; enumerator
Dbt_csis.h36 DISCONNECTING, enumerator
Dbt_has.h34 DISCONNECTING, enumerator
Dbt_vc.h32 enum class ConnectionState { DISCONNECTED = 0, CONNECTING, CONNECTED, DISCONNECTING }; enumerator
Dbt_le_audio.h62 enum class ConnectionState { DISCONNECTED = 0, CONNECTING, CONNECTED, DISCONNECTING }; enumerator
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAnomalyWatchdogTest.java178 assertTrue(new CallAnomalyWatchdog.WatchdogCallState(CallState.DISCONNECTING, in testAnomalyCallStateIsTransitory()
193 assertTrue(new CallAnomalyWatchdog.WatchdogCallState(CallState.DISCONNECTING, in testAnomalyCallStateIsTransitory()
249 assertFalse(new CallAnomalyWatchdog.WatchdogCallState(CallState.DISCONNECTING, in testAnomalyCallStateIsIntermediate()
275 assertFalse(new CallAnomalyWatchdog.WatchdogCallState(CallState.DISCONNECTING, in testAnomalyCallStateIsIntermediate()
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DBottomRow.java86 } else if (state.state() == DialerCallState.DISCONNECTING) { in getInfo()
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.cc45 case csis::ConnectionState::DISCONNECTING: in to_rust_btcsis_connection_state()
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc758 ases_pair.sink->cis_state = CisState::DISCONNECTING; in ProcessHciNotifRemoveIsoDataPath()
767 ases_pair.source->cis_state = CisState::DISCONNECTING; in ProcessHciNotifRemoveIsoDataPath()
1083 (ases_pair.sink && ases_pair.sink->cis_state == CisState::DISCONNECTING) || in ProcessHciNotifCisEstablished()
1084 (ases_pair.source && ases_pair.source->cis_state == CisState::DISCONNECTING); in ProcessHciNotifCisEstablished()
3090 if (ase->cis_state == CisState::DISCONNECTING) { in DisconnectCisIfNeeded()
3104 ase->cis_state = CisState::DISCONNECTING; in DisconnectCisIfNeeded()
3106 bidirection_ase->cis_state = CisState::DISCONNECTING; in DisconnectCisIfNeeded()
3168 if (ase->cis_state == CisState::DISCONNECTING) { in AseStateMachineProcessReleasing()
Ddevices.h49 DISCONNECTING, enumerator
Dmetrics_collector.cc99 case ConnectionState::DISCONNECTING: in AddStateChangedEvent()
Ddevices.cc88 case DeviceConnectState::DISCONNECTING: in operator <<()
909 ase.cis_state == CisState::DISCONNECTING) { in HaveAnyCisConnected()
1406 connection_state == DeviceConnectState::DISCONNECTING) { in Cleanup()
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc45 case vc::ConnectionState::DISCONNECTING: in to_rust_btvc_connection_state()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapServerTest.java401 mSapServer.changeState(SapServer.SAP_STATE.DISCONNECTING); in handleRfcommReply_disconnectRespMsg_whenInDisconnectingState()
439 mSapServer.changeState(SapServer.SAP_STATE.DISCONNECTING); in handleRfcommReply_statusIndMsg_whenInDisconnectingState_doesNotSendMessage()
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/actuators/
DMediaActuator.java214 case DISCONNECTING: in playSongOnSource()

12