/system/connectivity/shill/wifi/ |
wifi.cc | 118 // Invalid 802.11 disconnect reason code. 478 // state since the overall story arc isn't reflected by the disconnect. 484 // Explicitly disconnect pending service. 537 << " is not active, no need to initiate disconnect"; 552 << " ignoring request to disconnect from service " 562 << " ignoring request to disconnect from service " 572 << " ignoring request to disconnect from service " 603 if (!supplicant_interface_proxy_->Disconnect()) { 611 // a disconnect is triggered by a BSS going away. 674 // current_service_ will get disconnect notification from the CurrentBS [all...] |
/external/webrtc/webrtc/base/ |
httpbase.cc | 292 // If we reach the end of the receive stream, we disconnect our stream 297 HttpBase* base = Disconnect(http_error); 324 HttpBase* base = Disconnect(HE_NONE); 344 HttpBase* Disconnect(HttpError error) { 397 stream->SignalEvent.disconnect(this); 738 data_->document->SignalEvent.disconnect(this); 744 ds->Disconnect(err);
|
/frameworks/base/core/java/com/android/internal/util/ |
AsyncChannel.java | 55 * <li>When done Client calls {@link AsyncChannel#disconnect}</li> 78 * <li>When done Client/Server calls {@link AsyncChannel#disconnect}</li> 125 * and {@link AsyncChannel#disconnect} would typically be called. 130 * Command sent when one side or the other wishes to disconnect. The sender 132 * the state of the connection. The receiver should call {@link AsyncChannel#disconnect} 448 * Disconnect 450 public void disconnect() { method in class:AsyncChannel
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
A2dpSinkStateMachine.java | 70 static final int DISCONNECT = 2; 217 case DISCONNECT: 323 case DISCONNECT: 531 mStreaming.sendMessage(A2dpSinkStreamingStateMachine.DISCONNECT); 537 case DISCONNECT: 551 mStreaming.sendMessage(A2dpSinkStreamingStateMachine.DISCONNECT); 604 mStreaming.sendMessage(A2dpSinkStreamingStateMachine.DISCONNECT); [all...] |
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/ |
BluetoothMapService.java | 77 * b) disconnect(): Disconnect is a no-callback command which is synchronously disconnect the 80 * disconnect() session. They will be followed by a onX() callback where X is the user method. In 368 public void disconnect(IBluetoothMapServiceCallbacks callback) { method in class:BluetoothMapService.ServiceBinder 817 // The disconnect call first sets the status as DISCONNECTED so that no further callbacks are [all...] |
/system/bt/stack/l2cap/ |
l2c_int.h | 80 CST_W4_L2CAP_DISCONNECT_RSP, /* Waiting for peer disconnect rsp */ 105 #define L2CEVT_LP_DISCONNECT_IND 3 /* Lower layer disconnect indication */ 120 #define L2CEVT_L2CAP_DISCONNECT_REQ 17 /* Peer disconnect request */ 121 #define L2CEVT_L2CAP_DISCONNECT_RSP 18 /* Peer disconnect response */ 131 #define L2CEVT_L2CA_DISCONNECT_REQ 27 /* Upper layer disconnect request */ 132 #define L2CEVT_L2CA_DISCONNECT_RSP 28 /* Upper layer disconnect response */ 387 tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */ [all...] |
/external/autotest/server/cros/servo/ |
pd_console.py | 308 If found, then it uses a Plankton feature to force a PD disconnect. 319 # plankton console command to force PD disconnect 328 # Wait for disconnect timer and give time to reconnect
|
/external/autotest/site_utils/ |
dump_to_cloudsql.py | 73 def disconnect(self): member in class:MySQLConnectionManager 82 self.disconnect() 241 manager.disconnect()
|
/external/iw/ |
wowlan.c | 225 else if (strcmp(argv[0], "disconnect") == 0) 315 COMMAND(wowlan, enable, "[any] [disconnect] [magic-packet] [gtk-rekey-failure] [eap-identity-request]" 374 printf(" * wake up on disconnect\n");
|
/external/libnfc-nci/src/nfa/include/ |
nfa_p2p_api.h | 37 #define NFA_P2P_DISC_REASON_REMOTE_INITIATE 0x00 /* remote initiated to disconnect */ 38 #define NFA_P2P_DISC_REASON_LOCAL_INITITATE 0x01 /* local initiated to disconnect */ 287 ** Description This function is called to disconnect an existing or
|
/external/libnfc-nci/src/nfc/int/ |
llcp_int.h | 148 LLCP_DLC_EVENT_API_DISCONNECT_REQ, /* disconnect request from upper layer */ 149 LLCP_DLC_EVENT_PEER_DISCONNECT_IND, /* disconnect request from peer */ 150 LLCP_DLC_EVENT_PEER_DISCONNECT_RESP, /* disconnect response from peer */
|
/external/libvncserver/webclients/novnc/ |
vnc.html | 109 <input type="image" alt="Disconnect" src="images/disconnect.png" 111 title="Disconnect" />
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
WebSocketRTCClient.java | 120 // Disconnect from room and send bye messages - runs on a local looper thread. 122 Log.d(TAG, "Disconnect. Room state: " + roomState); 129 wsClient.disconnect(true);
|
/external/webrtc/webrtc/libjingle/xmpp/ |
xmppengine.h | 74 //! Connect, SendStanza, SendIq, Disconnect, or HandleInput. 241 //! session handlers. After Disconnect completes, it is guaranteed 243 virtual XmppReturnStatus Disconnect() = 0;
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothPbap.java | 268 public boolean disconnect() { method in class:BluetoothPbap 269 if (DBG) log("disconnect()"); 272 mService.disconnect();
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
ConnectivityManagerMobileTest.java | 182 // Test case 4: test disconnect and clear wifi settings 316 // disconnect from the current AP 317 assertTrue("failed to disconnect from AP", disconnectAP());
|
/frameworks/base/media/java/android/media/ |
MediaHTTPConnection.java | 78 disconnect(); method 130 public void disconnect() { method in class:MediaHTTPConnection 140 mConnection.disconnect();
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
CameraBinderTest.java | 164 cameraUser.disconnect(); 190 cameraUser.disconnect(); 285 cameraUser.disconnect();
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
FrameworkPerfActivity.java | 326 void disconnect() { method in class:FrameworkPerfActivity 369 disconnect(); method 417 disconnect(); method
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
SdpManagerTest.java | 209 { // disconnect to end test 212 HeaderSet response = mClientSession.disconnect(reqHeaders); 260 /* Give a little time to transfer the disconnect response before closing the socket */
|
/system/bt/btif/src/ |
btif_sock_sco.c | 301 LOG_ERROR(LOG_TAG, "%s SCO socket not found on disconnect for handle: %hu", __func__, sco_handle); 318 // Defer the underlying disconnect until the connection completes 319 // since the BTM code doesn't behave correctly when a disconnect
|
/system/bt/stack/mcap/ |
mca_int.h | 64 UINT16 reason; /* disconnect reason from L2CAP */ 94 MCA_CCB_API_DISCONNECT_EVT, /* application initiates a disconnect request. */ 133 MCA_DCB_API_CLOSE_EVT, /* This event is sent when the application wants to disconnect the data channel.*/
|
/system/connectivity/shill/cellular/ |
cellular.cc | 753 Disconnect(nullptr, "no celluar service"); 757 Disconnect(nullptr, "roaming"); 768 void Cellular::Disconnect(Error* error, const char* reason) { 780 capability_->Disconnect(error, cb); 797 LOG(WARNING) << "Disconnect occurred while in state " 805 // the disconnect should eventually succeed, so do 808 LOG(WARNING) << "Ignoring failed disconnect while modem is disconnecting."; 813 // to disconnect were found. Which means that we shouldn't 818 LOG(WARNING) << "Ignoring failed disconnect while in state " 970 // incorporate provider preferences when evaluating if a disconnect [all...] |
cellular_service.cc | 352 void CellularService::Disconnect(Error* error, const char* reason) { 353 Service::Disconnect(error, reason); 354 cellular_->Disconnect(error, reason);
|
/system/connectivity/shill/wimax/ |
wimax.cc | 187 "ignoring disconnect request from %s.", 196 "Current service is %s, ignoring disconnect request from %s.", 202 proxy_->Disconnect(
|