/external/webkit/WebCore/platform/ |
Scrollbar.h | 30 #include "Timer.h" 136 void autoscrollTimerFired(Timer<Scrollbar>*); 165 Timer<Scrollbar> m_scrollTimer;
|
/external/webkit/WebCore/platform/network/ |
ResourceHandle.h | 93 template <typename T> class Timer; 165 void fileLoadTimer(Timer<ResourceHandle>*); 199 void fireFailure(Timer<ResourceHandle>*);
|
ResourceHandleInternal.h | 32 #include "Timer.h" 173 Timer<ResourceHandle> m_fileLoadTimer; 224 Timer<ResourceHandle> m_failureTimer;
|
/external/webkit/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.h | 32 #include "Timer.h" 169 void syncTimerFired(Timer<ChromeClientAndroid>*); 179 Timer<ChromeClientAndroid> m_syncTimer;
|
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/ |
AccessibilityTestService.java | 26 import java.util.Timer; 61 private Timer mTimer = new Timer();
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txCtrl.h | 108 TI_HANDLE hCreditTimer; /* The medium-usage credit timer handle */ 145 TI_BOOL bCreditCalcTimerEnabled; /* credit timer is enabled from registry */ 146 TI_BOOL bCreditCalcTimerRunning; /* credit calculation timer is running */
|
TrafficMonitor.c | 46 #include "timer.h" 50 /* Percentage of max down events test interval to use in our "traffic down" timer */ 139 /* Create the base threshold timer that will serve all the down thresholds*/ 191 /*starts the bandwidth TIMER*/ 192 if(!TrafficMonitor->Active) /*To prevent double call to timer start*/ 200 /* go over all the Down elements and reload the timer*/ 230 if (pTrafficMonitor->Active) /*To prevent double call to timer stop*/ [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgr.h | 91 TI_HANDLE hTimer; /**< Handle to the Timer module object */ 92 TI_HANDLE hRetryPsTimer; /**< Handle to the retry timer */ 93 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/ |
ScanSrv.c | 76 /* create the timer */ 77 pScanSRV->timer = os_timerCreate( hOS, MacServices_scanSRV_scanTimerExpired, pScanSRV ); 78 if ( NULL == pScanSRV->timer ) 80 WLAN_OS_REPORT( ("ERROR: Failed to create timer for scan SRV module") ); 95 * \brief Finalizes the scan SRV module (releasing memory and timer) 104 /* free timer */ 105 os_timerStop( pScanSRV->hOS, pScanSRV->timer ); 106 os_timerDestroy( pScanSRV->hOS, pScanSRV->timer ); 165 os_timerStop( pScanSRV->hOS, pScanSRV->timer ); 267 /* send a scan complete event. This will do all necessary clean-up (timer, power manager, notifying scan complete) * [all...] |
ScanSrv.h | 107 * called when the scan command has been Timer Expiry 144 TI_HANDLE timer; /**< scan operation timer */ member in struct:__anon13490 145 BOOLEAN bTimerRunning; /**< whether the above timer is running */ 215 * \brief Finalizes the scan SRV module (releasing memory and timer)
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/ |
TrafficMonitor.h | 50 /* time interval to load for the down limit alert Timer * 96 /*to use in our "traffic down" timer */ 97 BOOL DownTimerEnabled; /* Indicates whether the "down traffic" timer is active or not */
|
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
txCtrl.h | 107 TI_HANDLE hCreditTimer; /* The medium-usage credit timer handle */ 143 TI_BOOL bCreditCalcTimerEnabled; /* credit timer is enabled from registry */ 144 TI_BOOL bCreditCalcTimerRunning; /* credit calculation timer is running */
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
PowerMgr.h | 91 TI_HANDLE hTimer; /**< Handle to the Timer module object */ 92 TI_HANDLE hRetryPsTimer; /**< Handle to the retry timer */ 93 TI_HANDLE hPsPollFailureTimer; /**< Handle to ps-poll failure timer */
|
/hardware/ti/wlan/wl1271/TWD/Data_Service/ |
RxQueue.c | 47 #include "timer.h" 93 TI_BOOL bPacketMiss; /* True - Wait for missing packets start timer 105 TI_HANDLE hTimer; /* Timer Handle */ 478 /* Stop timer in case that the expected SN received and timer was running */ 481 /* If we wait for 2 consecutive packets we should not stop the timer - This is why we are checking after the while loop, if we have 482 more packets stored, and if we have, we start the timer again. 533 /* If there are still packets stored in the queue - start timer */ 582 /* Start Timer [only if timer is not already started - according to bPacketMiss] * [all...] |
/bionic/libc/netbsd/isc/ |
ev_streams.c | 129 evTimeRW(evContext opaqueCtx, evStreamID id, evTimerID timer) /*ARGSUSED*/ { 134 str->timer = timer; 273 evTouchIdleTimer(opaqueCtx, str->timer); 296 evTouchIdleTimer(opaqueCtx, str->timer);
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_scheduler_ao.cpp | 170 //caller will activate the timer. For 357 //Just put this AO in the scheduler timer queue-- the scheduler 376 // If delay is 0, make ready and complete pend immediately, to avoid going through the timer queue 431 //default request canceler for timer objects. 439 //default error handler for timer objects.
|
oscl_scheduler_ao.h | 46 * OsclActiveObject defines an execution object without any timer. 202 * OsclTimerObject defines an exec object with a timer. 238 * OSCL_REQUEST_STATUS_PENDING, and starts a timer. 239 * When the timer expires, the request will complete with 302 * the timer. If any additional action is needed,
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
esta_drv.h | 202 /* Timer structure */ 205 /* Timer handler function ->p1 */ 206 /* Timer handler function parameter ->p2 */ 209 struct timer_list timer; member in struct:timer_obj 265 struct timer_list poll_timer; /* Polling timer. Used only when working without interrupts */
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/ |
rtd.cpp | 68 /* Start timer for waiting response */ 87 /* Stop timer for waiting response */ 97 /* Start timer for waiting response */ 141 /* Stop timer for waiting response */ 157 /* input data : Timer sequence numeber */ 167 if (Param == TmrSqcNumberRead()) /* check timer-sequence number */ 358 /* function outline : T105 Timer Start */ 370 /* Increment timer-sequence number */ 372 /* Start timer (T105) */ 380 /* function outline : T105 Timer Stop * [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | 83 // A set of pools of currently active timers. When a timer is queried, we will divide the 84 // elapsed time by the number of active timers to arrive at that timer's share of the time. 85 // In order to do this, we must refresh each timer whenever the number of active timers 345 public static abstract class Timer extends BatteryStats.Timer implements Unpluggable { 390 Timer(int type, ArrayList<Unpluggable> unpluggables, Parcel in) { 404 Timer(int type, ArrayList<Unpluggable> unpluggables) { 454 * Writes a possibly null Timer to a Parcel. 457 * @param timer a Timer, or null [all...] |
/packages/apps/Settings/src/com/android/settings/battery_history/ |
BatteryHistory.java | 40 import android.os.BatteryStats.Timer; 607 Timer timer = se.getSensorTime(); local 608 if (timer != null) { 610 long totalTime = (timer.getTotalTimeLocked(uSecNow, mWhich) + 500) / 1000; 611 int count = timer.getCountLocked(mWhich); 655 Timer timer = wl.getWakeTime(BatteryStats.WAKE_TYPE_PARTIAL); local 656 if (timer != null) { 658 time += (timer.getTotalTimeLocked(uSecNow, mWhich) + 500) / 1000 [all...] |
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 51 import java.util.Timer; 78 // Timer thread -> UI thread 105 // The timer for timeupate events. 107 private static Timer mTimer; 119 // The spec says the timer should fire every 250 ms or less. 193 mTimer = new Timer(); 270 // Handler for the messages from WebCore or Timer thread to the UI thread.
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
CmdMBox.c | 44 #include "timer.h" 116 /* free timer */ 135 * \param hTimer - Handle to os timer 163 /* allocate OS timer memory */ 243 /* start the CmdMbox timer */ 273 /* stop the CmdMbox timer */ 418 /* Stop the timeout timer if running and reset the state */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/ELP_Controller/ |
ElpCtrl.c | 48 /* #include <linux/timer.h> */ 50 /* Healthy timer timeout in milliseconds */ 81 * called when the scan command has been timer expiry */ 108 /* WLAN_OS_REPORT (("elpCtrl_TimerTimeout - ELP timeout timer expired! %lu\n", jiffies)); */ 109 WLAN_OS_REPORT (("elpCtrl_TimerTimeout - ELP timeout timer expired!\n")); 143 /* Create timer */ 147 WLAN_OS_REPORT (("%s: Error in creating timer\n", __FUNCTION__));
|
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/ |
CmdMBox.c | 44 #include "timer.h" 116 /* free timer */ 135 * \param hTimer - Handle to os timer 164 /* allocate OS timer memory */ 244 /* start the CmdMbox timer */ 274 /* stop the CmdMbox timer */ 417 /* Stop the timeout timer if running and reset the state */
|