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

1 2 3 4 5 6 7 891011>>

  /system/wlan/ti/wilink_6_1/TWD/MacServices/
ScanSrvSM.c 44 #include "timer.h"
264 /* stop timer */
331 /* start the timer */
359 /* send a scan complete event. This will do all necessary clean-up (timer, power manager, notifying scan complete) */
424 * \brief Handles a timer expiry event - starts a recovery process.
446 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_ERROR, ": Timer expired. Starting recovery process.\n");
453 /* mark that the timer is no longer running */
461 TRACE2( pScanSRV->hReport, REPORT_SEVERITY_ERROR, ": Timer expired. consecutive failures:%d, threshold:%d, still not calling recovery.\n", pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents, pScanSRV->numberOfNoScanCompleteToRecovery);
508 * \brief Handles a FW reset event (one that was detected outside the scan SRV) by stopping the timer.
523 /* if timer is running - stop it *
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.h 49 /* time interval to load for the down limit alert Timer *
96 /*to use in our "traffic down" timer */
97 TI_BOOL DownTimerEnabled; /* Indicates whether the "down traffic" timer is active or not */
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
h245pri.h 52 ErrCode_Msd_A = 0, /* ( 0) no response from remote MSDSE ( Local Timer T106 Expiry ) */
53 ErrCode_Msd_B , /* ( 1) remote sees no response from local MSDSE ( Remort Timer T106 Expiry ) */
64 ErrCode_Lc_D , /* ( 9) no response from Peer LCSE / B-LCSE ( Timer T103 Expiry ) */
71 ErrCode_Blc_D , /* ( 9) no response from Peer LCSE / B-LCSE ( Timer T103 Expiry ) */
76 ErrCode_Blc_F , /* (11) no response from Peer B-LCSE ( Timer T103 Expiry ) */
81 ErrCode_Ml_B /* (13) no response from Peer MLSE ( Timer T102 Expiry ) */
  /frameworks/base/core/java/android/widget/
Chronometer.java 35 * Class that implements a simple timer.
40 * timer value in the form "MM:SS" or "H:MM:SS", or you can use {@link #setFormat}
41 * to format the timer value into an arbitrary string.
114 * Set the time that the count-up timer is in reference to.
134 * this string, with the first "%s" replaced by the current timer value in
138 * Chronometer will simply display the timer value in "MM:SS" or "H:MM:SS"
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.h 164 TI_HANDLE pVadTimer; /* VAD timer handle */
219 /* timer throughput per tx queue */
222 /* timer air throughput per tx queue */
225 /* jitter periodic timer flag */
228 /* credit calculation timer is enabled from registry */
230 /* credit calculation timer is running */
  /bionic/libc/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(VTALRM,26,"Virtual timer expired")
64 __BIONIC_SIGDEF(PROF,27,"Profiling timer expired")
  /bionic/libc/kernel/common/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
  /external/bluetooth/bluez/src/
main.conf 17 # 0 = disable timer, i.e. stay discoverable forever
22 # 0 = disable timer, i.e. stay pairable forever
  /external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_systimer.c 27 * TOS/MiNT timer driver
138 SDL_SetError("Internal logic error: MiNT uses vbl timer");
  /external/qemu/slirp/
tcp_timer.c 41 static struct tcpcb *tcp_timers(register struct tcpcb *tp, int timer);
128 * TCP timer processing.
131 tcp_timers(register struct tcpcb *tp, int timer)
137 switch (timer) {
154 * Retransmission timer went off. Message has not
219 * If timing a segment in this window, stop the timer.
258 * Persistence timer into zero window.
270 * Keep-alive timer went off; send something
  /external/qemu/slirp-android/
tcp_timer.c 41 static struct tcpcb *tcp_timers(register struct tcpcb *tp, int timer);
128 * TCP timer processing.
131 tcp_timers(register struct tcpcb *tp, int timer)
137 switch (timer) {
154 * Retransmission timer went off. Message has not
219 * If timing a segment in this window, stop the timer.
258 * Persistence timer into zero window.
270 * Keep-alive timer went off; send something
  /external/quake/quake/src/WinQuake/
main.cpp 29 // Timer utilities
49 // Note: Timer acually has less than microsecond resolution, so track time in microseconds:
  /external/stlport/test/unit/cppunit/
cppunit_timer.h 24 class Timer {
26 Timer() {
  /external/webkit/WebCore/platform/
SharedTimer.h 33 // Each thread has its own single instance of shared timer, which implements this interface.
35 // Not intended to be used directly; use the Timer class instead.
  /hardware/ti/omap3/dspbridge/libbridge/
perfutils.c 2 * dspbridge/src/api/linux/Timer.c
20 * ======== Timer.c ========
  /ndk/build/platforms/android-3/arch-arm/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-3/arch-arm/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /ndk/build/platforms/android-4/arch-arm/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-4/arch-arm/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /ndk/build/platforms/android-5/arch-arm/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-5/arch-arm/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /ndk/build/platforms/android-5/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-5/arch-x86/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")
  /ndk/build/platforms/android-8/arch-arm/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-arm/usr/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(SIGVTALRM,26,"Virtual timer expired")
59 __BIONIC_SIGDEF(SIGPROF,27,"Profiling timer expired")

Completed in 177 milliseconds

1 2 3 4 5 6 7 891011>>