Searched refs:retryCount (Results 1 – 10 of 10) sorted by relevance
37 int retryCount = 2; in test_cve_2016_2499() local42 for (int i = 0; i < retryCount; i++) { in test_cve_2016_2499()
305 int retryCount = 0; in decodeNFrames() local313 while (!work && (retryCount < MAXIMUM_NUMBER_OF_RETRIES)) { in decodeNFrames()320 ++retryCount; in decodeNFrames()323 if (!work && (retryCount >= MAXIMUM_NUMBER_OF_RETRIES)) { in decodeNFrames()396 retryCount = 0; in decodeNFrames()407 uint32_t retryCount = 0; in waitOnInputConsumption() local412 while ((retryCount < MAXIMUM_NUMBER_OF_RETRIES) && (queueSize < bufferCount)) { in waitOnInputConsumption()416 retryCount = 0; in waitOnInputConsumption()419 ++retryCount; in waitOnInputConsumption()
127 int retryCount = 0; in initValidClient() local162 retryCount++; in initValidClient()163 if (retryCount >= MAX_RETRY_COUNT) { in initValidClient()
112 final int retryCount = 2; in waitForMediaProjection() local120 assertTrue("Can't get the permission", count <= retryCount); in waitForMediaProjection()
86 int retryCount = 0; in init() local89 while (retryCount < MAX_RETRY) { in init()100 retryCount++; in init()
179 private KeyEvent getKeyEvent(int retryCount) { in getKeyEvent() argument180 for (int i = 0; i < retryCount; i++) { in getKeyEvent()
128 private KeyEvent getKeyEvent(int retryCount) { in getKeyEvent() argument129 for (int i = 0; i < retryCount; i++) { in getKeyEvent()
465 int retryCount = 0; in validateImage() local470 if (imgAndStreamInfo == null && retryCount < MAX_RETRY_COUNT) { in validateImage()472 retryCount++; in validateImage()
419 int retryCount = 3; in testRequestDiscoveryState() local420 while (retryCount > 0) { in testRequestDiscoveryState()432 retryCount--; in testRequestDiscoveryState()
1062 int retryCount = 0;1064 while (retryCount < MAX_UIOBJECT_RETRY_COUNT) {1072 retryCount++;1074 assertWithMessage(expectedTitle + " not found").that(retryCount).isLessThan(