Lines Matching refs:CpuWindows
27 WebRtc_Word32 CpuWindows::CpuUsage() in CpuUsage()
37 WebRtc_Word32 CpuWindows::CpuUsageMultiCore(WebRtc_UWord32& num_cores, in CpuUsageMultiCore()
56 CpuWindows::CpuWindows() in CpuWindows() function in webrtc::CpuWindows
85 CpuWindows::~CpuWindows() in ~CpuWindows()
92 bool CpuWindows::AllocateComplexDataTypes() in AllocateComplexDataTypes()
95 CpuWindows::Process, in AllocateComplexDataTypes()
109 void CpuWindows::DeAllocateComplexDataTypes() in DeAllocateComplexDataTypes()
143 void CpuWindows::StartPollingCpu() in StartPollingCpu()
154 bool CpuWindows::StopPollingCpu() in StopPollingCpu()
180 bool CpuWindows::Process(void* thread_object) in Process()
182 return reinterpret_cast<CpuWindows*>(thread_object)->ProcessImpl(); in Process()
185 bool CpuWindows::ProcessImpl() in ProcessImpl()
226 bool CpuWindows::CreateWmiConnection() in CreateWmiConnection()
252 bool CpuWindows::CreatePerfOsRefresher() in CreatePerfOsRefresher()
304 bool CpuWindows::CreatePerfOsCpuHandles() in CreatePerfOsCpuHandles()
371 bool CpuWindows::Initialize() in Initialize()
404 bool CpuWindows::Terminate() in Terminate()
466 bool CpuWindows::UpdateCpuUsage() in UpdateCpuUsage()