/system/media/alsa_utils/include/ |
D | alsa_device_proxy.h | 67 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/ |
D | PrivateVolume.cpp | 77 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/ |
D | alsa_device_proxy.c | 319 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/ |
D | first_stage_console.cpp | 49 int tries = 50; // should timeout after 5s in SetupConsole() local 51 while (tries--) { in SetupConsole()
|
/system/sepolicy/microdroid/system/private/ |
D | shell.te | 30 # 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/ |
D | vendor_misc_writer.te | 9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | vendor_misc_writer.te | 9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | vendor_misc_writer.te | 9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | vendor_misc_writer.te | 9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | vendor_misc_writer.te | 9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
|
/system/sepolicy/public/ |
D | vendor_misc_writer.te | 9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | vendor_misc_writer.te | 9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | lpdumpd.te | 20 # Triggered when lpdumpd tries to read default fstab.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | mtectrl.te | 17 # bootloader_message tries to find the fstab in the device config path first,
|
D | netd.te | 43 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
|
/system/sepolicy/private/ |
D | mtectrl.te | 17 # bootloader_message tries to find the fstab in the device config path first,
|
D | netd.te | 43 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | lpdumpd.te | 20 # Triggered when lpdumpd tries to read default fstab.
|
/system/extras/alloc-stress/ |
D | alloc-stress.cpp | 143 int tries = 10; in write_oomadj_to_lmkd() local 147 if (tries-- < 0) break; in write_oomadj_to_lmkd()
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 181 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/ |
D | README.md | 8 …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/ |
D | utils_unittest.cc | 137 for (int tries = 0; tries < 100; ++tries) { in TEST() local
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | netd.te | 42 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | netd.te | 42 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
|
/system/core/fastboot/fuzzer/ |
D | README.md | 5 source code and tries to achieve the following:
|