/external/webrtc/webrtc/base/ |
event_tracer.cc | 186 rtc::PlatformThread logging_thread_;
|
/external/webrtc/webrtc/modules/audio_processing/ |
audio_processing_performance_unittest.cc | 459 new rtc::PlatformThread(RenderProcessorThreadFunc, this, "render")), 460 capture_thread_(new rtc::PlatformThread(CaptureProcessorThreadFunc, 673 rtc::scoped_ptr<rtc::PlatformThread> render_thread_; 674 rtc::scoped_ptr<rtc::PlatformThread> capture_thread_;
|
/external/webrtc/webrtc/modules/utility/source/ |
process_thread_impl.cc | 79 new rtc::PlatformThread(&ProcessThreadImpl::Run, this, thread_name_));
|
/external/webrtc/webrtc/modules/video_render/mac/ |
video_render_agl.h | 145 // TODO(pbos): Remove scoped_ptr and use PlatformThread directly. 146 rtc::scoped_ptr<rtc::PlatformThread> _screenUpdateThread;
|
video_render_agl.cc | 399 new rtc::PlatformThread(ScreenUpdateThreadProc, this, "ScreenUpdate")); 515 _screenUpdateThread.reset(new rtc::PlatformThread( 680 rtc::PlatformThread* tmpPtr = _screenUpdateThread.release(); 859 rtc::PlatformThread* tmpPtr = _screenUpdateThread.release(); [all...] |
video_render_nsopengl.mm | 381 _screenUpdateThread.reset(new rtc::PlatformThread( 660 rtc::PlatformThread* tmpPtr = _screenUpdateThread.release(); 865 rtc::PlatformThread* tmpPtr = _screenUpdateThread.release();
|
/external/webrtc/webrtc/modules/video_render/windows/ |
video_render_direct3d9.h | 206 // TODO(pbos): Remove scoped_ptr and use PlatformThread directly. 207 rtc::scoped_ptr<rtc::PlatformThread> _screenUpdateThread;
|
/external/webrtc/webrtc/system_wrappers/source/ |
event_timer_posix.cc | 157 timer_thread_.reset(new rtc::PlatformThread(Run, this, thread_name));
|
data_log.cc | 325 new rtc::PlatformThread(DataLogImpl::Run, instance_, "DataLog")),
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
after_initialization_fixture.h | 148 rtc::PlatformThread thread_;
|
/external/libchrome/base/process/ |
process_metrics_unittest.cc | 466 PlatformThread::Sleep(TimeDelta::FromMilliseconds(10)); 482 PlatformThread::Sleep(TimeDelta::FromSeconds(1));
|
/external/webrtc/webrtc/modules/audio_device/dummy/ |
file_audio_device.cc | 214 _ptrThreadPlay.reset(new rtc::PlatformThread( 270 _ptrThreadRec.reset(new rtc::PlatformThread(
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
audio_device_pulse_linux.h | 288 rtc::scoped_ptr<rtc::PlatformThread> _ptrThreadPlay; 289 rtc::scoped_ptr<rtc::PlatformThread> _ptrThreadRec;
|
audio_device_alsa_linux.cc | 210 rtc::PlatformThread* tmpThread = _ptrThreadRec.release(); 222 rtc::PlatformThread* tmpThread = _ptrThreadPlay.release(); [all...] |
/external/libchrome/base/message_loop/ |
message_loop_unittest.cc | 82 PlatformThread::Sleep(pause); 145 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100)); 567 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100)); 611 PlatformThread::Sleep(delay); 614 PlatformThread::Sleep(delay); 622 PlatformThread::Sleep(2 * delay); [all...] |
message_loop_test.cc | 74 PlatformThread::Sleep(pause); 289 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100)); 517 PlatformThread::Sleep(TimeDelta::FromMilliseconds(10)); 635 PlatformThread::Sleep(delay); [all...] |
/external/libchrome/base/threading/ |
sequenced_worker_pool.cc | 636 threads_.find(PlatformThread::CurrentId()); 682 return ContainsKey(threads_, PlatformThread::CurrentId()); 688 ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId()); 706 ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId()); [all...] |
worker_pool_posix_unittest.cc | 61 unique_threads->insert(PlatformThread::CurrentId()); 235 // The POSIX implementation of PlatformThread::CurrentId() uses pthread_self()
|
/external/libchrome/base/trace_event/ |
trace_event.h | 67 static_cast<int>(base::PlatformThread::CurrentId()) 677 const int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); 715 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); [all...] |
/external/webrtc/webrtc/modules/video_render/android/ |
video_render_android_impl.cc | 144 _javaRenderThread.reset(new rtc::PlatformThread(JavaRenderThreadFun, this,
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
voe_stress_test.cc | 338 new rtc::PlatformThread(RunExtraApi, this, "StressTestExtraApiThread"));
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
audio_coding_module_unittest_oldapi.cc | 577 rtc::PlatformThread send_thread_; 578 rtc::PlatformThread insert_packet_thread_; 579 rtc::PlatformThread pull_audio_thread_; 845 rtc::PlatformThread receive_thread_; 846 rtc::PlatformThread codec_registration_thread_; [all...] |
/external/webrtc/webrtc/video/ |
video_quality_test.cc | 97 rtc::PlatformThread* thread = 98 new rtc::PlatformThread(&FrameComparisonThread, this, "Analyzer"); 105 for (rtc::PlatformThread* thread : comparison_thread_pool_) { 599 std::vector<rtc::PlatformThread*> comparison_thread_pool_; 600 rtc::PlatformThread stats_polling_thread_; [all...] |
vie_channel.h | 434 rtc::PlatformThread decode_thread_;
|
/external/webrtc/webrtc/modules/audio_device/win/ |
audio_device_wave_win.h | 225 // TODO(pbos): Remove scoped_ptr usage and use PlatformThread directly 226 rtc::scoped_ptr<rtc::PlatformThread> _ptrThread;
|