Searched refs:retries (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/
H A Dlibcurl_http_fetcher.h84 void set_no_network_max_retries(int retries) { argument
85 no_network_max_retries_ = retries;
/system/core/libprocessgroup/
H A Dprocessgroup.cpp228 static int KillProcessGroup(uid_t uid, int initialPid, int signal, int retries) { argument
231 int retry = retries;
253 // In the retries == 0 case, we only kill the processes once and therefore
259 if (retries > 0) {
265 if (retries > 0) {
275 return KillProcessGroup(uid, initialPid, signal, 40 /*retries*/);
279 return KillProcessGroup(uid, initialPid, signal, 0 /*retries*/);
/system/media/audio_utils/
H A Dfifo.cpp204 int retries = kRetries; local
253 if (retries-- > 0) {
518 int retries = kRetries; local
554 if (retries-- > 0) {
/system/vold/
H A DEncryptInplace.cpp264 int retries = RETRY_MOUNT_ATTEMPTS; local
287 if (--retries) {
H A Dcryptfs.cpp1459 /* If allowed, be increasingly aggressive before the last two retries */
1609 int retries = RETRY_MOUNT_ATTEMPTS; local
1626 retries > RETRY_MOUNT_ATTEMPT/2 ? 1 : 2 ) */
1629 if (--retries) {

Completed in 5453 milliseconds