Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A Dthread_unittest.cc152 auto th1 = Thread::CreateWithSocketServer(); in TEST()
157 auto th2 = Thread::CreateWithSocketServer(); in TEST()
216 auto thread = Thread::CreateWithSocketServer(); in TEST()
266 auto thread = Thread::CreateWithSocketServer(); in TEST()
270 thread = Thread::CreateWithSocketServer(); in TEST()
275 thread = Thread::CreateWithSocketServer(); in TEST()
301 auto thread1 = Thread::CreateWithSocketServer(); in TEST()
302 auto thread2 = Thread::CreateWithSocketServer(); in TEST()
312 auto thread1 = Thread::CreateWithSocketServer(); in TEST()
313 auto thread2 = Thread::CreateWithSocketServer(); in TEST()
[all …]
H A Dtime_utils_unittest.cc266 std::unique_ptr<Thread> worker(Thread::CreateWithSocketServer()); in TEST()
H A Dthread.h198 static std::unique_ptr<Thread> CreateWithSocketServer();
H A Dthread.cc565 std::unique_ptr<Thread> Thread::CreateWithSocketServer() { in CreateWithSocketServer() function in rtc::Thread
H A Dsocket_unittest.cc741 std::unique_ptr<Thread> thread(Thread::CreateWithSocketServer()); in SocketServerWaitInternal()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dpeer_connection_utils.cpp38 auto thread = rtc::Thread::CreateWithSocketServer(); in CreateAndStartThread()
/aosp_15_r20/external/webrtc/examples/androidvoip/jni/
H A Dandroid_voip_client.h141 : voip_thread_(rtc::Thread::CreateWithSocketServer()), in AndroidVoipClient()
H A Dandroid_voip_client.cc58 std::unique_ptr<rtc::Thread> thread = rtc::Thread::CreateWithSocketServer(); in QueryDefaultLocalAddress()
/aosp_15_r20/external/webrtc/examples/androidnativeapi/jni/
H A Dandroid_call_client.cc141 network_thread_ = rtc::Thread::CreateWithSocketServer(); in CreatePeerConnectionFactory()
/aosp_15_r20/external/webrtc/examples/objcnativeapi/objc/
H A Dobjc_call_client.mm104 network_thread_ = rtc::Thread::CreateWithSocketServer();
/aosp_15_r20/external/webrtc/examples/peerconnection/client/
H A Dconductor.cc132 signaling_thread_ = rtc::Thread::CreateWithSocketServer(); in InitializePeerConnection()
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCPeerConnectionFactory.mm121 _networkThread = rtc::Thread::CreateWithSocketServer();
/aosp_15_r20/external/webrtc/pc/
H A Djsep_transport_controller_unittest.cc958 network_thread_ = rtc::Thread::CreateWithSocketServer(); in TEST_F()