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

  /external/chromium_org/third_party/libjingle/source/talk/base/
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 94 void SetAsync(bool async) {
350 void SetAsync(bool async) { async_ = async; }
381 channel->SetAsync(async_);
  /external/chromium_org/third_party/webrtc/base/
win32socketserver.cc 243 if ((SOCK_DGRAM == type) && !SetAsync(FD_READ | FD_WRITE)) {
261 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE))
329 // Explicitly create the sink ourselves here; we can't rely on SetAsync
356 if (!SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) {
464 if (!SetAsync(FD_ACCEPT))
551 bool Win32Socket::SetAsync(int events) {
  /external/lldb/source/API/
SBDebugger.cpp 200 SBDebugger::SetAsync (bool b)
    [all...]

Completed in 199 milliseconds