Searched refs:periodic (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Devent_wrapper.h51 // or periodically. If the timer is periodic it ensures that there is no
53 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_win.cc51 bool EventWindows::StartTimer(bool periodic, unsigned long time) { argument
57 if (periodic) {
H A Devent_win.h31 virtual bool StartTimer(bool periodic, unsigned long time);
H A Devent_posix.h38 virtual bool StartTimer(bool periodic, unsigned long time) OVERRIDE;
H A Devent_posix.cc185 bool EventPosix::StartTimer(bool periodic, unsigned long time) { argument
207 periodic_ = periodic;
/external/webrtc/src/system_wrappers/source/
H A Devent_win.cc55 bool EventWindows::StartTimer(bool periodic, unsigned long time) argument
62 if (periodic)
H A Devent_win.h31 virtual bool StartTimer(bool periodic, unsigned long time);
H A Devent_posix.h39 virtual bool StartTimer(bool periodic, unsigned long time);
H A Devent_posix.cc208 bool EventPosix::StartTimer(bool periodic, unsigned long time) argument
230 _periodic = periodic;
/external/webrtc/src/system_wrappers/interface/
H A Devent_wrapper.h53 // or periodically. If the timer is periodic it ensures that there is no
55 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtest_util.h70 virtual bool StartTimer(bool periodic, unsigned long time) { return true; } argument
/external/blktrace/btt/doc/
H A Dbtt.tex813 [ -L <freq> | --periodic-latencies=<freq> ]
915 \subsection{\label{sec:o-L}\texttt{--periodic-latencies}/\texttt{-L}}
918 files (q2c \& d2c) per device containing a periodic timestamp \&
1028 While \texttt{btt} is processing data, it will put out periodic (1-second
/external/kernel-headers/original/uapi/linux/
H A Dinput.h1069 * struct ff_periodic_effect - defines parameters of a periodic force-feedback effect
1100 * struct ff_rumble_effect - defines parameters of a periodic force-feedback effect
1145 struct ff_periodic_effect periodic; member in union:ff_effect::__anon23093
1168 * Force feedback periodic effect types
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc256 const bool periodic(true);
257 if (!_timeEvent.StartTimer(periodic, TIMER_PERIOD_MS))
274 "periodic timer (dT=%d) is now active", TIMER_PERIOD_MS);

Completed in 315 milliseconds