/external/webrtc/webrtc/common_video/include/ |
incoming_video_stream.h | 85 rtc::scoped_ptr<rtc::PlatformThread> incoming_render_thread_
|
/external/webrtc/webrtc/system_wrappers/include/ |
data_log_impl.h | 151 rtc::scoped_ptr<rtc::PlatformThread> file_writer_thread_;
|
/external/webrtc/webrtc/test/channel_transport/ |
udp_socket2_manager_win.h | 108 rtc::PlatformThread _pThread;
|
/system/tpm/trunks/ |
background_command_transceiver_test.cc | 41 return std::string(base::PlatformThread::GetName());
|
/external/libchrome/base/threading/ |
thread_collision_warner_unittest.cc | 191 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(5)); 248 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(2)); 317 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(2));
|
thread_unittest.cc | 37 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(500)); 162 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(10)); 179 &base::PlatformThread::Sleep),
|
thread_restrictions.h | 208 friend class PlatformThread;
|
/external/webrtc/webrtc/modules/audio_device/dummy/ |
file_audio_device.h | 24 class PlatformThread; 185 rtc::scoped_ptr<rtc::PlatformThread> _ptrThreadRec; 186 rtc::scoped_ptr<rtc::PlatformThread> _ptrThreadPlay;
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
audio_device_mac.h | 27 class PlatformThread; 293 rtc::scoped_ptr<rtc::PlatformThread> capture_worker_thread_; 296 rtc::scoped_ptr<rtc::PlatformThread> render_worker_thread_;
|
/external/libchrome/base/debug/ |
debugger_posix.cc | 225 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(100));
|
/external/libchrome/base/ |
lazy_instance_unittest.cc | 33 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(1));
|
observer_list_unittest.cc | 93 class AddRemoveThread : public PlatformThread::Delegate, 388 EXPECT_TRUE(PlatformThread::Create(0, 404 PlatformThread::Join(threads[index]);
|
sys_info_unittest.cc | 65 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(20));
|
/external/libchrome/sandbox/linux/services/ |
scoped_process_unittest.cc | 105 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(time_to_sleep));
|
thread_helpers_unittests.cc | 24 using base::PlatformThread;
|
/external/webrtc/webrtc/call/ |
rampup_tests.h | 102 rtc::PlatformThread poller_thread_;
|
/external/webrtc/webrtc/modules/video_render/android/ |
video_render_android_impl.h | 148 rtc::scoped_ptr<rtc::PlatformThread> _javaRenderThread;
|
/external/webrtc/webrtc/modules/video_render/ios/ |
video_render_ios_gles20.mm | 35 screen_update_thread_.reset(new rtc::PlatformThread( 43 rtc::PlatformThread* thread_wrapper = screen_update_thread_.release();
|
/external/webrtc/webrtc/system_wrappers/source/ |
condition_variable_unittest.cc | 168 rtc::PlatformThread thread_;
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/ |
conference_transport.h | 134 rtc::PlatformThread thread_;
|
/external/webrtc/webrtc/common_video/ |
incoming_video_stream.cc | 141 incoming_render_thread_.reset(new rtc::PlatformThread( 163 rtc::PlatformThread* thread = NULL;
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
APITest.cc | 519 rtc::PlatformThread myPushAudioThreadA(PushAudioThreadA, this, 523 rtc::PlatformThread myPullAudioThreadA(PullAudioThreadA, this, 527 rtc::PlatformThread myProcessThreadA(ProcessThreadA, this, "ProcessThreadA"); 530 rtc::PlatformThread myAPIThreadA(APIThreadA, this, "APIThreadA"); 534 rtc::PlatformThread myPushAudioThreadB(PushAudioThreadB, this, 538 rtc::PlatformThread myPullAudioThreadB(PullAudioThreadB, this, 542 rtc::PlatformThread myProcessThreadB(ProcessThreadB, this, "ProcessThreadB"); 545 rtc::PlatformThread myAPIThreadB(APIThreadB, this, "APIThreadB");
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
audio_device_alsa_linux.h | 190 rtc::scoped_ptr<rtc::PlatformThread> _ptrThreadRec; 191 rtc::scoped_ptr<rtc::PlatformThread> _ptrThreadPlay;
|
/external/libchrome/base/synchronization/ |
condition_variable_unittest.cc | 67 class WorkQueue : public PlatformThread::Delegate { 72 // PlatformThread::Delegate interface. 516 EXPECT_TRUE(PlatformThread::Create(0, this, &pth)); 529 PlatformThread::Join(thread_handles_[i]); 680 PlatformThread::Sleep(TimeDelta::FromMilliseconds(30)); 691 PlatformThread::Sleep(TimeDelta::FromMilliseconds(30));
|
/external/libchrome/base/trace_event/ |
trace_log.cc | 314 "tracing/thread_%d", static_cast<int>(PlatformThread::CurrentId())); 620 if (!PlatformThread::Create(0, sampling_thread_.get(), 695 PlatformThread::Join(sampling_thread_handle_); [all...] |