Home
last modified time | relevance | path

Searched refs:watchdog (Results 1 – 25 of 31) sorted by relevance

12

/system/memory/lmkd/
Dwatchdog.cpp28 Watchdog *watchdog = static_cast<Watchdog*>(param); in watchdog_main() local
37 if (!watchdog->create_timer(sigset)) { in watchdog_main()
47 watchdog->bite(); in watchdog_main()
DAndroid.bp44 "watchdog.cpp",
Dlmkd.cpp2472 static Watchdog watchdog(WATCHDOG_TIMEOUT_SEC, watchdog_callback);
3979 watchdog.start(); in call_handler()
4012 watchdog.stop(); in call_handler()
4094 watchdog.start(); in mainloop()
4096 watchdog.stop(); in mainloop()
4299 if (!watchdog.init()) { in main()
/system/security/keystore2/src/
Dwatchdog_helper.rs19 pub mod watchdog { module
59 pub mod watchdog { module
Dmetrics.rs21 use crate::utils::{check_keystore_permission, watchdog as wd};
Dutils.rs23 pub use crate::watchdog_helper::watchdog;
147 watchdog::watch("In check_device_attestation_permissions: calling checkPermission."); in check_android_permission()
264 let _wp = watchdog::watch("In utils::import_keyblob_and_perform_op: calling importKey."); in import_keyblob_and_perform_op()
304 let _wp = watchdog::watch("In utils::upgrade_keyblob_and_perform_op: calling upgradeKey."); in upgrade_keyblob_and_perform_op()
Dremote_provisioning.rs38 use crate::watchdog_helper::watchdog as wd;
Draw_device.rs27 utils::{key_characteristics_to_internal, watchdog as wd, AID_KEYSTORE},
Dauthorization.rs22 use crate::utils::{check_keystore_permission, watchdog as wd};
Dapc.rs26 use crate::utils::{compat_2_response_code, ui_opts_2_compat, watchdog as wd};
Dmaintenance.rs28 check_keystore_permission, uid_to_android_user, watchdog as wd,
Dglobals.rs26 use crate::utils::watchdog as wd;
Dservice.rs26 key_parameters_to_authorizations, list_key_entries, uid_to_android_user, watchdog as wd,
Doperation.rs135 use crate::utils::watchdog as wd;
Dlegacy_importer.rs28 watchdog as wd, AesGcm,
Dsecurity_level.rs37 key_characteristics_to_internal, uid_to_android_user, watchdog as wd, UNDEFINED_NOT_AFTER,
/system/sepolicy/private/
Dllkd.te35 # live lock watchdog process allowed to look through /proc/
42 # live lock watchdog process allowed to dump process trace and
Dlmkd.te62 # live lock watchdog process allowed to look through /proc/
66 # live lock watchdog process allowed to dump process trace and
Dfile_contexts221 /dev/watchdog u:object_r:watchdog_device:s0
879 /metadata/watchdog(/.*)? u:object_r:watchdog_metadata_file:s0
/system/security/keystore2/
DAndroid.bp73 "watchdog",
115 // The test should always include watchdog.
118 "watchdog",
/system/core/trusty/storage/proxy/
DAndroid.bp31 "watchdog.cpp",
/system/core/bootstat/
Dboot_reason_test.sh502 watchdog | watchdog,?* ) ;;
518 *wdog* | *watchdog* ) var="watchdog" ;;
1141 kernel_panic | kernel_panic,* | watchdog | watchdog,* )
/system/sepolicy/microdroid/system/private/
Dproperty_contexts181 persist.adb.watchdog.timeout_secs u:object_r:non_existing_prop:s0 exact int
182 persist.adb.watchdog u:object_r:non_existing_prop:s0 exact bool
/system/security/keystore2/legacykeystore/
Dlib.rs30 utils::uid_to_android_user, utils::watchdog as wd,
/system/sepolicy/contexts/
Dplat_file_contexts_test281 /dev/watchdog watchdog_device
1271 /metadata/watchdog watchdog_metadata_file
1272 /metadata/watchdog/test watchdog_metadata_file

12