Home
last modified time | relevance | path

Searched refs:SetAsync (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32socketserver.cc246 if ((SOCK_DGRAM == type) && !SetAsync(FD_READ | FD_WRITE)) { in CreateT()
264 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE)) in Attach()
359 if (!SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) { in DoConnect()
467 if (!SetAsync(FD_ACCEPT)) in Listen()
554 bool Win32Socket::SetAsync(int events) { in SetAsync() function in rtc::Win32Socket
Dwin32socketserver.h61 bool SetAsync(int events);
/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h68 void SetAsync(bool async) { async_ = async; } in SetAsync() function
363 void SetAsync(bool async) { async_ = async; } in SetAsync() function
420 channel->SetAsync(async_); in CreateTransportChannel()
Ddtlstransportchannel_unittest.cc74 transport_->SetAsync(true); in SetupChannels()