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

/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/webrtc/src/system_wrappers/source/
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/qemu/hw/
H A Dbt-hci.c45 int periodic; member in struct:bt_hci_s::__anon10780
504 if (!hci->lm.periodic)
603 if (hci->lm.periodic)
1502 hci->lm.periodic = 0;
1510 if (!hci->lm.inquire || hci->lm.periodic) {
1540 hci->lm.periodic = 1;
1549 if (!hci->lm.inquire || !hci->lm.periodic) {
/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/linux/
H A Dinput.h1038 * struct ff_periodic_effect - defines parameters of a periodic force-feedback effect
1069 * struct ff_rumble_effect - defines parameters of a periodic force-feedback effect
1114 struct ff_periodic_effect periodic; member in union:ff_effect::__anon6932
1137 * Force feedback periodic effect types

Completed in 608 milliseconds