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

  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.h 77 bool SetAsync(int events);
win32socketserver.cc 254 if ((SOCK_DGRAM == type) && !SetAsync(FD_READ | FD_WRITE)) {
272 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE))
332 if (!sink_ && !SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE))
456 if (!SetAsync(FD_ACCEPT))
534 bool Win32Socket::SetAsync(int events) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver.h 78 bool SetAsync(int events);
win32socketserver.cc 260 if ((SOCK_DGRAM == type) && !SetAsync(FD_READ | FD_WRITE)) {
278 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE))
346 // Explicitly create the sink ourselves here; we can't rely on SetAsync
373 if (!SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) {
481 if (!SetAsync(FD_ACCEPT))
568 bool Win32Socket::SetAsync(int events) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 93 void SetAsync(bool async) {
336 void SetAsync(bool async) { async_ = async; }
367 channel->SetAsync(async_);
dtlstransportchannel_unittest.cc 94 transport_->SetAsync(true);

Completed in 379 milliseconds