HomeSort by relevance Sort by last modified time
    Searched refs:CpuWrapperMac (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/system_wrappers/source/
cpu_mac.h 17 class CpuWrapperMac : public CpuWrapper
20 CpuWrapperMac();
21 virtual ~CpuWrapperMac();
cpu.cc 31 return new CpuWrapperMac();
cpu_mac.cc 20 CpuWrapperMac::CpuWrapperMac()
61 CpuWrapperMac::~CpuWrapperMac()
67 WebRtc_Word32 CpuWrapperMac::CpuUsage()
75 CpuWrapperMac::CpuUsageMultiCore(WebRtc_UWord32& numCores,
100 WebRtc_Word32 CpuWrapperMac::Update(WebRtc_Word64 timeDiffMS)

Completed in 58 milliseconds