Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dcpumonitor.cc399 period_ms_ = period_ms; in Start()
400 monitor_thread_->PostDelayed(period_ms_, this); in Start()
419 monitor_thread_->PostDelayed(period_ms_, this); in OnMessage()
Dcpumonitor.h116 int period_ms_; variable