Searched defs:SetAsync (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dfakesession.h94 void SetAsync(bool async) { function in class:cricket::FakeTransportChannel
350 void SetAsync(bool async) { async_ = async; } function in class:cricket::FakeTransport
381 channel->SetAsync(async_);
/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketserver.cc243 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) { function in class:rtc::Win32Socket
/external/lldb/source/API/
H A DSBDebugger.cpp200 SBDebugger::SetAsync (bool b) function in class:SBDebugger

Completed in 1790 milliseconds