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

<<11121314151617181920>>

  /external/grub/netboot/
tlan.c 91 * TLan Driver Timer Definitions
    [all...]
  /external/iproute2/include/linux/
xfrm.h 249 XFRM_AE_ETHR=8, /* expiry timer threshold */
251 XFRM_AE_CE=32, /* Event cause is timer expiry */
  /external/iproute2/man/man8/
tc-htb.8 139 there are 100 timer events per second, the maximum rate is that rate at which 'burst' bytes are sent each timer tick.
  /external/kernel-headers/original/linux/
apm_bios.h 203 #define APM_CAP_RESUME_STANDBY_TIMER 0x0004 /* Timer resume from standby */
204 #define APM_CAP_RESUME_SUSPEND_TIMER 0x0008 /* Timer resume from suspend */
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_jb_session_duration_timer.cpp 20 * @brief Session Duration timer to Jitter Buffer
192 * once it is done processing the timer event.
pvmf_rtcp_proto_impl.cpp 310 // timer reconsideration
311 uint32 timer = CalcRtcpInterval(); local
312 PVMF_JB_LOG_RTCPDATATRAFFIC_IN((0, "%x timer %d iRTCPIntervalInMicroSeconds %d", this, timer, iRTCPIntervalInMicroSeconds));
313 if (timer > iRTCPIntervalInMicroSeconds)
315 ipRTCPTimer->setRTCPInterval(timer - iRTCPIntervalInMicroSeconds);
317 iRTCPIntervalInMicroSeconds = timer;
334 /* Reschedule the RTCP timer for the next interval */
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
clc.cpp 194 /* function outline : Event Timer T108 Timeout */
209 /* Receive Timer Sequense Number Equal Timer Sequence Number */
450 /* function outline : T108 Timer Id Get */
453 /* output data : int32 Timer Id */
461 /* Return T108 Timer Id */
467 /* function outline : T108 Timer Start */
488 /* function outline : T108 Timer Stop */
  /external/opencore/protocols/systems/tools/general/common/src/
pvmf_buffer_data_source.cpp 79 iTimer.Request(1/*timer id*/, ave_sample_sz/*timer info*/ , 1/*num ticks*/, this, 1/*recurring*/);
  /external/oprofile/libop/
op_cpu_type.c 31 { "CPU with timer interrupt", "timer", CPU_TIMER_INT, 1 },
  /external/ppp/pppd/
eap.h 83 eapPending, /* Waiting for LCP (no timer) */
85 eapListen, /* Client ready (and timer running) */
  /external/qemu/distrib/sdl-1.2.12/
Makefile.android 128 # the Timer sources
141 LOCAL_SRC_FILES += $(SRCS:%=src/timer/%)
  /external/qemu/distrib/sdl-1.2.12/src/
SDL.c 99 /* Initialize the timer subsystem */
112 SDL_SetError("SDL not built with timer support");
  /external/webkit/WebKit/win/
FullscreenVideoController.h 139 void timerFired(WebCore::Timer<FullscreenVideoController>*);
168 WebCore::Timer<FullscreenVideoController> m_timer;
  /frameworks/base/core/java/android/webkit/
CookieSyncManager.java 29 * saved in RAM. A separate thread saves the cookies between, driven by a timer.
50 * To get instant sync instead of waiting for the timer to trigger, the host can
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.c 43 #include "timer.h"
89 * \brief Finalizes the scan SRV module (releasing memory and timer)
98 /* free timer */
138 /* create the timer */
283 /* send a scan complete event. This will do all necessary clean-up (timer, power manager, notifying scan complete) */
520 does not happen afetr a stop scan (due to a timer expiry) */
562 * \brief called when a scan timer expires. Completes the scan and starts a recovery process.
566 * \param bTwdInitOccured - Indicates if TWDriver recovery occured since timer started.\n
ScanSrvSM.h 193 * \brief Handles a timer expiry event - starts a recovery process.
204 * \brief Handles a FW reset event (one that was detected outside the scan SRV) by stopping the timer.
  /hardware/ti/wlan/wl1271/Test/
TxDbg.c 214 WLAN_OS_REPORT(("353 - Start Rx throughput timer.\n"));
215 WLAN_OS_REPORT(("354 - Stop Rx throughput timer.\n"));
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
connInfra.c 53 #include "timer.h"
398 /* Start the disconnect complete time out timer.
399 Disconect Complete event, which stops the timer. */
418 /* Start the disconnect complete time out timer.
419 Disconect Complete event, which stops the timer. */
    [all...]
  /packages/apps/Phone/src/com/android/phone/
AccelerometerListener.java 95 // We will either start a new timer or cancel alltogether
100 // Set timer to send an event if the orientation has changed since its
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
PowerMgr.h 100 TI_HANDLE hRetryPsTimer; /**< Handle to the retry timer */
101 TI_HANDLE hPsPollFailureTimer; /**< Handle to ps-poll failure timer */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrvSM.h 195 * \brief Handles a timer expiry event - starts a recovery process.
206 * \brief Handles a FW reset event (one that was detected outside the scan SRV) by stopping the timer.
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
ScanSrv.c 43 #include "timer.h"
89 * \brief Finalizes the scan SRV module (releasing memory and timer)
98 /* free timer */
138 /* create the timer */
283 /* send a scan complete event. This will do all necessary clean-up (timer, power manager, notifying scan complete) */
520 does not happen afetr a stop scan (due to a timer expiry) */
562 * \brief called when a scan timer expires. Completes the scan and starts a recovery process.
566 * \param bTwdInitOccured - Indicates if TWDriver recovery occured since timer started.\n
ScanSrvSM.h 193 * \brief Handles a timer expiry event - starts a recovery process.
204 * \brief Handles a FW reset event (one that was detected outside the scan SRV) by stopping the timer.
  /system/wlan/ti/wilink_6_1/Test/
TxDbg.c 204 WLAN_OS_REPORT(("353 - Start Rx throughput timer.\n"));
205 WLAN_OS_REPORT(("354 - Stop Rx throughput timer.\n"));
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
connInfra.c 53 #include "timer.h"
394 /* Start the disconnect complete time out timer.
395 Disconect Complete event, which stops the timer. */
414 /* Start the disconnect complete time out timer.
415 Disconect Complete event, which stops the timer. */
    [all...]

Completed in 186 milliseconds

<<11121314151617181920>>