Home
last modified time | relevance | path

Searched defs:StartTimer (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/tests/
Dtimer_utils.c8 void StartTimer(ClockTimerState* ct) { in StartTimer() function
/external/webrtc/webrtc/system_wrappers/source/
Devent_timer_win.cc52 bool EventTimerWin::StartTimer(bool periodic, unsigned long time) { in StartTimer() function in webrtc::EventTimerWin
Devent_timer_posix.cc137 bool EventTimerPosix::StartTimer(bool periodic, unsigned long time) { in StartTimer() function in webrtc::EventTimerPosix
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.h40 virtual bool StartTimer(bool periodic, unsigned long time) { // NOLINT in StartTimer() function
/external/google-benchmark/src/
Dbenchmark.cc139 void StartTimer() EXCLUDES(lock_) { in StartTimer() function in benchmark::__anon374782100111::TimerManager