Lines Matching refs:init
3 The `adbd` service life cycle is managed by the [init](../../../../../system/core/init/README.md) p…
8 `init` itself doesn't have any special knowledge about adbd. Everything it needs to know comes from…
11 There are two main scenarios where init will start `adbd`. When the device boots and when a user ru…
16 The behavior of `init` is controlled by `.rc` files, commands, and system properties.
19 - The [rc language](../../../../../system/core/init/README.md) tie together properties, commands, a…
21 …ce boots, the script init.usb.rc [checks](https://cs.android.com/android/platform/superproject/mai…
23 …erproject/main/+/main:system/core/rootdir/init.usb.rc;l=47;drc=e34549af332e4be13a2ffb385455280d473…
38 3. init process
65 …c=6474abd265cae9ccbe4e5d9ad37959215dcf564b) is called. This talks to the `init` process by setting…
72 is set so `init` will automatically start `adbd` service on the next device start.
82 ### init subsection
84 `init` [monitors](https://cs.android.com/android/platform/superproject/main/+/main:system/core/init…
86 … See `init` built-in commands (such as `start` and `stop`) [here](https://cs.android.com/android/p…
88 …e services' lifecycle, `init` [sets properties](https://cs.android.com/android/platform/superproje…
89 …init.svc.SERVICE_NAME` (`init.svc.adbd`), which can be set to "running", "stopped", "stopping" (se…