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

  /hardware/ti/wlan/wl1271/utils/
timer.c 564 TI_BOOL bTwdInitOccured; /* Indicates if TWD init occured since timer start */
599 bTwdInitOccured = (pTimerModule->uTwdInitCount != pTimerInfo->uTwdInitCountWhenStarted);
602 pTimerInfo->fExpiryCbFunc (pTimerInfo->hExpiryCbHndl, bTwdInitOccured);
  /system/wlan/ti/wilink_6_1/utils/
timer.c 584 TI_BOOL bTwdInitOccured; /* Indicates if TWD init occured since timer start */
619 bTwdInitOccured = (pTimerModule->uTwdInitCount != pTimerInfo->uTwdInitCountWhenStarted);
622 pTimerInfo->fExpiryCbFunc (pTimerInfo->hExpiryCbHndl, bTwdInitOccured);

Completed in 41 milliseconds