Home
last modified time | relevance | path

Searched defs:SetAsync (Results 1 – 2 of 2) sorted by relevance

/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
/external/webrtc/webrtc/base/
Dwin32socketserver.cc554 bool Win32Socket::SetAsync(int events) { in SetAsync() function in rtc::Win32Socket