Home
last modified time | relevance | path

Searched refs:auto_connect (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.h80 MainWnd(const char* server, int port, bool auto_connect, bool auto_call);
Dmain_wnd.cc68 MainWnd::MainWnd(const char* server, int port, bool auto_connect, in MainWnd() argument
73 server_(server), auto_connect_(auto_connect), auto_call_(auto_call) { in MainWnd()