Searched defs:CpuUsage (Results 1 - 6 of 6) 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_win.h31 virtual WebRtc_Word32 CpuUsage();
32 virtual WebRtc_Word32 CpuUsage(WebRtc_Word8* /*pProcessName*/, function in class:webrtc::CpuWindows
34 virtual WebRtc_Word32 CpuUsage(WebRtc_UWord32 /*dwProcessID*/) {return -1;} function in class:webrtc::CpuWindows
H A Dcpu_linux.cc54 WebRtc_Word32 CpuLinux::CpuUsage() function in class:webrtc::CpuLinux
H A Dcpu_win.cc27 WebRtc_Word32 CpuWindows::CpuUsage() function in class:webrtc::CpuWindows

Completed in 72 milliseconds