Searched refs:ProcessThreadImpl (Results 1 – 2 of 2) sorted by relevance
22 return new ProcessThreadImpl(); in CreateProcessThread()30 ProcessThreadImpl::ProcessThreadImpl() in ProcessThreadImpl() function in webrtc::ProcessThreadImpl37 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()
23 class ProcessThreadImpl : public ProcessThread26 ProcessThreadImpl();27 virtual ~ProcessThreadImpl();