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

  /hardware/ti/wlan/wl1271/utils/
timer.h 62 TTimerCbFunc fExpiryCbFunc,
timer.c 71 TTimerCbFunc fExpiryCbFunc; /* The CB-function provided by the timer user for expiration */
425 * \param fExpiryCbFunc - The timer's expiry callback function.
433 TTimerCbFunc fExpiryCbFunc,
448 pTimerInfo->fExpiryCbFunc = fExpiryCbFunc;
602 pTimerInfo->fExpiryCbFunc (pTimerInfo->hExpiryCbHndl, bTwdInitOccured);
608 pTimerInfo->fExpiryCbFunc,
660 WLAN_OS_REPORT(("tmr_PrintTimer(): uIntervalMs=%d, bPeriodic=%d, bOperStateWhenStarted=%d, uTwdInitCountWhenStarted=%d, hOsTimerObj=0x%x, fExpiryCbFunc=0x%x\n",
662 pTimerInfo->uTwdInitCountWhenStarted, pTimerInfo->hOsTimerObj, pTimerInfo->fExpiryCbFunc));
  /system/wlan/ti/wilink_6_1/utils/
timer.h 62 TTimerCbFunc fExpiryCbFunc,
timer.c 72 TTimerCbFunc fExpiryCbFunc; /* The CB-function provided by the timer user for expiration */
445 * \param fExpiryCbFunc - The timer's expiry callback function.
453 TTimerCbFunc fExpiryCbFunc,
468 pTimerInfo->fExpiryCbFunc = fExpiryCbFunc;
622 pTimerInfo->fExpiryCbFunc (pTimerInfo->hExpiryCbHndl, bTwdInitOccured);
628 pTimerInfo->fExpiryCbFunc,
680 WLAN_OS_REPORT(("tmr_PrintTimer(): uIntervalMs=%d, bPeriodic=%d, bOperStateWhenStarted=%d, uTwdInitCountWhenStarted=%d, hOsTimerObj=0x%x, fExpiryCbFunc=0x%x\n",
682 pTimerInfo->uTwdInitCountWhenStarted, pTimerInfo->hOsTimerObj, pTimerInfo->fExpiryCbFunc));

Completed in 1151 milliseconds