AutoThread 73 base/threading/thread_restrictions.h class AutoThread; AutoThread 189 base/threading/thread_restrictions.h friend class remoting::AutoThread; AutoThread 25 remoting/base/auto_thread.cc AutoThread::ComInitType type) { AutoThread 27 remoting/base/auto_thread.cc if (type == AutoThread::COM_INIT_MTA) { AutoThread 30 remoting/base/auto_thread.cc } else if (type == AutoThread::COM_INIT_STA) { AutoThread 41 remoting/base/auto_thread.cc struct AutoThread::StartupData { AutoThread 56 remoting/base/auto_thread.cc scoped_refptr<AutoThreadTaskRunner> AutoThread::CreateWithType( AutoThread 60 remoting/base/auto_thread.cc AutoThread* thread = new AutoThread(name, joiner.get()); AutoThread 68 remoting/base/auto_thread.cc scoped_refptr<AutoThreadTaskRunner> AutoThread::Create( AutoThread 75 remoting/base/auto_thread.cc scoped_refptr<AutoThreadTaskRunner> AutoThread::CreateWithLoopAndComInitTypes( AutoThread 80 remoting/base/auto_thread.cc AutoThread* thread = new AutoThread(name, joiner); AutoThread 90 remoting/base/auto_thread.cc AutoThread::AutoThread(const char* name) AutoThread 100 remoting/base/auto_thread.cc AutoThread::AutoThread(const char* name, AutoThreadTaskRunner* joiner) AutoThread 111 remoting/base/auto_thread.cc AutoThread::~AutoThread() { AutoThread 120 remoting/base/auto_thread.cc scoped_refptr<AutoThreadTaskRunner> AutoThread::StartWithType( AutoThread 152 remoting/base/auto_thread.cc void AutoThread::SetComInitType(ComInitType com_init_type) { AutoThread 158 remoting/base/auto_thread.cc void AutoThread::QuitThread( AutoThread 161 remoting/base/auto_thread.cc task_runner->PostTask(FROM_HERE, base::Bind(&AutoThread::QuitThread, AutoThread 173 remoting/base/auto_thread.cc base::Bind(&AutoThread::JoinAndDeleteThread, base::Unretained(this))); AutoThread 177 remoting/base/auto_thread.cc void AutoThread::JoinAndDeleteThread() { AutoThread 181 remoting/base/auto_thread.cc void AutoThread::ThreadMain() { AutoThread 194 remoting/base/auto_thread.cc base::Bind(&AutoThread::QuitThread, AutoThread 30 remoting/base/auto_thread.h class AutoThread : base::PlatformThread::Delegate { AutoThread 55 remoting/base/auto_thread.h explicit AutoThread(const char* name); AutoThread 58 remoting/base/auto_thread.h virtual ~AutoThread(); AutoThread 80 remoting/base/auto_thread.h AutoThread(const char* name, AutoThreadTaskRunner* joiner); AutoThread 110 remoting/base/auto_thread.h DISALLOW_COPY_AND_ASSIGN(AutoThread); AutoThread 101 remoting/base/auto_thread_unittest.cc AutoThread::Create(kThreadName, main_task_runner_); AutoThread 111 remoting/base/auto_thread_unittest.cc AutoThread::Create(kThreadName, main_task_runner_); AutoThread 127 remoting/base/auto_thread_unittest.cc AutoThread::Create(kThreadName, main_task_runner_); AutoThread 130 remoting/base/auto_thread_unittest.cc AutoThread::Create(kThreadName, main_task_runner_); AutoThread 148 remoting/base/auto_thread_unittest.cc AutoThread::CreateWithLoopAndComInitTypes(kThreadName, AutoThread 151 remoting/base/auto_thread_unittest.cc AutoThread::COM_INIT_MTA); AutoThread 174 remoting/base/auto_thread_unittest.cc AutoThread::CreateWithLoopAndComInitTypes(kThreadName, AutoThread 177 remoting/base/auto_thread_unittest.cc AutoThread::COM_INIT_STA); AutoThread 162 remoting/client/jni/chromoting_jni_runtime.cc network_task_runner_ = AutoThread::CreateWithType("native_net", AutoThread 165 remoting/client/jni/chromoting_jni_runtime.cc display_task_runner_ = AutoThread::Create("native_disp", AutoThread 22 remoting/host/chromoting_host_context.cc AutoThread::CreateWithLoopAndComInitTypes("ChromotingAudioThread", AutoThread 25 remoting/host/chromoting_host_context.cc AutoThread::COM_INIT_STA); AutoThread 27 remoting/host/chromoting_host_context.cc audio_task_runner_ = AutoThread::CreateWithType( AutoThread 31 remoting/host/chromoting_host_context.cc file_task_runner_ = AutoThread::CreateWithType( AutoThread 33 remoting/host/chromoting_host_context.cc input_task_runner_ = AutoThread::CreateWithType( AutoThread 35 remoting/host/chromoting_host_context.cc network_task_runner_ = AutoThread::CreateWithType( AutoThread 38 remoting/host/chromoting_host_context.cc AutoThread::Create("ChromotingCaptureThread", ui_task_runner_); AutoThread 39 remoting/host/chromoting_host_context.cc video_encode_task_runner_ = AutoThread::Create( AutoThread 82 remoting/host/config_file_watcher_unittest.cc AutoThread::CreateWithType( AutoThread 106 remoting/host/desktop_process.cc AutoThread::CreateWithLoopAndComInitTypes("ChromotingAudioThread", AutoThread 109 remoting/host/desktop_process.cc AutoThread::COM_INIT_STA); AutoThread 111 remoting/host/desktop_process.cc audio_task_runner = AutoThread::CreateWithType( AutoThread 117 remoting/host/desktop_process.cc AutoThread::CreateWithType( AutoThread 122 remoting/host/desktop_process.cc AutoThread::Create("Video capture thread", caller_task_runner_); AutoThread 41 remoting/host/desktop_process_main.cc AutoThread::CreateWithType( AutoThread 245 remoting/host/desktop_process_unittest.cc io_task_runner_ = AutoThread::CreateWithType( AutoThread 233 remoting/host/ipc_desktop_environment_unittest.cc io_task_runner_ = AutoThread::CreateWithType( AutoThread 122 remoting/host/plugin/host_script_object.cc worker_thread_ = AutoThread::Create("ChromotingWorkerThread", AutoThread 24 remoting/host/setup/daemon_controller.cc delegate_thread_.reset(new AutoThread(kDaemonControllerThreadName)); AutoThread 26 remoting/host/setup/daemon_controller.cc delegate_thread_->SetComInitType(AutoThread::COM_INIT_STA); AutoThread 22 remoting/host/setup/daemon_controller.h class AutoThread; AutoThread 257 remoting/host/setup/daemon_controller.h scoped_ptr<AutoThread> delegate_thread_; AutoThread 207 remoting/host/win/host_service.cc AutoThread::CreateWithType(