Home
last modified time | relevance | path

Searched defs:worker_thread (Results 1 – 25 of 58) sorted by relevance

123

/external/webrtc/sdk/android/native_unittests/peerconnection/
Dpeer_connection_factory_unittest.cc37 rtc::Thread* worker_thread, in CreateTestPCF()
89 std::unique_ptr<rtc::Thread> worker_thread = rtc::Thread::Create(); in TEST() local
/external/webrtc/pc/
Dvideo_track.cc25 rtc::Thread* worker_thread) in VideoTrack()
96 rtc::Thread* worker_thread) { in Create()
Drtp_sender.cc108 RtpSenderBase::RtpSenderBase(rtc::Thread* worker_thread, in RtpSenderBase()
410 rtc::Thread* worker_thread, in Create()
419 AudioRtpSender::AudioRtpSender(rtc::Thread* worker_thread, in AudioRtpSender()
558 rtc::Thread* worker_thread, in Create()
566 VideoRtpSender::VideoRtpSender(rtc::Thread* worker_thread, in VideoRtpSender()
Daudio_rtp_receiver.cc31 AudioRtpReceiver::AudioRtpReceiver(rtc::Thread* worker_thread, in AudioRtpReceiver()
39 rtc::Thread* worker_thread, in AudioRtpReceiver()
Djitter_buffer_delay.cc28 JitterBufferDelay::JitterBufferDelay(rtc::Thread* worker_thread) in JitterBufferDelay()
Drtp_receiver.cc51 rtc::Thread* worker_thread, in MaybeAttachFrameDecryptorToMediaChannel()
Dvideo_rtp_receiver.cc32 VideoRtpReceiver::VideoRtpReceiver(rtc::Thread* worker_thread, in VideoRtpReceiver()
40 rtc::Thread* worker_thread, in VideoRtpReceiver()
Dchannel_manager.h54 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
Dpeer_connection_factory.h84 rtc::Thread* worker_thread() { return worker_thread_; } in worker_thread() function
Dremote_audio_source.cc51 RemoteAudioSource::RemoteAudioSource(rtc::Thread* worker_thread) in RemoteAudioSource()
/external/webrtc/rtc_base/
Drtc_certificate_generator.cc47 Thread* worker_thread, in RTCCertificateGenerationTask()
135 Thread* worker_thread) in RTCCertificateGenerator()
Dnetwork_monitor.h95 Thread* worker_thread() { return worker_thread_; } in worker_thread() function
/external/webrtc/sdk/android/native_api/peerconnection/
Dpeer_connection_factory.cc25 std::unique_ptr<rtc::Thread> worker_thread, in NativeToJavaPeerConnectionFactory()
/external/webrtc/sdk/android/src/jni/pc/
Downed_factory_and_threads.cc20 std::unique_ptr<rtc::Thread> worker_thread, in OwnedFactoryAndThreads()
Downed_factory_and_threads.h44 rtc::Thread* worker_thread() { return worker_thread_.get(); } in worker_thread() function
Dvideo.cc45 rtc::Thread* worker_thread, in CreateVideoSource()
Dpeer_connection_factory.cc140 std::unique_ptr<rtc::Thread> worker_thread, in NativeToScopedJavaPeerConnectionFactory()
180 std::unique_ptr<rtc::Thread> worker_thread, in NativeToJavaPeerConnectionFactory()
279 std::unique_ptr<rtc::Thread> worker_thread = rtc::Thread::Create(); in CreatePeerConnectionFactoryForJava() local
/external/rust/crates/rayon-core/src/
Dregistry.rs273 let worker_thread = WorkerThread::current(); in current() localVariable
287 let worker_thread = WorkerThread::current(); in current_num_threads() localVariable
371 let worker_thread = WorkerThread::current(); in inject_or_push() localVariable
440 let worker_thread = WorkerThread::current(); in in_worker() localVariable
467 let worker_thread = WorkerThread::current(); in in_worker_cold() localVariable
495 let worker_thread = WorkerThread::current(); in in_worker_cross() localVariable
804 let worker_thread = &WorkerThread { in main_loop() localVariable
/external/webrtc/api/
Dcreate_peerconnection_factory.cc31 rtc::Thread* worker_thread, in CreatePeerConnectionFactory()
/external/webrtc/test/pc/e2e/
Dtest_peer.cc47 std::unique_ptr<rtc::Thread> worker_thread) in TestPeer()
Dtest_peer_factory.cc218 rtc::Thread* worker_thread, in CreatePCFDependencies()
328 std::unique_ptr<rtc::Thread> worker_thread = in CreateTestPeer() local
/external/ltp/testcases/realtime/func/pi-tests/
Dsbrk_mutex.c78 void *worker_thread(void *arg) in worker_thread() function
/external/grpc-grpc/test/core/gpr/
Dcpu_test.cc67 static void worker_thread(void* arg) { in worker_thread() function
/external/libchrome/base/task/
Dcancelable_task_tracker_unittest.cc85 Thread worker_thread("worker thread"); in TEST_F() local
165 Thread worker_thread("worker thread"); in TEST_F() local
/external/ltp/testcases/realtime/func/prio-wake/
Dprio-wake.c130 void *worker_thread(void *arg) in worker_thread() function

123