Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain.cc21 class CustomSocketServer : public rtc::PhysicalSocketServer { class
23 CustomSocketServer(rtc::Thread* thread, GtkMainWnd* wnd) in CustomSocketServer() function in CustomSocketServer
25 virtual ~CustomSocketServer() {} in ~CustomSocketServer()
82 CustomSocketServer socket_server(thread, &wnd); in main()