Searched refs:daemon (Results 1 – 25 of 262) sorted by relevance
1234567891011
/system/extras/ANRdaemon/ |
D | README | 1 ANRdaemon is a daemon to help analyze ANR due to CPU starvation by logging system 2 activity when CPU usage is very high. The daemon uses debugfs underlying for 8 The daemon will be started at boot time and will be running with the following 20 not running. This is because the daemon process turns off tracing when CPU usage 22 from some other process to the daemon. Then sometime later (say 20 secs later), 23 when the CPU usage becomes high and the daemon process turn on tracing again, 25 daemon process to some other process. Due to this artifact, when the raw trace 26 file is parsed by systrace.py, the daemon process is shown as running for the 28 entries regarding the daemon process indicates the daemon process ran continuously
|
/system/update_engine/ |
D | main.cc | 53 PLOG_IF(FATAL, daemon(0, 0) == 1) << "daemon() failed"; in main() 67 auto daemon = chromeos_update_engine::DaemonBase::CreateInstance(); in main() local 68 int exit_code = daemon->Run(); in main()
|
/system/core/adb/ |
D | Android.bp | 397 "daemon/adb_wifi.cpp", 398 "daemon/auth.cpp", 399 "daemon/jdwp_service.cpp", 400 "daemon/logging.cpp", 401 "daemon/transport_local.cpp", 438 "daemon/transport_qemu.cpp", 439 "daemon/usb.cpp", 440 "daemon/usb_ffs.cpp", 469 "daemon/file_sync_service.cpp", 470 "daemon/services.cpp", [all …]
|
/system/chre/host/msm/daemon/ |
D | README.md | 1 This folder contains source code for the daemon used to host CHRE on SLPI for 4 This daemon cannot be built out of this folder, however, because it depends on
|
/system/chre/ |
D | Android.mk | 53 host/msm/daemon/chre_daemon.cc \ 54 host/msm/daemon/generated/chre_slpi_stub.c \ 61 system/chre/host/msm/daemon \
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | heapprofd.te | 1 # Android heap profiling daemon. go/heapprofd. 3 # On user builds, this daemon is responsible for receiving the initial 10 # On debug builds, this central daemon performs profiling for all target 11 # processes (which talk directly to this daemon). 36 # Write trace data to the Perfetto traced daemon. This requires connecting to
|
/system/sepolicy/private/ |
D | heapprofd.te | 1 # Android heap profiling daemon. go/heapprofd. 3 # On user builds, this daemon is responsible for receiving the initial 10 # On debug builds, this central daemon performs profiling for all target 11 # processes (which talk directly to this daemon). 36 # Write trace data to the Perfetto traced daemon. This requires connecting to
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | heapprofd.te | 1 # Android heap profiling daemon. go/heapprofd. 3 # On user builds, this daemon is responsible for receiving the initial 10 # On debug builds, this central daemon performs profiling for all target 11 # processes (which talk directly to this daemon). 36 # Write trace data to the Perfetto traced daemon. This requires connecting to
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | mdnsd.te | 1 # mdns daemon
|
D | audioserver.te | 1 # audioserver - audio services daemon
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | mdnsd.te | 1 # mdns daemon
|
D | audioserver.te | 1 # audioserver - audio services daemon
|
D | tee.te | 2 # trusted execution environment (tee) daemon
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | mdnsd.te | 1 # mdns daemon
|
D | audioserver.te | 1 # audioserver - audio services daemon
|
/system/sepolicy/public/ |
D | mdnsd.te | 1 # mdns daemon
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | mdnsd.te | 1 # mdns daemon
|
D | audioserver.te | 1 # audioserver - audio services daemon
|
D | tee.te | 2 # trusted execution environment (tee) daemon
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | mdnsd.te | 1 # mdns daemon
|
/system/core/logd/ |
D | README.property | 4 ro.logd.auditd bool true Enable selinux audit daemon 10 ro.logd.kernel bool svelte+ Enable klogd daemon 14 logd.logpersistd.enable bool auto Safe to start logpersist daemon service 15 logd.logpersistd string persist Enable logpersist daemon, "logcatd" 21 persist.logd.logpersistd string Enable logpersist daemon, "logcatd"
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | otapreopt_slot.te | 3 # Technically not a daemon but we do want the transition from init domain to
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | otapreopt_slot.te | 3 # Technically not a daemon but we do want the transition from init domain to
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | otapreopt_slot.te | 3 # Technically not a daemon but we do want the transition from init domain to
|
D | mdnsd.te | 1 # mdns daemon
|
1234567891011