Searched defs:disconnect (Results 26 - 50 of 99) sorted by relevance

1234

/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpsServiceConnectionSE.java71 public void disconnect() { method in class:HttpsServiceConnectionSE
72 connection.disconnect();
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_socket.cc233 void AndroidUsbSocket::RespondToReaders(bool disconnect) { argument
236 while (!read_requests.empty() && (!read_buffer_.empty() || disconnect)) {
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A Dexterns.js120 Port.prototype.disconnect = function() {};
/external/chromium_org/extensions/renderer/resources/
H A Dmessaging.js74 PortImpl.prototype.disconnect = function() {
316 // Go ahead and disconnect immediately if the sender is not expecting
318 port.disconnect();
342 port.disconnect();
365 'disconnect',
/external/chromium_org/remoting/webapp/
H A Dclient_screen.js65 remoting.disconnect = function() {
74 remoting.clientSession.disconnect(remoting.Error.NONE);
H A Dit2me_host_facade.js180 remoting.It2MeHostFacade.prototype.disconnect = function() {
182 this.port_.postMessage({type: 'disconnect'});
245 // Response to the "disconnect" request. No action is needed until we
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserver.cpp146 void MutationObserver::disconnect() function in class:blink::MutationObserver
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFrontendHost.cpp67 void disconnect() function in class:blink::FINAL
142 m_menuProvider->disconnect();
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioNode.cpp253 void AudioNode::disconnect(unsigned outputIndex, ExceptionState& exceptionState) function in class:blink::AudioNode
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCClient.java101 public void disconnect() { method in class:AppRTCClient
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java110 @Override public final void disconnect() { method in class:HttpURLConnectionImpl
111 // Calling disconnect() before a connection exists should have no effect.
115 httpEngine.disconnect();
H A DSpdyTransport.java222 @Override public void disconnect(HttpEngine engine) throws IOException { method in class:SpdyTransport
H A DDelegatingHttpsURLConnection.java92 @Override public void disconnect() { method in class:DelegatingHttpsURLConnection
93 delegate.disconnect();
H A DHttpEngine.java419 public final void disconnect() throws IOException { method in class:HttpEngine
421 transport.disconnect(this);
/external/smack/src/org/jivesoftware/smack/
H A DBOSHConnection.java445 public void disconnect(Presence unavailablePresence) { method in class:BOSHConnection
481 * dealing with an unexpected disconnection. Unlike {@link #disconnect()} the connection's
497 client.disconnect(ComposableBody.builder()
H A DXMPPConnection.java398 * dealing with an unexpected disconnection. Unlike {@link #disconnect()} the connection's
474 public synchronized void disconnect(Presence unavailablePresence) { method in class:XMPPConnection
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c27 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_data
138 res = das->disconnect(das->ctx, &attrs);
353 das->disconnect = conf->disconnect;
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.c27 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_data
138 res = das->disconnect(das->ctx, &attrs);
353 das->disconnect = conf->disconnect;
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.c27 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_data
138 res = das->disconnect(das->ctx, &attrs);
353 das->disconnect = conf->disconnect;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hf_client.c238 ** Function disconnect
240 ** Description disconnect from audio gateway
245 static bt_status_t disconnect( bt_bdaddr_t *bd_addr ) function
672 .disconnect = disconnect,
H A Dbtif_av.c1009 ** Function disconnect
1016 static bt_status_t disconnect(bt_bdaddr_t *bd_addr) function
1075 disconnect,
1083 disconnect,
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DNewWebSocketChannelImpl.cpp257 void NewWebSocketChannelImpl::disconnect() function in class:blink::NewWebSocketChannelImpl
259 WTF_LOG(Network, "NewWebSocketChannelImpl %p disconnect()", this);
H A DWorkerThreadableWebSocketChannel.cpp176 void WorkerThreadableWebSocketChannel::disconnect() function in class:blink::WorkerThreadableWebSocketChannel
178 m_bridge->disconnect();
266 void Peer::disconnect() function in class:blink::Peer
271 m_mainWebSocketChannel->disconnect();
353 m_mainWebSocketChannel->disconnect();
398 disconnect();
448 void Bridge::disconnect() function in class:blink::Bridge
453 waitForMethodCompletion(createCrossThreadTask(&Peer::disconnect, m_peer.get()));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
H A Dircbot.py74 for i in ["disconnect", "join", "kick", "mode",
192 self.connection.disconnect(msg)
195 def disconnect(self, msg="I'll be back!"): member in class:SingleServerIRCBot
204 self.connection.disconnect(msg)
220 self.connection.disconnect(msg)
/external/deqp/executor/
H A DxeTcpIpLink.cpp486 void TcpIpLink::disconnect (void) function in class:xe::TcpIpLink
509 disconnect(); // Abnormal state/usage. Disconnect socket.

Completed in 522 milliseconds

1234