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

  /external/libnfc-nci/halimpl/pn54x/dnld/
phDnldNfc_Internal.c 232 (pDlCtxt->TimerInfo.wTimerExpStatus) = 0;
289 (pDlCtxt->TimerInfo.wTimerExpStatus) = NFCSTATUS_RF_TIMEOUT;
305 if(NFCSTATUS_RF_TIMEOUT != (pDlCtxt->TimerInfo.wTimerExpStatus))
314 wStatus = (pDlCtxt->TimerInfo.wTimerExpStatus);
320 (pDlCtxt->TimerInfo.wTimerExpStatus) = 0;
340 (pDlCtxt->TimerInfo.wTimerExpStatus) = 0;
404 (pDlCtxt->TimerInfo.wTimerExpStatus) = 0;
470 (pDlCtxt->TimerInfo.wTimerExpStatus) = NFCSTATUS_RF_TIMEOUT;
486 if(NFCSTATUS_RF_TIMEOUT != (pDlCtxt->TimerInfo.wTimerExpStatus))
508 wStatus = (pDlCtxt->TimerInfo.wTimerExpStatus);
    [all...]
phDnldNfc_Internal.h 130 NFCSTATUS wTimerExpStatus; /* Holds the status code on timer expiry */

Completed in 86 milliseconds