Home
last modified time | relevance | path

Searched refs:AutoSocketServerThread (Results 1 – 25 of 35) sorted by relevance

12

/external/webrtc/rtc_base/
Dthread.h548 class AutoSocketServerThread : public Thread {
550 explicit AutoSocketServerThread(SocketServer* ss);
551 ~AutoSocketServerThread() override;
553 AutoSocketServerThread(const AutoSocketServerThread&) = delete;
554 AutoSocketServerThread& operator=(const AutoSocketServerThread&) = delete;
Dtest_client_unittest.cc43 rtc::AutoSocketServerThread main_thread(&socket_server); in TestUdpInternal()
57 rtc::AutoSocketServerThread main_thread(&socket_server); in TestTcpInternal()
Dthread.cc987 AutoSocketServerThread::AutoSocketServerThread(SocketServer* ss) in PreRun() function in rtc::AutoSocketServerThread
1000 AutoSocketServerThread::~AutoSocketServerThread() { in PreRun()
Dproxy_unittest.cc40 rtc::AutoSocketServerThread thread_;
Dphysical_socket_server_unittest.cc130 rtc::AutoSocketServerThread thread_;
Dssl_adapter_unittest.cc393 rtc::AutoSocketServerThread thread_;
/external/webrtc/pc/
Dice_transport_unittest.cc36 rtc::AutoSocketServerThread main_thread_;
Dpeer_connection_header_extension_unittest.cc119 rtc::AutoSocketServerThread main_thread_;
Dpeer_connection_field_trial_tests.cc114 rtc::AutoSocketServerThread main_thread_;
Dpeer_connection_data_channel_unittest.cc177 rtc::AutoSocketServerThread main_;
Dpeer_connection_ice_unittest.cc319 rtc::AutoSocketServerThread main_;
1440 rtc::AutoSocketServerThread main_thread_;
Dpeer_connection_histogram_unittest.cc390 rtc::AutoSocketServerThread main_;
Dpeer_connection_factory_unittest.cc248 rtc::AutoSocketServerThread main_thread_;
Dpeer_connection_crypto_unittest.cc151 rtc::AutoSocketServerThread main_;
/external/webrtc/p2p/base/
Dturn_server_unittest.cc43 rtc::AutoSocketServerThread thread_;
Dregathering_controller_unittest.cc113 rtc::AutoSocketServerThread thread_;
Dasync_stun_tcp_socket_unittest.cc137 rtc::AutoSocketServerThread thread_;
Dtcp_port_unittest.cc107 rtc::AutoSocketServerThread main_;
Dport_allocator_unittest.cc89 rtc::AutoSocketServerThread main_;
Dstun_port_unittest.cc230 rtc::AutoSocketServerThread thread_;
/external/webrtc/examples/peerconnection/client/linux/
Dmain.cc99 rtc::AutoSocketServerThread thread(&socket_server); in main()
/external/webrtc/examples/turnserver/
Dturnserver_main.cc74 rtc::AutoSocketServerThread main(&socket_server); in main()
/external/webrtc/examples/peerconnection/client/
Dmain.cc78 rtc::AutoSocketServerThread main_thread(&ss); in wWinMain()
/external/webrtc/examples/stunprober/
Dmain.cc129 rtc::AutoSocketServerThread thread(&socket_server); in main()
/external/webrtc/p2p/stunprober/
Dstun_prober_unittest.cc121 rtc::AutoSocketServerThread main_;

12