Searched refs:started (Results 1 – 25 of 40) sorted by relevance
12
/system/nfc/tools/casimir/ |
D | README.rst | 116 | CORE_GENERIC_ERROR_NTF | Not started | Unused in the implementation so far | 149 | RF_FIELD_INFO_NTF | Not started | | 151 | RF_T3T_POLLING_CMD | Not started | | 155 | RF_NFCEE_ACTION_NTF | Not started | | 159 | RF_PARAMETER_UPDATE_CMD | Not started | | 162 | RF_INTF_EXT_START_CMD | Not started | | 165 | RF_INTF_EXT_STOP_CMD | Not started | | 168 | RF_EXT_AGG_ABORT_CMD | Not started | | 171 | RF_NDEF_ABORT_CMD | Not started | | 174 | RF_ISO_DEP_NAK_PRESENCE_CMD | Not started | | [all …]
|
/system/security/keystore2/watchdog/src/ |
D | lib.rs | 59 started: Instant, field 133 overdue_records.sort_unstable_by(|(_, r1), (_, r2)| r1.started.cmp(&r2.started)); in log_report() 148 groups.sort_by(|v1, v2| v1.last().unwrap().1.started.cmp(&v2.last().unwrap().1.started)); in log_report() 158 r.started.elapsed(), in log_report() 168 r.started.elapsed(), in log_report() 262 let record = Record { started: Instant::now(), deadline, callback }; in arm()
|
/system/chre/pal/util/ |
D | wifi_scan_cache.c | 30 bool started; member 107 if (gWifiCacheState.started) { in isWifiScanCacheBusy() 222 gWifiCacheState.started = true; in chreWifiScanCacheScanEventBegin() 234 if (!gWifiCacheState.started) { in chreWifiScanCacheScanEventAdd() 262 if (gWifiCacheState.started) { in chreWifiScanCacheScanEventEnd() 288 gWifiCacheState.started = false; in chreWifiScanCacheScanEventEnd()
|
/system/sepolicy/vendor/ |
D | hal_audiocontrol_default.te | 5 # may be started by init
|
D | hal_ivn_default.te | 4 # May be started by init
|
D | hal_remoteaccess_default.te | 4 # May be started by init
|
D | hal_vehicle_default.te | 5 # may be started by init
|
/system/sepolicy/private/ |
D | vendor_shell.te | 4 # Use fd from shell when vendor_shell is started from shell
|
D | sdcardd.te | 45 # The sdcard daemon should no longer be started from init
|
D | simpleperf_boot.te | 2 # It is started by init process. It's only available on userdebug/eng build.
|
D | zygote.te | 159 # Allow creating user-specific storage source if started before vold. 164 # Allow mounting user-specific storage source if started before vold.
|
D | perfetto.te | 97 -system_server # For accessing traces started by profiling apis.
|
/system/extras/tests/workloads/ |
D | feedly-chrome.sh | 72 echo feedly started in ${t}ms
|
/system/extras/ANRdaemon/ |
D | README | 8 The daemon will be started at boot time and will be running with the following
|
/system/core/init/ |
D | README.md | 216 named class may be started or stopped together. A service 247 It must be explicitly started by name or by interface name. 341 > If this process cannot be started or if the process terminates with an exit code other than 359 started by this service. 378 is not running when shut down starts, it will be started. 414 the boot sequence by APEXes. When a service with updatable option is started 503 7. `early-boot` - After zygote has started. 557 If the service is supposed to be running, it will be started now. 559 service should be started when needed. E.g. 585 started after this command is executed) [all …]
|
D | README.ueventd.md | 160 ueventd has started. To do so, when ueventd is started it does what it calls a 'coldboot' on `/sys`,
|
/system/sepolicy/ |
D | README.apps.md | 7 `appdomain` as any app started by Zygote. The macro `app_domain()` should be
|
/system/core/fs_mgr/libsnapshot/snapuserd/ |
D | Android.bp | 150 // snapuserd is started during early boot by first-stage init. At that
|
/system/libhidl/transport/manager/1.2/ |
D | IServiceManager.hal | 73 * may not be started if they are lazy.
|
/system/extras/profcollectd/ |
D | README.md | 22 `profcollectd` can be started from `adb` directly (under root), or automatically on system boot by
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test.fbs | 82 /// the scan interval to use if scanning is being started
|
/system/sepolicy/microdroid/system/private/ |
D | microdroid_manager.te | 27 # In case Microdroid VM is started with microdroid vendor partition, the first_stage_init
|
/system/chre/chpp/ |
D | README.md | 158 Starts the main thread for CHPP's Transport Layer. This thread needs to be started after the Transp… 162 Stops the main thread for CHPP's Transport Layer that has been started by calling chppWorkThreadSta…
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 206 /// the nanoapp is linked and started in the framework. 412 /// The number of logs dropped since CHRE started
|
/system/core/shell_and_utilities/ |
D | README.md | 12 We started moving a few of the more important tools to full 18 in Marshmallow we changed direction and started the move to toybox.
|
12