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

  /external/webrtc/src/system_wrappers/source/
cpu_linux.h 17 class CpuLinux : public CpuWrapper
20 CpuLinux();
21 virtual ~CpuLinux();
cpu.cc 35 return new CpuLinux();
cpu_linux.cc 19 CpuLinux::CpuLinux()
45 CpuLinux::~CpuLinux()
54 WebRtc_Word32 CpuLinux::CpuUsage()
61 WebRtc_Word32 CpuLinux::CpuUsageMultiCore(WebRtc_UWord32& numCores,
110 int CpuLinux::GetData(long long& busy, long long& idle, long long*& busyArray,
171 int CpuLinux::GetNumCores()

Completed in 71 milliseconds