Home
last modified time | relevance | path

Searched defs:network_thread (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/webrtc/pc/test/
H A Dfake_peer_connection_for_stats.h32 explicit FakeVoiceMediaChannelForStats(TaskQueueBase* network_thread) in FakeVoiceMediaChannelForStats()
58 explicit FakeVideoMediaChannelForStats(TaskQueueBase* network_thread) in FakeVideoMediaChannelForStats()
86 rtc::Thread* network_thread, in VoiceChannelForTesting()
115 rtc::Thread* network_thread, in VideoChannelForTesting()
348 rtc::Thread* network_thread() const override { return network_thread_; } in network_thread() function
H A Dmock_voice_media_channel.h29 explicit MockVoiceMediaChannel(webrtc::TaskQueueBase* network_thread) in MockVoiceMediaChannel()
H A Dmock_data_channel.h48 network_thread) { in SctpDataChannel() argument
/aosp_15_r20/external/webrtc/p2p/base/
H A Dfake_port_allocator.h83 rtc::Thread* network_thread, in FakePortAllocatorSession()
221 FakePortAllocator(rtc::Thread* network_thread, in FakePortAllocator()
225 FakePortAllocator(rtc::Thread* network_thread, in FakePortAllocator()
252 FakePortAllocator(rtc::Thread* network_thread, in FakePortAllocator()
H A Dstun_request.h77 webrtc::TaskQueueBase* network_thread() const { return thread_; } in network_thread() function
139 webrtc::TaskQueueBase* network_thread() const { in network_thread() function
/aosp_15_r20/external/webrtc/sdk/android/native_unittests/peerconnection/
H A Dpeer_connection_factory_unittest.cc38 rtc::Thread* network_thread, in CreateTestPCF()
88 auto network_thread = std::make_unique<rtc::Thread>(socket_server.get()); in TEST() local
/aosp_15_r20/external/webrtc/pc/
H A Dconnection_context.h76 rtc::Thread* network_thread() { return network_thread_; } in network_thread() function
77 const rtc::Thread* network_thread() const { return network_thread_; } in network_thread() function
H A Dchannel.cc114 rtc::Thread* network_thread, in BaseChannel()
815 rtc::Thread* network_thread, in VoiceChannel()
938 rtc::Thread* network_thread, in VideoChannel()
H A Dsctp_data_channel.cc146 rtc::Thread* network_thread) { in Create()
167 rtc::Thread* network_thread) in SctpDataChannel()
H A Dpeer_connection_factory.h134 rtc::Thread* network_thread() const { return context_->network_thread(); } in network_thread() function
H A Dconnection_context.cc64 rtc::Thread* network_thread, in MaybeCreateSctpFactory()
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Dpeer_connection_factory.cc121 std::unique_ptr<rtc::Thread> network_thread, in NativeToScopedJavaPeerConnectionFactory()
160 std::unique_ptr<rtc::Thread> network_thread, in NativeToJavaPeerConnectionFactory()
255 auto network_thread = std::make_unique<rtc::Thread>(socket_server.get()); in CreatePeerConnectionFactoryForJava() local
H A Downed_factory_and_threads.cc20 std::unique_ptr<rtc::Thread> network_thread, in OwnedFactoryAndThreads()
H A Downed_factory_and_threads.h43 rtc::Thread* network_thread() { return network_thread_.get(); } in network_thread() function
/aosp_15_r20/external/webrtc/media/sctp/
H A Ddcsctp_transport.cc116 DcSctpTransport::DcSctpTransport(rtc::Thread* network_thread, in DcSctpTransport()
125 rtc::Thread* network_thread, in DcSctpTransport()
H A Dsctp_transport_factory.cc22 SctpTransportFactory::SctpTransportFactory(rtc::Thread* network_thread) in SctpTransportFactory()
/aosp_15_r20/external/webrtc/call/
H A Ddegraded_call.cc133 webrtc::TaskQueueBase* network_thread, in ThreadedPacketReceiver()
351 TaskQueueBase* DegradedCall::network_thread() const { in network_thread() function in webrtc::DegradedCall
/aosp_15_r20/external/webrtc/api/test/
H A Dpeer_network_dependencies.h24 rtc::Thread* network_thread; member
/aosp_15_r20/external/webrtc/sdk/android/native_api/peerconnection/
H A Dpeer_connection_factory.cc25 std::unique_ptr<rtc::Thread> network_thread, in NativeToJavaPeerConnectionFactory()
/aosp_15_r20/external/webrtc/test/network/
H A Demulated_network_manager.h53 rtc::Thread* network_thread() override { return network_thread_.get(); } in network_thread() function
/aosp_15_r20/external/webrtc/api/
H A Dcreate_peerconnection_factory.cc31 rtc::Thread* network_thread, in CreatePeerConnectionFactory()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dpeer_connection_utils.cpp47 rtc::Thread* network_thread, rtc::Thread* worker_thread, in CreatePeerConnectionFactory()
/aosp_15_r20/external/webrtc/media/engine/
H A Dfake_webrtc_call.cc476 webrtc::TaskQueueBase* network_thread, in FakeCall()
718 webrtc::TaskQueueBase* FakeCall::network_thread() const { in network_thread() function in cricket::FakeCall
/aosp_15_r20/external/webrtc/p2p/client/
H A Drelay_port_factory_interface.h39 rtc::Thread* network_thread; member
/aosp_15_r20/external/webrtc/media/base/
H A Dfake_media_engine.cc54 TaskQueueBase* network_thread) in FakeVoiceMediaChannel()
261 TaskQueueBase* network_thread) in FakeVideoMediaChannel()

12