Home
last modified time | relevance | path

Searched refs:autocall (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dflagdefs.h29 DEFINE_bool(autocall, false, "Call the first available other client on "
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.h32 GtkMainWnd(const char* server, int port, bool autoconnect, bool autocall);
Dmain_wnd.cc127 bool autocall) in GtkMainWnd() argument
130 server_(server), autoconnect_(autoconnect), autocall_(autocall) { in GtkMainWnd()