Home
last modified time | relevance | path

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

/system/vold/
Dvdc.cpp124 int retry; in main() local
148 int retry; in main() local
DCheckpoint.cpp124 Status cp_startCheckpoint(int retry) { in cp_startCheckpoint()
219 int retry = 0; in abort_metadata_file() local
243 void cp_abortChanges(const std::string& message, bool retry) { in cp_abortChanges()
720 int retry = 0; in cp_markBootAttempt() local
DVoldNativeService.cpp746 binder::Status VoldNativeService::startCheckpoint(int32_t retry) { in startCheckpoint()
814 binder::Status VoldNativeService::abortChanges(const std::string& message, bool retry) { in abortChanges()
/system/core/init/test_kill_services/
Dinit_kill_services_test.cpp42 for (size_t retry = 0; retry < kRetryTimes; retry++) { in ExpectKillingServiceRecovers() local
/system/libhidl/transport/include/hidl/
DHidlTransportSupport.h162 sp<IType> getServiceInternal(const std::string& instance, bool retry, bool getStub) { in getServiceInternal()
/system/apex/apexd/
Dapexd_checkpoint_vold.cpp106 bool retry) { in AbortChanges()
/system/core/logd/
DLogPermissions.cpp90 for (int retry = 3; !(ret = foundGid && foundUid && foundLog) && retry; in clientHasLogCredentials() local
DSimpleLogBuffer.cpp217 for (int retry = 0; retry < 3; ++retry) { in Clear() local
DSerializedLogBuffer.cpp269 for (int retry = 0; retry < 3; ++retry) { in Clear() local
Dlogd_test.cpp82 for (int retry = 32; (retry >= 0); delete[] buf, --retry) { in alloc_statistics() local
/system/core/gatekeeperd/include/gatekeeper/
DGateKeeperResponse.h48 static GateKeeperResponse retry(int32_t timeout) { in retry() function
/system/bt/profile/avrcp/
Dconnection_handler.cc159 bool retry) { in SdpLookup()
410 tSDP_DISCOVERY_DB* disc_db, bool retry, in SdpCb()
/system/update_engine/common/
Dtest_utils.h120 for (int retry = 0; retry < 5; retry++) { in ~ScopedLoopbackDeviceBinder() local
/system/core/init/
Dkeychords_test.cpp265 for (int retry = 1000; retry && !IsChord(chord); --retry) RelaxForMs(); in WaitForChord() local
306 for (int retry = 1000; retry && before == InitInputFds(); --retry) test_frame.RelaxForMs(); in TEST() local
/system/libfmq/
DEventFlag.cpp201 bool retry) { in wait()
/system/netd/server/
DNetlinkHandler.cpp54 #define LOG_EVENT_FUNC(retry, func, ...) \ argument
/system/vold/binder/android/os/
DIVold.aidl109 void startCheckpoint(int retry); in startCheckpoint()
113 void abortChanges(in @utf8InCpp String device, boolean retry); in abortChanges()
/system/core/fastboot/
Dusb_linux.cpp443 int n, retry; in Read() local
/system/core/libprocessgroup/
Dprocessgroup.cpp323 int retry = retries; in KillProcessGroup() local
/system/core/logcat/
Dlogcat.cpp1113 int retry = 32; in Run() local
/system/libhidl/transport/
DServiceManagement.cpp769 bool retry, bool getStub) { in getRawServiceInternal()
/system/core/llkd/
Dlibllkd.cpp1421 for (auto retry = 50; retry && !llkRunning; --retry) { in llkInit() local
/system/core/logcat/tests/
Dlogcat_test.cpp158 static const size_t retry = 4; in inject() local