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

  /external/webrtc/src/system_wrappers/interface/
cpu_wrapper.h 25 virtual WebRtc_Word32 CpuUsage() = 0;
26 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* processName,
28 virtual WebRtc_Word32 CpuUsage(WebRtc_UWord32 dwProcessID) = 0;
  /external/webrtc/src/system_wrappers/source/
cpu_linux.h 23 virtual WebRtc_Word32 CpuUsage();
24 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* /*pProcessName*/,
26 virtual WebRtc_Word32 CpuUsage(WebRtc_UWord32 /*dwProcessID*/) {return 0;}
cpu_mac.h 23 virtual WebRtc_Word32 CpuUsage();
24 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* /*pProcessName*/,
26 virtual WebRtc_Word32 CpuUsage(WebRtc_UWord32 /*dwProcessID*/) {return -1;}
cpu_win.h 31 virtual WebRtc_Word32 CpuUsage();
32 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* /*pProcessName*/,
34 virtual WebRtc_Word32 CpuUsage(WebRtc_UWord32 /*dwProcessID*/) {return -1;}
cpu_measurement_harness.cc 105 cpu_usage_available = cpu_->CpuUsage() != -1;
cpu_mac.cc 67 WebRtc_Word32 CpuWrapperMac::CpuUsage()
cpu_linux.cc 54 WebRtc_Word32 CpuLinux::CpuUsage()
cpu_win.cc 27 WebRtc_Word32 CpuWindows::CpuUsage()

Completed in 129 milliseconds