HomeSort by relevance Sort by last modified time
    Searched refs:uIntervalMsec (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/utils/
timer.h 64 TI_UINT32 uIntervalMsec,
timer.c 73 TI_UINT32 uIntervalMsec; /* The timer duration in Msec */
427 * \param uIntervalMsec - The timer's duration in Msec.
435 TI_UINT32 uIntervalMsec,
450 pTimerInfo->uIntervalMsec = uIntervalMsec;
456 os_timerStart(pTimerModule->hOs, pTimerInfo->hOsTimerObj, uIntervalMsec);
610 pTimerInfo->uIntervalMsec,
661 pTimerInfo->uIntervalMsec, pTimerInfo->bPeriodic, pTimerInfo->bOperStateWhenStarted,
  /system/wlan/ti/wilink_6_1/utils/
timer.h 64 TI_UINT32 uIntervalMsec,
timer.c 74 TI_UINT32 uIntervalMsec; /* The timer duration in Msec */
447 * \param uIntervalMsec - The timer's duration in Msec.
455 TI_UINT32 uIntervalMsec,
470 pTimerInfo->uIntervalMsec = uIntervalMsec;
476 os_timerStart(pTimerModule->hOs, pTimerInfo->hOsTimerObj, uIntervalMsec);
630 pTimerInfo->uIntervalMsec,
681 pTimerInfo->uIntervalMsec, pTimerInfo->bPeriodic, pTimerInfo->bOperStateWhenStarted,

Completed in 13 milliseconds