Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 60) sorted by relevance

123

/system/media/alsa_utils/include/
Dalsa_device_proxy.h67 alsa_device_proxy * proxy, const void *data, unsigned int count, int tries);
70 alsa_device_proxy * proxy, void *data, unsigned int count, int tries);
/system/vold/model/
DPrivateVolume.cpp77 int tries = 10; in doCreate() local
78 while (tries-- > 0) { in doCreate()
105 int tries = 10; in doDestroy() local
106 while (tries-- > 0) { in doDestroy()
/system/media/alsa_utils/
Dalsa_device_proxy.c319 alsa_device_proxy * proxy, const void *data, unsigned int count, int tries) in proxy_write_with_retries() argument
322 --tries; in proxy_write_with_retries()
327 } else if (tries > 0 && (ret == -EIO || ret == -EAGAIN)) { in proxy_write_with_retries()
339 int proxy_read_with_retries(alsa_device_proxy * proxy, void *data, unsigned int count, int tries) in proxy_read_with_retries() argument
342 --tries; in proxy_read_with_retries()
347 } else if (tries > 0 && (ret == -EIO || ret == -EAGAIN)) { in proxy_read_with_retries()
/system/core/init/
Dfirst_stage_console.cpp49 int tries = 50; // should timeout after 5s in SetupConsole() local
51 while (tries--) { in SetupConsole()
/system/sepolicy/microdroid/system/private/
Dshell.te30 # Test tool automatically tries to access /sys/class/power_supply.
34 # Test tool tries to read various service status properties.
/system/sepolicy/prebuilts/api/29.0/public/
Dvendor_misc_writer.te9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
/system/sepolicy/prebuilts/api/30.0/public/
Dvendor_misc_writer.te9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
/system/sepolicy/prebuilts/api/32.0/public/
Dvendor_misc_writer.te9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
/system/sepolicy/prebuilts/api/31.0/public/
Dvendor_misc_writer.te9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
/system/sepolicy/prebuilts/api/34.0/public/
Dvendor_misc_writer.te9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
/system/sepolicy/public/
Dvendor_misc_writer.te9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
/system/sepolicy/prebuilts/api/33.0/public/
Dvendor_misc_writer.te9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
/system/sepolicy/prebuilts/api/29.0/private/
Dlpdumpd.te20 # Triggered when lpdumpd tries to read default fstab.
/system/sepolicy/prebuilts/api/34.0/private/
Dmtectrl.te17 # bootloader_message tries to find the fstab in the device config path first,
Dnetd.te43 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
/system/sepolicy/private/
Dmtectrl.te17 # bootloader_message tries to find the fstab in the device config path first,
Dnetd.te43 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
/system/sepolicy/prebuilts/api/30.0/private/
Dlpdumpd.te20 # Triggered when lpdumpd tries to read default fstab.
/system/extras/alloc-stress/
Dalloc-stress.cpp143 int tries = 10; in write_oomadj_to_lmkd() local
147 if (tries-- < 0) break; in write_oomadj_to_lmkd()
/system/logging/logcat/tests/
Dlogcat_test.cpp181 int tries = 3; // in case run too soon after system start or buffer clear in TEST() local
212 } while ((count < 3) && --tries && inject(3 - count)); in TEST()
250 int tries = 4; // in case run too soon after system start or buffer clear in TEST() local
274 } while ((count < 3) && --tries && inject(3 - count)); in TEST()
303 int tries = 4; // in case run too soon after system start or buffer clear in do_tail() local
306 if (num > 10) ++tries; in do_tail()
307 if (num > 100) ++tries; in do_tail()
325 } while ((count < num) && --tries && inject(num - count)); in do_tail()
357 int tries = 4; // in case run too soon after system start or buffer clear in do_tail_time() local
376 } while ((count < 10) && --tries && inject(10 - count)); in do_tail_time()
/system/security/keystore/tests/fuzzer/
DREADME.md8 …e-get-wifi-hidl is designed based on the understanding of the library and tries to achieve the fol…
50 …application-id are designed based on the understanding of the library and tries to achieve the fol…
/system/update_engine/common/
Dutils_unittest.cc137 for (int tries = 0; tries < 100; ++tries) { in TEST() local
/system/sepolicy/prebuilts/api/32.0/private/
Dnetd.te42 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
/system/sepolicy/prebuilts/api/31.0/private/
Dnetd.te42 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
/system/core/fastboot/fuzzer/
DREADME.md5 source code and tries to achieve the following:

123