Home
last modified time | relevance | path

Searched defs:retry (Results 1 – 19 of 19) sorted by relevance

/system/vold/
Dvdc.cpp121 int retry; in main() local
145 int retry; in main() local
DCheckpoint.cpp114 Status cp_startCheckpoint(int retry) { in cp_startCheckpoint()
194 int retry = 0; in abort_metadata_file() local
218 void cp_abortChanges(const std::string& message, bool retry) { in cp_abortChanges()
693 int retry = 0; in cp_markBootAttempt() local
DVoldNativeService.cpp821 binder::Status VoldNativeService::startCheckpoint(int32_t retry) { in startCheckpoint()
881 binder::Status VoldNativeService::abortChanges(const std::string& message, bool retry) { in abortChanges()
/system/libhidl/transport/include/hidl/
DHidlTransportSupport.h149 sp<IType> getServiceInternal(const std::string& instance, bool retry, bool getStub) { in getServiceInternal()
/system/apex/apexd/
Dapexd_checkpoint_vold.cpp105 bool retry) { in AbortChanges()
/system/core/logd/
DLogCommand.cpp94 for (int retry = 3; !(ret = foundGid && foundUid && foundLog) && retry; in clientHasLogCredentials() local
DLogBuffer.cpp1034 for (int retry = 4;;) { in clear() local
/system/update_engine/common/
Dtest_utils.h120 for (int retry = 0; retry < 5; retry++) { in ~ScopedLoopbackDeviceBinder() local
/system/core/init/
Dkeychords_test.cpp262 for (int retry = 1000; retry && !IsChord(chord); --retry) RelaxForMs(); in WaitForChord() local
303 for (int retry = 1000; retry && before == InitInputFds(); --retry) test_frame.RelaxForMs(); in TEST() local
/system/libfmq/
DEventFlag.cpp201 bool retry) { in wait()
/system/vold/binder/android/os/
DIVold.aidl107 void startCheckpoint(int retry); in startCheckpoint()
110 void abortChanges(in @utf8InCpp String device, boolean retry); in abortChanges()
/system/netd/server/
DNetlinkHandler.cpp54 #define LOG_EVENT_FUNC(retry, func, ...) \ argument
/system/core/fastboot/
Dusb_linux.cpp434 int n, retry; in Read() local
/system/core/libprocessgroup/
Dprocessgroup.cpp347 int retry = retries; in KillProcessGroup() local
/system/core/logd/tests/
Dlogd_test.cpp81 for (int retry = 32; (retry >= 0); delete[] buf, --retry) { in alloc_statistics() local
/system/libhidl/transport/
DServiceManagement.cpp728 bool retry, bool getStub) { in getRawServiceInternal()
/system/core/logcat/
Dlogcat.cpp1533 for (int retry = 32; (retry >= 0) && ((buf = new char[len])); in __logcat() local
/system/core/llkd/
Dlibllkd.cpp1394 for (auto retry = 50; retry && !llkRunning; --retry) { in llkInit() local
/system/core/logcat/tests/
Dlogcat_test.cpp155 static const size_t retry = 4; in inject() local