Searched refs:retryCount (Results 1 – 6 of 6) sorted by relevance
230 unsigned long int retryCount = 0; in phPalEse_spi_write() local271 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()
277 unsigned long int retryCount = 0; in Write() local315 (retryCount < gsMaxSpiWriteRetryCnt)) { in Write()318 if (retryCount > gsMaxSpiWriteRetryCnt) { in Write()323 retryCount++; in Write()327 retryCount); in Write()
429 uint8_t retryCount = 5; in TryLockFile() local433 } while (retryCount--); in TryLockFile()
342 int retryCount = 100; in TEST_P() local348 --retryCount; in TEST_P()349 } while (vsyncPeriodNanos != expectedVsyncPeriodNanos && retryCount > 0); in TEST_P()
2509 int retryCount = 100; in TEST_P() local2517 --retryCount; in TEST_P()2518 } while (vsyncPeriodNanos != expectedVsyncPeriodNanos && retryCount > 0); in TEST_P()2797 int retryCount = 3; in TEST_P() local2805 } while (--retryCount > 0); in TEST_P()2807 if (retryCount == 0) { in TEST_P()2870 int retryCount = 3; in TEST_P() local2877 } while (--retryCount > 0); in TEST_P()2879 if (retryCount == 0) { in TEST_P()
2774 int retryCount = 0; in phNxpNciHal_set_clock() local2828 if (retryCount++ < 3) { in phNxpNciHal_set_clock()2833 retryCount); in phNxpNciHal_set_clock()