Searched refs:Disconnect (Results 1 - 25 of 47) sorted by relevance

12

/external/arm-neon-tests/
H A Darmscript.inc12 //DISCONNECT // Disconnect from the target
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppthread.h33 void Disconnect();
H A Dxmpppump.cc36 client_->Disconnect();
H A Dxmppthread.cc48 void XmppThread::Disconnect() { function in class:buzz::XmppThread
H A Dxmppclient.h68 XmppReturnStatus Disconnect();
H A Dxmppengine.h74 //! Connect, SendStanza, SendIq, Disconnect, or HandleInput.
241 //! session handlers. After Disconnect completes, it is guaranteed
243 virtual XmppReturnStatus Disconnect() = 0;
H A Dxmppclient.cc295 XmppReturnStatus XmppClient::Disconnect() { function in class:buzz::XmppClient
299 d_->engine_->Disconnect();
/external/webrtc/webrtc/base/
H A Dsigslot_unittest.cc42 Disconnect();
47 void Disconnect() { function in class:SigslotReceiver
75 Disconnect();
78 void Disconnect() { function in class:SigslotSlotTest
79 st_receiver_.Disconnect();
80 mt_receiver_.Disconnect();
186 Disconnect();
H A Dhttpbase.cc297 HttpBase* base = Disconnect(http_error);
324 HttpBase* base = Disconnect(HE_NONE);
344 HttpBase* Disconnect(HttpError error) { function in class:rtc::HttpBase::DocumentStream
744 ds->Disconnect(err);
H A Dvirtualsocketserver.cc180 // Disconnect listening socket.
181 server_->Disconnect(server_->LookupBinding(addr));
187 // Disconnect stream sockets
189 // Disconnect remote socket, check if it is a child of a server socket.
199 server_->Disconnect(socket);
221 server_->Disconnect(socket);
224 server_->Disconnect(server_->LookupBinding(data->addr));
409 server_->Disconnect(server_->LookupBinding(data->addr));
753 bool VirtualSocketServer::Disconnect(VirtualSocket* socket) { function in class:rtc::VirtualSocketServer
/external/autotest/client/cros/cellular/pseudomodem/
H A Dmodem_simple.py59 def Disconnect(self, bearer, return_cb, raise_cb, *return_cb_args): member in class:ModemSimple
61 Disconnect an active packet data connection.
67 response for the initial Disconnect request.
69 in response to the initial Disconnect request.
H A Dbearer.py109 def Disconnect(self): member in class:Bearer
111 Disconnect and deactivate this packet data connection. In a real bearer,
H A Ddisable_machine.py29 logging.info('DisableMachine: Starting Disconnect.')
30 self._modem.Disconnect(mm1_constants.ROOT_PATH, DisableMachine.Step,
H A Dmodem_3gpp.py372 self.Disconnect(mm1_constants.ROOT_PATH, _Reregister, raise_cb)
487 def Disconnect(self, bearer_path, return_cb, raise_cb, *return_cb_args): member in class:Modem3gpp
497 logging.info('Disconnect: %s', bearer_path)
/external/autotest/client/site_tests/cellular_ModemControl/
H A Dcellular_ModemControl.py49 def Disconnect(self): member in class:TechnologyCommands
50 return self.command_delegate.Disconnect()
74 def Disconnect(self): member in class:ModemCommands
76 Disconnect Modem.
82 self.modem.Disconnect()
120 def Disconnect(self): member in class:DeviceCommands
122 Disconnect Modem.
127 self.GetService().Disconnect()
157 def Disconnect(self): member in class:MixedRandomCommands
159 logging.info('Disconnect wit
[all...]
/external/autotest/client/site_tests/network_DhcpNak/
H A Dnetwork_DhcpNak.py51 Disconnect and reconnect Ethernet.
58 service.Disconnect()
110 service.Disconnect()
141 service.Disconnect()
185 service.Disconnect()
/external/webrtc/webrtc/modules/video_capture/windows/
H A Dvideo_capture_ds.cc332 hr += _graphBuilder->Disconnect(_outputCapturePin);
333 hr += _graphBuilder->Disconnect(_inputSendPin);
338 _graphBuilder->Disconnect(_inputDvPin);
339 _graphBuilder->Disconnect(_outputDvPin);
/external/autotest/client/site_tests/cellular_DisconnectFailure/
H A Dcellular_DisconnectFailure.py52 def Disconnect( member in class:GetModemDisconnectWhileStateIsDisconnecting._TestModem
56 org.freedesktop.ModemManager1.Modem.Simple.Disconnect. Sets the
63 logging.info('Simulating failed Disconnect')
90 def Disconnect( member in class:GetModemDisconnectWhileDisconnectInProgress._TestModem
94 org.freedesktop.ModemManager1.Modem.Simple.Disconnect. Keeps
127 def Disconnect( member in class:GetModemDisconnectFailOther._TestModem
131 org.freedesktop.ModemManager1.Modem.Simple.Disconnect.
215 # Disconnect attempt should fail.
276 # Disconnect attempt should fail.
288 a Disconnect cal
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py107 self.p2p_interface.Disconnect()
168 print "Disconnect timed out"
/external/autotest/client/site_tests/network_DhcpStaticIP/
H A Dnetwork_DhcpStaticIP.py58 service.Disconnect()
75 service.Disconnect()
/external/webrtc/talk/media/sctp/
H A Dsctpdataengine.h196 void Disconnect();
/external/autotest/client/cros/cellular/
H A Dmodem.py250 def Disconnect(self): member in class:Modem
251 self.Modem().Disconnect(timeout=MODEM_TIMEOUT)
H A Dmodem1.py238 def Disconnect(self): member in class:Modem
239 self.SimpleModem().Disconnect('/', timeout=MODEM_TIMEOUT)
H A Dtest_environment.py305 service.Disconnect()
/external/walt/docs/
H A DDevelopment.md11 1. Disconnect the phone from USB

Completed in 951 milliseconds

12