HomeSort by relevance Sort by last modified time
    Searched defs:RemoveSocket (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_manager_posix.cc 167 bool UdpSocketManagerPosix::RemoveSocket(UdpSocketWrapper* s)
170 "UdpSocketManagerPosix(%d)::RemoveSocket()",
177 retVal = _socketMgr[i]->RemoveSocket(s);
185 "UdpSocketManagerPosix(%d)::RemoveSocket() failed to remove socket\
330 bool UdpSocketManagerPosixImpl::RemoveSocket(UdpSocketWrapper* s)
udp_socket2_manager_win.h 131 virtual bool RemoveSocket(UdpSocketWrapper* s)
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_channel_api.cc 208 void CastChannelAsyncApiFunction::RemoveSocket(int channel_id) {
476 RemoveSocket(channel_id);
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.cc 173 void BluetoothSocketAsyncApiFunction::RemoveSocket(int api_resource_id) {
585 RemoveSocket(params_->socket_id);
  /external/chromium_org/extensions/browser/api/socket/
socket_api.cc 88 void SocketAsyncApiFunction::RemoveSocket(int api_resource_id) {
184 void SocketDestroyFunction::Work() { RemoveSocket(socket_id_); }
966 RemoveSocket(params_->socket_id);

Completed in 339 milliseconds