Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dfake_packet_transport.h36 void SetAsync(bool async) { async_ = async; } in SetAsync() function
Dfake_dtls_transport.h73 void SetAsync(bool async) { ice_transport_->SetAsync(async); } in SetAsync() function
Dfake_ice_transport.h45 void SetAsync(bool async) { async_ = async; } in SetAsync() function
/external/webrtc/rtc_base/
Dwin32_socket_server.cc510 bool Win32Socket::SetAsync(int events) { in SetAsync() function in rtc::Win32Socket
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h136 void SetAsync(bool b) { m_async = b; } in SetAsync() function
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp264 void SBDebugger::SetAsync(bool b) { in SetAsync() function in SBDebugger