HomeSort by relevance Sort by last modified time
    Searched full:timer (Results 226 - 250 of 1190) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
xprt.h 87 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops
139 struct timer_list timer; member in struct:rpc_xprt
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /external/bison/lib/
timevar.c 154 timer. */
238 /* Add the difference between STOP and START to TIMER. */
241 timevar_accumulate (timer, start, stop)
242 struct timevar_time_def *timer;
246 timer->user += stop->user - start->user;
247 timer->sys += stop->sys - start->sys;
248 timer->wall += stop->wall - start->wall;
281 TIMEVAR cannot be running as a standalone timer. */
297 /* Can't push a standalone timer. */
427 /* Is TIMEVAR currently running as a standalone timer? *
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrv.c 45 #include "timer.h"
185 /* if a timer is running, stop it */
396 /* if a timer is running, stop it */
469 /* stop the FW guard timer */
496 /* stop the FW guard timer */
525 * \brief called when a measurement FW guard timer expires.
529 * \param bTwdInitOccured - Indicates if TWDriver recovery occured since timer started.\n
536 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": FW guard timer expired.\n");
538 /* mark that the FW guard timer is not running */
541 /* if any other timer is running - stop it *
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrv.c 45 #include "timer.h"
185 /* if a timer is running, stop it */
396 /* if a timer is running, stop it */
469 /* stop the FW guard timer */
496 /* stop the FW guard timer */
525 * \brief called when a measurement FW guard timer expires.
529 * \param bTwdInitOccured - Indicates if TWDriver recovery occured since timer started.\n
536 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": FW guard timer expired.\n");
538 /* mark that the FW guard timer is not running */
541 /* if any other timer is running - stop it *
    [all...]
  /bionic/libc/netbsd/isc/
eventlib_p.h 133 evTimerID timer; member in struct:evStream
135 #define EV_STR_TIMEROK 0x0001 /* IFF timer valid. */
172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
177 struct { evTimer *this; } timer; member in union:evEvent_p::__anon467
  /external/kernel-headers/original/linux/
time.h 189 * defining a timer setting:
196 struct timespec it_interval; /* timer period */
197 struct timespec it_value; /* timer expiration */
201 struct timeval it_interval; /* timer interval */
wanrouter.h 122 unsigned t1; /* HDLC timer T1, sec (1..30) */
123 unsigned t2; /* HDLC timer T2, sec (0..29) */
124 unsigned t4; /* HDLC supervisory frame timer = T4 * T1 */
148 unsigned t391; /* link integrity verification timer */
149 unsigned t392; /* polling verification timer */
162 unsigned restart_tmr; /* restart timer */
163 unsigned auth_rsrt_tmr; /* authentication timer */
164 unsigned auth_wait_tmr; /* authentication timer */
165 unsigned mdm_fail_tmr; /* modem failure timer */
166 unsigned dtr_drop_tmr; /* DTR drop timer */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_vbltimer_s.h 25 * TOS/MiNT timer driver
  /external/qemu/
usb-dummy-android.c 26 #include "qemu-timer.h"
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
callback-exception.js 19 // Yield to allow for the error callback to be invoked. The timer
  /external/webkit/WebCore/manual-tests/
animate-none.html 173 This rectangle starts with an animation. After 2 seconds a timer
179 This rectangle starts with an animation. After 2 seconds a timer
185 This rectangle starts with an animation. After 2 seconds a timer
201 This rectangle starts with two animations. After 2 seconds a timer
  /external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.cpp 114 // remove the pending timer
155 void GeolocationServiceAndroid::timerFired(Timer<GeolocationServiceAndroid>* timer)
157 ASSERT(&m_timer == timer);
  /external/webkit/WebCore/rendering/
RenderButton.cpp 95 m_timer.set(new Timer<RenderButton>(this, &RenderButton::timerFired));
186 void RenderButton::timerFired(Timer<RenderButton>*)
188 // FIXME Bug 25110: Ideally we would stop our timer when our Document
190 // when that happens, so we'll just ignore the timer firing as long as
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.h 66 QTimer *timer; member in class:WpaGui
  /hardware/ril/libril/
