HomeSort by relevance Sort by last modified time
    Searched refs:Disconnect (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppthread.h 48 void Disconnect();
xmppthread.cc 62 void XmppThread::Disconnect() {
xmpppump.cc 50 client_->Disconnect();
  /external/chromium/chrome/browser/chromeos/
audio_handler.h 47 void Disconnect();
audio_handler.cc 97 void AudioHandler::Disconnect() {
166 Disconnect();
  /external/chromium/net/socket/
client_socket.h 33 // Connect may also be called again after a call to the Disconnect method.
43 // Called to disconnect a socket. Does nothing if the socket is already
44 // disconnected. After calling Disconnect it is possible to call Connect
50 virtual void Disconnect() = 0;
tcp_client_socket_win.h 45 virtual void Disconnect();
80 // Helper used by Disconnect(), which disconnects minus the logging and
socks5_client_socket.h 48 // On destruction Disconnect() is called.
61 virtual void Disconnect();
socks_client_socket.h 45 // On destruction Disconnect() is called.
58 virtual void Disconnect();
socks_client_socket.cc 91 Disconnect();
126 void SOCKSClientSocket::Disconnect() {
129 transport_->socket()->Disconnect();
ssl_client_socket_mac.h 54 virtual void Disconnect();
ssl_client_socket_openssl.h 68 virtual void Disconnect();
ssl_client_socket_win.h 59 virtual void Disconnect();
  /external/bluetooth/bluez/test/
test-audio 31 disconnect <bdaddr>
41 elif args[0] == "disconnect":
42 audio.Disconnect()
test-input 31 disconnect <bdaddr>
41 elif args[0] == "disconnect":
42 input.Disconnect()
test-network 49 print "Press CTRL-C to disconnect"
57 network.Disconnect()
test-serial 48 print "Press CTRL-C to disconnect"
56 serial.Disconnect(node)
test-telephony 34 disconnect <bdaddr>
60 if args[0] == "disconnect":
67 headset.Disconnect()
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFilePlayer.c 148 afp->Disconnect(afp);
200 afp->Disconnect(afp);
202 afp->Disconnect(afp);
209 printf ("Disconnect:%x,%ld, engaged=%d\n", (int)afp->mPlayUnit, 0, (afp->mConnected ? 1 : 0));
226 afp->mAudioFileManager->Disconnect(afp->mAudioFileManager);
321 SET_AUDIOFILEPLAYER_METHOD(Disconnect);
AudioFilePlayer.h 72 void (*Disconnect)(struct S_AudioFilePlayer *afp);
111 as it is called by the parent's Disconnect() method */
112 void (*Disconnect)(struct S_AudioFileManager *afm);
  /external/chromium/chrome/browser/service/
service_process_control_browsertest.cc 67 void Disconnect() {
218 Disconnect();
  /external/chromium/net/http/
http_proxy_client_socket.cc 62 Disconnect();
122 void HttpProxyClientSocket::Disconnect() {
124 transport_->socket()->Disconnect();
249 transport_->socket()->Disconnect();
http_proxy_client_socket.h 51 // On destruction Disconnect() is called.
79 virtual void Disconnect();
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclient.h 85 XmppReturnStatus Disconnect();
  /external/webkit/Source/WebCore/platform/wx/
PopupMenuWx.cpp 56 // TODO: Do we need to call Disconnect here? Do we have a ref to the native window still?
110 nativeWin->Disconnect(s_menuStartId, s_menuStartId + (size-1), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(PopupMenuEventHandler::OnMenuItemSelected), 0, m_popupHandler);

Completed in 4693 milliseconds

1 2 3