HomeSort by relevance Sort by last modified time
    Searched defs:Disconnect (Results 26 - 36 of 36) sorted by null

12

  /external/webrtc/webrtc/base/
virtualsocketserver.cc 180 // 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));
228 // Clear incoming packets and disconnect messages
409 server_->Disconnect(server_->LookupBinding(data->addr));
753 bool VirtualSocketServer::Disconnect(VirtualSocket* socket)
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 43 Boolean Disconnect;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h     [all...]
netcon.h 252 virtual HRESULT WINAPI Disconnect(void) = 0;
266 HRESULT (WINAPI *Disconnect)(INetConnection *This);
282 #define INetConnection_Disconnect(This) (This)->lpVtbl->Disconnect(This)
400 virtual HRESULT WINAPI Disconnect(HWND hwndParent,DWORD dwFlags) = 0;
410 HRESULT (WINAPI *Disconnect)(INetConnectionConnectUi *This,HWND hwndParent,DWORD dwFlags);
422 #define INetConnectionConnectUi_Disconnect(This,hwndParent,dwFlags) (This)->lpVtbl->Disconnect(This,hwndParent,dwFlags)
    [all...]
mmcobj.h 579 virtual HRESULT WINAPI Disconnect(void) = 0;
592 HRESULT (WINAPI *Disconnect)(_EventConnector *This);
607 #define _EventConnector_Disconnect(This) (This)->lpVtbl->Disconnect(This)
    [all...]
ks.h     [all...]
adoint.h     [all...]
adoint_backcompat.h     [all...]
mqoai.h     [all...]
netmon.h     [all...]
tapi3if.h     [all...]

Completed in 2276 milliseconds

12