Home
last modified time | relevance | path

Searched refs:ProcessThreadImpl (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/utility/source/
Dprocess_thread_impl.cc22 return new ProcessThreadImpl(); in CreateProcessThread()
30 ProcessThreadImpl::ProcessThreadImpl() in ProcessThreadImpl() function in webrtc::ProcessThreadImpl
37 ProcessThreadImpl::~ProcessThreadImpl() in ~ProcessThreadImpl()
43 int32_t ProcessThreadImpl::Start() in Start()
63 int32_t ProcessThreadImpl::Stop() in Stop()
88 int32_t ProcessThreadImpl::RegisterModule(Module* module) in RegisterModule()
110 int32_t ProcessThreadImpl::DeRegisterModule(const Module* module) in DeRegisterModule()
124 bool ProcessThreadImpl::Run(void* obj) in Run()
126 return static_cast<ProcessThreadImpl*>(obj)->Process(); in Run()
129 bool ProcessThreadImpl::Process() in Process()
Dprocess_thread_impl.h23 class ProcessThreadImpl : public ProcessThread
26 ProcessThreadImpl();
27 virtual ~ProcessThreadImpl();