Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 18 of 18) sorted by relevance

/system/core/logd/
DLogCommand.cpp94 for (int retry = 3; in clientHasLogCredentials() local
95 !(ret = foundGid && foundUid && foundLog) && retry; in clientHasLogCredentials()
96 --retry) { in clientHasLogCredentials()
DLogBuffer.cpp843 for (int retry = 4;;) { in clear() local
844 if (retry == 1) { // last pass in clear()
873 if (!busy || !--retry) { in clear()
/system/update_engine/common/
Dtest_utils.h147 for (int retry = 0; retry < 5; retry++) { in ~ScopedLoopbackDeviceBinder() local
/system/core/fastboot/
Dusb_linux.cpp425 int n, retry; in Read() local
438 retry = 0; in Read()
443 DBG("[ usb read %d ] = %d, fname=%s, Retry %d \n", xfer, n, handle_->fname, retry); in Read()
447 if ( ++retry > MAX_RETRIES ) return -1; in Read()
/system/core/libmemtrack/
Dmemtrack.c89 retry: in memtrack_proc_get_type()
103 goto retry; in memtrack_proc_get_type()
/system/core/libprocessgroup/
Dprocessgroup.cpp297 int retry = 40; in killProcessGroup() local
301 if (retry > 0) { in killProcessGroup()
303 --retry; in killProcessGroup()
/system/connectivity/shill/test-scripts/
Dconnect-disconnect56 retry=False,
Dflimflam.py196 retry=False, retries=1, retry_sleep=15, argument
250 if not retry or retries == 0:
/system/core/logd/tests/
Dlogd_test.cpp75 for(int retry = 32; (retry >= 0); delete [] buf, --retry) { in alloc_statistics() local
/system/core/logcat/
Dlogcat.cpp1129 for (int retry = 32; in main() local
1130 (retry >= 0) && ((buf = new char [len])); in main()
1131 delete [] buf, buf = NULL, --retry) { in main()
/system/core/libusbhost/
Dusbhost.c326 retry: in usb_device_open()
336 goto retry; in usb_device_open()
/system/core/lmkd/
Dlmkd.c616 retry: in find_and_kill_process()
622 goto retry; in find_and_kill_process()
/system/core/liblog/
DREADME155 It is generally not advised for the caller to retry the -EAGAIN return
/system/connectivity/shill/doc/
Ddevice-api.txt210 performed. The caller should retry
599 to retry an outgoing packet.
Dservice-api.txt677 See the "--auth-retry" option in the OpenVPN
/system/core/adb/
Dprotocol.txt90 packet and a new random token, so that the recipient can retry signing
/system/tpm/trunks/generator/
Draw_commands_fixed.txt1869 handle and retry the command.
1900 retry the command.
Draw_commands.txt1869 handle and retry the command.
1900 retry the command.