Searched refs:maxRetryCount (Results 1 – 4 of 4) sorted by relevance
242 unsigned int maxRetryCount = 0, retryDelay = 0; in phPalEse_spi_write() local260 maxRetryCount = (configNum2 > 0) in phPalEse_spi_write()266 maxRetryCount = MAX_SPI_WRITE_RETRY_COUNT_HW_ERR; in phPalEse_spi_write()271 if (retryCount < maxRetryCount) { in phPalEse_spi_write()
1339 long maxRetryCount = 0; in createCar() local1341 maxRetryCount = waitTimeoutMs / CAR_SERVICE_BINDER_POLLING_INTERVAL_MS; in createCar()1343 if (maxRetryCount == 0) { in createCar()1344 maxRetryCount = 1; in createCar()1377 } else if (waitTimeoutMs >= 0 && retryCount > maxRetryCount) { in createCar()
995 int maxRetryCount = 10; in testRetryNetworkSuggestedRetryTooManyTimes() local999 maxRetryCount); in testRetryNetworkSuggestedRetryTooManyTimes()1020 for (int i = 0; i < maxRetryCount; i++) { in testRetryNetworkSuggestedRetryTooManyTimes()
1080 int maxRetryCount = 3; in testSendRetryImsGsmSms() local1082 for (int i = 0; i <= maxRetryCount; i++) { in testSendRetryImsGsmSms()1115 int maxRetryCount = 3; in testSendRetryImsCdmaSms() local1118 for (int i = 0; i <= maxRetryCount; i++) { in testSendRetryImsCdmaSms()