/system/vold/ |
D | vdc.cpp | 131 int retry; in main() local 155 int retry; in main() local
|
D | Checkpoint.cpp | 123 Status cp_startCheckpoint(int retry) { in cp_startCheckpoint() 218 int retry = 0; in abort_metadata_file() local 242 void cp_abortChanges(const std::string& message, bool retry) { in cp_abortChanges() 719 int retry = 0; in cp_markBootAttempt() local
|
D | VoldNativeService.cpp | 833 binder::Status VoldNativeService::startCheckpoint(int32_t retry) { in startCheckpoint() 901 binder::Status VoldNativeService::abortChanges(const std::string& message, bool retry) { in abortChanges()
|
/system/core/init/test_kill_services/ |
D | init_kill_services_test.cpp | 42 for (size_t retry = 0; retry < kRetryTimes; retry++) { in ExpectKillingServiceRecovers() local
|
/system/libhidl/transport/include/hidl/ |
D | HidlTransportSupport.h | 162 sp<IType> getServiceInternal(const std::string& instance, bool retry, bool getStub) { in getServiceInternal()
|
/system/apex/apexd/ |
D | apexd_checkpoint_vold.cpp | 107 bool retry) { in AbortChanges()
|
D | apexd_test.cpp | 90 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/logging/logd/ |
D | LogPermissions.cpp | 86 for (int retry = 3; !(ret = foundGid && foundUid && foundLog) && retry; in clientHasLogCredentials() local
|
D | SimpleLogBuffer.cpp | 217 for (int retry = 0; retry < 3; ++retry) { in Clear() local
|
D | logd_test.cpp | 86 for (int retry = 32; (retry >= 0); delete[] buf, --retry) { in alloc_statistics() local
|
/system/bt/test/mock/ |
D | mock_system_libfmq_eventflag.cc | 83 int64_t timeoutNanoSeconds, bool retry) { in wait()
|
/system/update_engine/common/ |
D | test_utils.h | 120 for (int retry = 0; retry < 5; retry++) { in ~ScopedLoopbackDeviceBinder() local
|
/system/bt/profile/avrcp/ |
D | connection_handler.cc | 172 bool retry) { in SdpLookup() 424 tSDP_DISCOVERY_DB* disc_db, bool retry, in SdpCb()
|
/system/core/init/ |
D | keychords_test.cpp | 265 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/ |
D | EventFlag.cpp | 202 bool retry) { in wait()
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 54 #define LOG_EVENT_FUNC(retry, func, ...) \ argument
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 119 void startCheckpoint(int retry); in startCheckpoint() 123 void abortChanges(in @utf8InCpp String device, boolean retry); in abortChanges()
|
/system/core/fastboot/ |
D | usb_linux.cpp | 443 int n, retry; in Read() local
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 355 int retry = retries; in KillProcessGroup() local
|
/system/logging/logcat/ |
D | logcat.cpp | 1034 int retry = 32; in Run() local
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 740 bool retry, bool getStub) { in getRawServiceInternal()
|
/system/core/llkd/ |
D | libllkd.cpp | 1422 for (auto retry = 50; retry && !llkRunning; --retry) { in llkInit() local
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 158 static const size_t retry = 4; in inject() local
|