Home
last modified time | relevance | path

Searched refs:retryCount (Results 1 – 6 of 6) 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.cpp277 unsigned long int retryCount = 0; in Write() local
315 (retryCount < gsMaxSpiWriteRetryCnt)) { in Write()
318 if (retryCount > gsMaxSpiWriteRetryCnt) { in Write()
323 retryCount++; in Write()
327 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.cpp342 int retryCount = 100; in TEST_P() local
348 --retryCount; in TEST_P()
349 } while (vsyncPeriodNanos != expectedVsyncPeriodNanos && retryCount > 0); in TEST_P()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp2509 int retryCount = 100; in TEST_P() local
2517 --retryCount; in TEST_P()
2518 } while (vsyncPeriodNanos != expectedVsyncPeriodNanos && retryCount > 0); in TEST_P()
2797 int retryCount = 3; in TEST_P() local
2805 } while (--retryCount > 0); in TEST_P()
2807 if (retryCount == 0) { in TEST_P()
2870 int retryCount = 3; in TEST_P() local
2877 } while (--retryCount > 0); in TEST_P()
2879 if (retryCount == 0) { in TEST_P()
/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal.cc2774 int retryCount = 0; in phNxpNciHal_set_clock() local
2828 if (retryCount++ < 3) { in phNxpNciHal_set_clock()
2833 retryCount); in phNxpNciHal_set_clock()