Home
last modified time | relevance | path

Searched refs:bCurrentRetryCount (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/nfc/pn8x/halimpl/tml/
DphTmlNfc.cc35 static uint8_t bCurrentRetryCount = (2000 / PHTMLNFC_MAXTIME_RETRANSMIT) + 1; variable
253 if (0 == bCurrentRetryCount) { in phTmlNfc_ReTxTimerCb()
257 bCurrentRetryCount--; in phTmlNfc_ReTxTimerCb()
508 if ((NFCSTATUS_SUCCESS == wStatus) || (bCurrentRetryCount == 0)) { in phTmlNfc_TmlWriterThread()
532 bCurrentRetryCount = 0; in phTmlNfc_TmlWriterThread()
685 bCurrentRetryCount = gpphTmlNfc_Context->bRetryCount; in phTmlNfc_Write()
843 bCurrentRetryCount = 0; in phTmlNfc_WriteAbort()
/hardware/nxp/nfc/snxxx/halimpl/tml/
DphTmlNfc.cc36 static uint8_t bCurrentRetryCount = (2000 / PHTMLNFC_MAXTIME_RETRANSMIT) + 1; variable
291 if (0 == bCurrentRetryCount) { in phTmlNfc_ReTxTimerCb()
295 bCurrentRetryCount--; in phTmlNfc_ReTxTimerCb()
563 if ((NFCSTATUS_SUCCESS == wStatus) || (bCurrentRetryCount == 0)) { in phTmlNfc_TmlWriterThread()
595 bCurrentRetryCount = 0; in phTmlNfc_TmlWriterThread()
757 bCurrentRetryCount = gpphTmlNfc_Context->bRetryCount; in phTmlNfc_Write()
898 bCurrentRetryCount = 0; in phTmlNfc_WriteAbort()