Searched defs:CpuUsage (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.h23 virtual WebRtc_Word32 CpuUsage();
24 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* /*pProcessName*/, function in class:webrtc::CpuLinux
26 virtual WebRtc_Word32 CpuUsage(WebRtc_UWord32 /*dwProcessID*/) {return 0;} function in class:webrtc::CpuLinux
H A Dcpu_mac.h23 virtual WebRtc_Word32 CpuUsage();
24 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* /*pProcessName*/, function in class:webrtc::CpuWrapperMac
26 virtual WebRtc_Word32 CpuUsage(WebRtc_UWord32 /*dwProcessID*/) {return -1;} function in class:webrtc::CpuWrapperMac
H A Dcpu_mac.cc67 WebRtc_Word32 CpuWrapperMac::CpuUsage() function in class:webrtc::CpuWrapperMac
H A Dcpu_linux.cc54 WebRtc_Word32 CpuLinux::CpuUsage() function in class:webrtc::CpuLinux

Completed in 176 milliseconds