Searched refs:daemon (Results 1 – 25 of 69) sorted by relevance
123
/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/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/extras/perfprofd/tests/ |
D | README.txt | 16 3. The daemon under test, perfprofd, is broken into a main function, a 38 Because the daemon tends to spend a lot of time sleeping/waiting, 41 daemon main function. Picture for perfprofd_test: 63 then examine the log to make sure that the daemon is doing
|
/system/extras/perfprofd/ |
D | Android.bp | 9 // Static library containing guts of AWP daemon. 51 // Main daemon
|
/system/tpm/attestation/server/ |
D | main.cc | 108 AttestationDaemon daemon; in main() local 111 return daemon.Run(); in main()
|
/system/sepolicy/public/ |
D | mdnsd.te | 1 # mdns daemon
|
D | audioserver.te | 1 # audioserver - audio services daemon
|
D | tee.te | 2 # trusted execution environment (tee) daemon
|
D | ppp.te | 1 # Point to Point Protocol daemon
|
D | mediadrmserver.te | 1 # mediadrmserver - mediadrm daemon
|
D | keystore.te | 4 # keystore daemon
|
D | racoon.te | 1 # IKE key management daemon
|
D | lmkd.te | 1 # lmkd low memory killer 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" 20 persist.logd.logpersistd string Enable logpersist daemon, "logcatd"
|
D | README.auditd | 3 The audit daemon is a simplified version of its desktop
|
/system/sepolicy/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
|
D | cppreopts.te | 3 # Technically not a daemon but we do want the transition from init domain to
|
D | asan_extract.te | 3 # Technically not a daemon but we do want the transition from init domain to
|
/system/chre/host/msm/daemon/idl/ |
D | README.md | 3 code is checked in to allow compilation of the daemon code without a dependency
|
/system/sepolicy/vendor/ |
D | tee.te | 2 # trusted execution environment (tee) daemon
|
/system/core/adb/ |
D | Android.mk | 108 LOCAL_SRC_FILES := daemon/usb.cpp 329 daemon/main.cpp \ 330 daemon/mdns.cpp \
|
D | OVERVIEW.TXT | 31 2. The ADB daemon (adbd) 41 connect to the adbd daemon. 70 these services either run within the adbd daemon, or are started by 117 directly to the corresponding adbd daemon.
|
D | test_adb.py | 111 stdout_thread.daemon = True 118 stderr_thread.daemon = True
|
/system/core/rootdir/ |
D | Android.mk | 59 ATFWD-daemon \ 80 mm-qcamera-daemon \
|
123