Home
last modified time | relevance | path

Searched refs:retryCount (Results 1 – 5 of 5) sorted by relevance

/hardware/nxp/secure_element/pn8x/libese-spi/p73/pal/spi/
DphNxpEsePal_spi.cpp230 unsigned long int retryCount = 0; in phPalEse_spi_write() local
271 if (retryCount < maxRetryCount) { in phPalEse_spi_write()
272 retryCount++; in phPalEse_spi_write()
275 ALOGE("_spi_write() failed. Going to retry, counter:%ld !", retryCount); in phPalEse_spi_write()
/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/spi/
DEseSpiTransport.cpp283 unsigned long int retryCount = 0; in Write() local
321 (retryCount < gsMaxSpiWriteRetryCnt)) { in Write()
324 if (retryCount > gsMaxSpiWriteRetryCnt) { in Write()
329 retryCount++; in Write()
332 ALOGE("_spi_write() failed. Going to retry, counter:%ld !", retryCount); in Write()
/hardware/nxp/nfc/pn8x/halimpl/utils/
DNfccPowerTracker.cpp429 uint8_t retryCount = 5; in TryLockFile() local
433 } while (retryCount--); in TryLockFile()
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp346 int retryCount = 100; in TEST_P() local
352 --retryCount; in TEST_P()
353 } while (vsyncPeriodNanos != expectedVsyncPeriodNanos && retryCount > 0); in TEST_P()
/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal.cc2701 int retryCount = 0; in phNxpNciHal_set_clock() local
2755 if (retryCount++ < 3) { in phNxpNciHal_set_clock()
2760 retryCount); in phNxpNciHal_set_clock()