/external/webrtc/webrtc/modules/audio_coding/test/ |
D | APITest.cc | 551 _processEventA->StartTimer(true, 10); in Perform() 552 _processEventB->StartTimer(true, 10); in Perform() 554 _pullEventA->StartTimer(true, 10); in Perform() 555 _pullEventB->StartTimer(true, 10); in Perform() 557 _pushEventA->StartTimer(true, 10); in Perform() 558 _pushEventB->StartTimer(true, 10); in Perform() 694 myEvent->StartTimer(true, 30); in TestDelay()
|
D | iSACTest.cc | 246 EXPECT_TRUE(myEvent->StartTimer(true, 10)); in EncodeDecode()
|
/external/vboot_reference/tests/ |
D | timer_utils.h | 19 void StartTimer(ClockTimerState* ct);
|
D | timer_utils.c | 8 void StartTimer(ClockTimerState* ct) { in StartTimer() function
|
D | sha_benchmark.c | 41 StartTimer(&ct); in main()
|
D | rsa_verify_benchmark.c | 65 StartTimer(&ct); in SpeedTestAlgorithm()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | event_timer_win.h | 30 virtual bool StartTimer(bool periodic, unsigned long time);
|
D | event_timer_posix.h | 36 bool StartTimer(bool periodic, unsigned long time) override;
|
D | event_timer_win.cc | 52 bool EventTimerWin::StartTimer(bool periodic, unsigned long time) { in StartTimer() function in webrtc::EventTimerWin
|
D | event_timer_posix.cc | 137 bool EventTimerPosix::StartTimer(bool periodic, unsigned long time) { in StartTimer() function in webrtc::EventTimerPosix
|
/external/webrtc/webrtc/common_video/ |
D | incoming_video_stream.cc | 149 deliver_buffer_event_->StartTimer(false, kEventStartupTimeMs); in Start() 224 deliver_buffer_event_->StartTimer(false, wait_time); in IncomingVideoStreamProcess()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | event_wrapper.h | 62 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | test_util.h | 40 virtual bool StartTimer(bool periodic, unsigned long time) { // NOLINT in StartTimer() function
|
/external/webrtc/webrtc/test/ |
D | frame_generator_capturer.cc | 89 if (!tick_->StartTimer(true, 1000 / target_fps_)) in Init()
|
D | fake_audio_device.cc | 54 if (!tick_->StartTimer(true, 10)) in Init()
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.cc | 746 _screenUpdateEvent->StartTimer(true, 1000/monitorFreq); in Init() 1884 if(FALSE == _screenUpdateEvent->StartTimer(true, 1000/MONITOR_FREQ)) in StartRender() 1907 _screenUpdateEvent->StartTimer(true, 1000/MONITOR_FREQ); in StartRender()
|
D | video_render_nsopengl.mm | 432 _screenUpdateEvent->StartTimer(true, 1000 / MONITOR_FREQ)) { 721 _screenUpdateEvent->StartTimer(true, 1000/monitorFreq);
|
/external/google-benchmark/src/ |
D | benchmark.cc | 139 void StartTimer() EXCLUDES(lock_) { in StartTimer() function in benchmark::__anonc646188b0111::TimerManager 760 timer_manager->StartTimer(); in ResumeTiming()
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_gles20.mm | 90 screen_update_event_->StartTimer(true, 1000 / monitor_freq);
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_wave_win.cc | 236 if (!_timeEvent.StartTimer(periodic, TIMER_PERIOD_MS)) in Init() 3035 _timeEvent.StartTimer(true, TIMER_PERIOD_MS); in ThreadProcess() 3706 _timeEvent.StartTimer(true, TIMER_PERIOD_MS); in RestartTimerIfNeeded()
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 561 _screenUpdateEvent->StartTimer(true, 1000 / monitorFreq); in Init()
|