ril_event.h 44 // Add timer event
  /packages/apps/Phone/src/com/android/phone/
CallTime.java 62 * Sets the call timer to "active call" mode, where the timer will
67 * periodicUpdateTimer() to get the timer started.
109 if (DBG) log("periodicUpdateTimer: timer already running, bail");
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/
healthMonitor.h 76 TI_HANDLE hHealtheCheckTimer; /**< periodic health check timer handle */
78 TI_HANDLE hFailTimer; /**< failure event timer */
92 UINT32 keepAliveIntervals; /**< number of health monitor timer intervals at which keep alive should be sent */
93 UINT32 currentKeepAliveCounter;/**< counting how many timer intervals had passed w/o a keep alive */
healthMonitor.c 125 /* Create periodic health check timer */
133 /* Create recovery request timer */
201 * Set the keep-alive Interval, which is used to signal at how many timer intervals
247 /* Release the timer */
253 /* Release the timer */
351 DESCRIPTION: every T s ( 5sec ) will be called by TX Power Adjust timer
454 * NOTE: start timer with minimum expiry for recovery will start
  /external/openssl/ssl/
d1_lib.c 262 /* If timer is not set, initialize duration with 1 second */
289 /* If timer already expired, set remaining time to 0 */
298 /* Calculate time left until timer expires */
315 /* Get time left until timeout, return false if no timer running */
321 /* Return false if timer is not expired yet */
327 /* Timer expired, so return true */
351 /* if no timer is expired, don't do anything */
  /external/webkit/WebCore/html/
HTMLTokenizer.h 32 #include "Timer.h"
203 void timerFired(Timer<HTMLTokenizer>*);
210 void executeExternalScriptsTimerFired(Timer<HTMLTokenizer>*);
406 // The timer for continued processing.
407 Timer<HTMLTokenizer> m_timer;
409 // The timer for continued executing external scripts.
410 Timer<HTMLTokenizer> m_externalScriptsTimer;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrv.h 120 * called when the scan command has been Timer Expiry
130 /**< Indicates whether each request timer is running */
131 TI_HANDLE hStartStopTimer; /**< Timer for start / stop commands guard */
134 * timer is running
246 * \brief Handles an AP discovery timer expiry, by setting necessary values in the
258 * \brief Handles a channel load timer expiry, by requesting channel load
270 * \brief Handles a nois histogram timer expiry, by requesting noise histogram
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h 163 ProcessCallBack() is called when the timer expires.
170 * @param callBackID Callback ID of the timer that has expired
172 * @param aTimerAccuracy Accuracy of timer. Value is from enum PVTimeComparisonUtils::MediaTimeStatus
174 * @param aContextData Context data passed while setting the timer
175 * @param aStatus Status of timer. Value can be PVMFSuccess, PVMFErrCallbackClockStopped
453 ** Synopsis: Set a callback timer specifying an absolute time in clock for timer expiry.
467 ** @param [callBackID] -- ID used to identify the timer for cancellation
488 ** Synopsis: Set a callback timer specifying a delta time from current time for timer expiry
    [all...]
  /external/tcpdump/
sctpConstants.h 241 /* Here we define the timer types used
243 * arguments in the set/get timer type calls.
251 /* number of timer types in the base SCTP
262 /* timer types */
275 /* Here are the timer directives given to the
281 /* running flag states in timer structure */
317 /* init timer def = 3sec */
321 /* send timer def = 3 seconds */
325 /* recv timer def = 200ms (in nsec) */
339 #define SCTP_RTO_UPPER_BOUND_SEC 60 /* for the init timer */
    [all...]
  /cts/tools/host/src/com/android/cts/
Test.java 264 * The timer task which aids in guarding the running test
265 * with the guarding timer. If the executing of the test
266 * is not finished, and the guarding timer is expired,
360 //not caused by timer timing out
361 //need to cancel timer

Completed in 288 milliseconds

1 2 3 4 5 6 7 8 91011>>