/system/vold/ |
D | vdc.cpp | 181 int retry; in main() local 205 int retry; in main() local
|
D | Checkpoint.cpp | 133 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
|
D | VoldNativeService.cpp | 697 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/ |
D | HidlTransportSupport.h | 162 sp<IType> getServiceInternal(const std::string& instance, bool retry, bool getStub) { in getServiceInternal()
|
/system/core/init/test_kill_services/ |
D | init_kill_services_test.cpp | 60 for (size_t retry = 0; retry < kRetryTimes; retry++) { in ExpectKillingServiceRecovers() local
|
/system/apex/apexd/ |
D | apexd_checkpoint_vold.cpp | 105 bool retry) { in AbortChanges()
|
D | apexd_test.cpp | 126 Result<void> AbortChanges(const std::string& msg, bool retry) override { in AbortChanges()
|
/system/core/gatekeeperd/include/gatekeeper/ |
D | GateKeeperResponse.h | 48 static GateKeeperResponse retry(int32_t timeout) { in retry() function
|
/system/update_engine/common/ |
D | test_utils.h | 115 for (int retry = 0; retry < 5; retry++) { in ~ScopedLoopbackDeviceBinder() local
|
/system/logging/logd/ |
D | LogPermissions.cpp | 81 for (int retry = 3; !(ret = foundGid && foundUid && foundGroup) && retry; --retry) { in checkSupplementaryGroup() local
|
D | SimpleLogBuffer.cpp | 183 for (int retry = 0; retry < 3; ++retry) { in Clear() local
|
/system/core/init/ |
D | keychords_test.cpp | 262 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/ |
D | EventFlag.cpp | 165 bool retry) { in wait()
|
/system/server_configurable_flags/aconfigd/ |
D | aconfigd_socket_test.cpp | 49 for (int retry = 0; retry < 5; retry++) { in connect_aconfigd_socket() local
|
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
D | merge_worker.cpp | 503 bool retry = false; in Merge() local
|
D | snapuserd_readahead.cpp | 660 bool retry = false; in ReadAheadIOStart() local
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 54 #define NOTIFY_AND_LOG(retry, func, ...) \ argument
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 108 void startCheckpoint(int retry); in startCheckpoint() 112 void abortChanges(in @utf8InCpp String device, boolean retry); in abortChanges()
|
/system/core/fastboot/ |
D | usb_linux.cpp | 514 int n, retry; in Read() local
|
/system/logging/logcat/ |
D | logcat.cpp | 1115 int retry = 32; in Run() local
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 899 bool retry, bool getStub) { in getRawServiceInternal()
|
/system/core/llkd/ |
D | libllkd.cpp | 1421 for (auto retry = 50; retry && !llkRunning; --retry) { in llkInit() local
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 160 static const size_t retry = 4; in inject() local
|
/system/netd/tests/ |
D | binder_test.cpp | 5564 for (int retry = 0; retry < 10; retry++) { in retry_bind() local
|