Home
last modified time | relevance | path

Searched refs:periodic (Results 1 – 25 of 29) sorted by relevance

12

/external/webrtc/src/system_wrappers/source/
Devent_win.cc55 bool EventWindows::StartTimer(bool periodic, unsigned long time) in StartTimer() argument
62 if (periodic) in StartTimer()
Devent_win.h31 virtual bool StartTimer(bool periodic, unsigned long time);
Devent_posix.cc208 bool EventPosix::StartTimer(bool periodic, unsigned long time) in StartTimer() argument
230 _periodic = periodic; in StartTimer()
Devent_posix.h39 virtual bool StartTimer(bool periodic, unsigned long time);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Devent_win.cc51 bool EventWindows::StartTimer(bool periodic, unsigned long time) { in StartTimer() argument
57 if (periodic) { in StartTimer()
Devent_win.h31 virtual bool StartTimer(bool periodic, unsigned long time);
Devent_posix.cc185 bool EventPosix::StartTimer(bool periodic, unsigned long time) { in StartTimer() argument
207 periodic_ = periodic; in StartTimer()
Devent_posix.h38 virtual bool StartTimer(bool periodic, unsigned long time) OVERRIDE;
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Devent_wrapper.h53 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
/external/webrtc/src/system_wrappers/interface/
Devent_wrapper.h55 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dtest_util.h70 virtual bool StartTimer(bool periodic, unsigned long time) { return true; } in StartTimer() argument
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DPeriodicWave.idl25 // PeriodicWave represents a periodic audio waveform given by its Fourier coefficients.
DOscillatorNode.idl33 // OscillatorNode is an audio generator of periodic waveforms.
/external/chromium_org/chrome/common/extensions/api/
Ddial.idl54 // (1) The DIAL service refreshed its device list through periodic polling.
/external/chromium_org/sync/protocol/
Dget_updates_caller_info.proto22 PERIODIC = 4; // The source of the update was periodic polling.
Dsync_enums.proto142 PERIODIC = 4; // The source of the update was periodic polling.
/external/chromium_org/components/metrics/proto/
Dsampled_profile.proto22 // The profile was triggered by periodic sampling. Periodically sampled
/external/chromium_org/google_apis/gcm/protocol/
Dandroid_checkin.proto5 // Logging information for Android "checkin" events (automatic, periodic
/external/kernel-headers/original/uapi/linux/
Dinput.h1145 struct ff_periodic_effect periodic; member
/external/blktrace/btt/doc/
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/chromium_org/third_party/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc256 const bool periodic(true); in Init() local
257 if (!_timeEvent.StartTimer(periodic, TIMER_PERIOD_MS)) in Init()
/external/wpa_supplicant_8/wpa_supplicant/
Dandroid.config471 # For periodic module:
Ddefconfig491 # For periodic module:
/external/qemu/
DChangelog387 - more precise RTC emulation (periodic timers + time updates)
/external/qemu-pc-bios/bochs/
Dconfig.h.in98 // will print out periodic IPS ratings. This will change

12