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

  /hardware/ti/wlan/wl1271/utils/
timer.c 62 TI_UINT32 uTimersCount; /* Number of created timers */
134 if (pTimerModule->uTimersCount)
238 pTimerModule->uTimersCount = 0;
367 pTimerModule->uTimersCount++; /* count created timers */
404 pTimerModule->uTimersCount--; /* update created timers number */
642 WLAN_OS_REPORT(("tmr_PrintModule(): uContextId=%d, bOperState=%d, uTwdInitCount=%d, uTimersCount=%d\n",
644 pTimerModule->uTwdInitCount, pTimerModule->uTimersCount));
  /system/wlan/ti/wilink_6_1/utils/
timer.c 63 TI_UINT32 uTimersCount; /* Number of created timers */
135 if (pTimerModule->uTimersCount)
249 pTimerModule->uTimersCount = 0;
387 pTimerModule->uTimersCount++; /* count created timers */
424 pTimerModule->uTimersCount--; /* update created timers number */
662 WLAN_OS_REPORT(("tmr_PrintModule(): uContextId=%d, bOperState=%d, uTwdInitCount=%d, uTimersCount=%d\n",
664 pTimerModule->uTwdInitCount, pTimerModule->uTimersCount));

Completed in 10 milliseconds