HomeSort by relevance Sort by last modified time
    Searched refs:SetAsync (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/base/
win32socketserver.h 61 bool SetAsync(int events);
win32socketserver.cc 246 if ((SOCK_DGRAM == type) && !SetAsync(FD_READ | FD_WRITE)) {
264 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE))
332 // Explicitly create the sink ourselves here; we can't rely on SetAsync
359 if (!SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) {
467 if (!SetAsync(FD_ACCEPT))
554 bool Win32Socket::SetAsync(int events) {
  /external/webrtc/webrtc/p2p/base/
faketransportcontroller.h 68 void SetAsync(bool async) { async_ = async; }
363 void SetAsync(bool async) { async_ = async; }
420 channel->SetAsync(async_);
dtlstransportchannel_unittest.cc 74 transport_->SetAsync(true);
    [all...]

Completed in 60 milliseconds