HomeSort by relevance Sort by last modified time
    Searched refs:StartTimer (Results 1 - 23 of 23) sorted by null

  /external/vboot_reference/tests/
timer_utils.h 19 void StartTimer(ClockTimerState* ct);
timer_utils.c 8 void StartTimer(ClockTimerState* ct) {
sha_benchmark.c 41 StartTimer(&ct);
rsa_verify_benchmark.c 65 StartTimer(&ct);
  /external/webrtc/webrtc/system_wrappers/include/
event_wrapper.h 62 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_win.h 30 virtual bool StartTimer(bool periodic, unsigned long time);
event_timer_posix.h 36 bool StartTimer(bool periodic, unsigned long time) override;
event_timer_win.cc 52 bool EventTimerWin::StartTimer(bool periodic, unsigned long time) {
event_timer_posix.cc 137 bool EventTimerPosix::StartTimer(bool periodic, unsigned long time) {
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 40 virtual bool StartTimer(bool periodic, unsigned long time) { // NOLINT
  /external/webrtc/webrtc/test/
frame_generator_capturer.cc 89 if (!tick_->StartTimer(true, 1000 / target_fps_))
fake_audio_device.cc 54 if (!tick_->StartTimer(true, 10))
  /system/connectivity/shill/wifi/
mac80211_monitor.cc 87 StartTimer();
102 void Mac80211Monitor::StartTimer() {
121 StartTimer(); // Always re-arm timer.
mac80211_monitor.h 106 void StartTimer();
  /external/webrtc/webrtc/common_video/
incoming_video_stream.cc 149 deliver_buffer_event_->StartTimer(false, kEventStartupTimeMs);
224 deliver_buffer_event_->StartTimer(false, wait_time);
  /external/webrtc/webrtc/modules/audio_coding/test/
APITest.cc 548 //_apiEventA->StartTimer(true, 5000);
549 //_apiEventB->StartTimer(true, 5000);
551 _processEventA->StartTimer(true, 10);
552 _processEventB->StartTimer(true, 10);
554 _pullEventA->StartTimer(true, 10);
555 _pullEventB->StartTimer(true, 10);
557 _pushEventA->StartTimer(true, 10);
558 _pushEventB->StartTimer(true, 10);
694 myEvent->StartTimer(true, 30);
iSACTest.cc 246 EXPECT_TRUE(myEvent->StartTimer(true, 10));
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_gles20.mm 90 screen_update_event_->StartTimer(true, 1000 / monitor_freq);
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 746 _screenUpdateEvent->StartTimer(true, 1000/monitorFreq);
    [all...]
video_render_nsopengl.mm 432 _screenUpdateEvent->StartTimer(true, 1000 / MONITOR_FREQ)) {
721 _screenUpdateEvent->StartTimer(true, 1000/monitorFreq);
  /external/google-benchmark/src/
benchmark.cc 139 void StartTimer() EXCLUDES(lock_) {
145 CHECK(!running_) << "Called StartTimer when timer is already running";
760 timer_manager->StartTimer();
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 236 if (!_timeEvent.StartTimer(periodic, TIMER_PERIOD_MS))
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 561 _screenUpdateEvent->StartTimer(true, 1000 / monitorFreq);
    [all...]

Completed in 6148 milliseconds