Home
last modified time | relevance | path

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

/system/vold/
Dvdc.cpp181 int retry; in main() local
205 int retry; in main() local
DCheckpoint.cpp133 Status cp_startCheckpoint(int retry) { in cp_startCheckpoint()
231 int retry = 0; in abort_metadata_file() local
255 void cp_abortChanges(const std::string& message, bool retry) { in cp_abortChanges()
777 int retry = 0; in cp_markBootAttempt() local
DVoldNativeService.cpp697 binder::Status VoldNativeService::startCheckpoint(int32_t retry) { in startCheckpoint()
765 binder::Status VoldNativeService::abortChanges(const std::string& message, bool retry) { in abortChanges()
/system/libhidl/transport/include/hidl/
DHidlTransportSupport.h162 sp<IType> getServiceInternal(const std::string& instance, bool retry, bool getStub) { in getServiceInternal()
/system/core/init/test_kill_services/
Dinit_kill_services_test.cpp60 for (size_t retry = 0; retry < kRetryTimes; retry++) { in ExpectKillingServiceRecovers() local
/system/apex/apexd/
Dapexd_checkpoint_vold.cpp105 bool retry) { in AbortChanges()
Dapexd_test.cpp126 Result<void> AbortChanges(const std::string& msg, bool retry) override { in AbortChanges()
/system/core/gatekeeperd/include/gatekeeper/
DGateKeeperResponse.h48 static GateKeeperResponse retry(int32_t timeout) { in retry() function
/system/update_engine/common/
Dtest_utils.h115 for (int retry = 0; retry < 5; retry++) { in ~ScopedLoopbackDeviceBinder() local
/system/logging/logd/
DLogPermissions.cpp81 for (int retry = 3; !(ret = foundGid && foundUid && foundGroup) && retry; --retry) { in checkSupplementaryGroup() local
DSimpleLogBuffer.cpp183 for (int retry = 0; retry < 3; ++retry) { in Clear() 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.cpp165 bool retry) { in wait()
/system/server_configurable_flags/aconfigd/
Daconfigd_socket_test.cpp49 for (int retry = 0; retry < 5; retry++) { in connect_aconfigd_socket() local
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dmerge_worker.cpp503 bool retry = false; in Merge() local
Dsnapuserd_readahead.cpp660 bool retry = false; in ReadAheadIOStart() local
/system/netd/server/
DNetlinkHandler.cpp54 #define NOTIFY_AND_LOG(retry, func, ...) \ argument
/system/vold/binder/android/os/
DIVold.aidl108 void startCheckpoint(int retry); in startCheckpoint()
112 void abortChanges(in @utf8InCpp String device, boolean retry); in abortChanges()
/system/core/fastboot/
Dusb_linux.cpp514 int n, retry; in Read() local
/system/logging/logcat/
Dlogcat.cpp1115 int retry = 32; in Run() local
/system/libhidl/transport/
DServiceManagement.cpp899 bool retry, bool getStub) { in getRawServiceInternal()
/system/core/llkd/
Dlibllkd.cpp1421 for (auto retry = 50; retry && !llkRunning; --retry) { in llkInit() local
/system/logging/logcat/tests/
Dlogcat_test.cpp160 static const size_t retry = 4; in inject() local
/system/netd/tests/
Dbinder_test.cpp5564 for (int retry = 0; retry < 10; retry++) { in retry_bind() local