Home
last modified time | relevance | path

Searched refs:timeDiffMS (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dcpu_mac.cc85 WebRtc_Word64 timeDiffMS = now - _lastTime; in CpuUsageMultiCore() local
86 if(timeDiffMS >= 500) in CpuUsageMultiCore()
88 if(Update(timeDiffMS) != 0) in CpuUsageMultiCore()
100 WebRtc_Word32 CpuWrapperMac::Update(WebRtc_Word64 timeDiffMS) in Update() argument
127 if(timeDiffMS <= 0) in Update()
133 timeDiffMS); in Update()
Dcpu_mac.h38 WebRtc_Word32 Update(WebRtc_Word64 timeDiffMS);