Searched refs:restart (Results 1 – 25 of 26) sorted by relevance
12
/system/core/rootdir/ |
D | init.zygote32.rc | 9 onrestart restart audioserver 10 onrestart restart cameraserver 11 onrestart restart media 12 onrestart restart netd 13 onrestart restart wificond
|
D | init.zygote64.rc | 9 onrestart restart audioserver 10 onrestart restart cameraserver 11 onrestart restart media 12 onrestart restart netd 13 onrestart restart wificond
|
D | init.zygote64_32.rc | 9 onrestart restart audioserver 10 onrestart restart cameraserver 11 onrestart restart media 12 onrestart restart netd 13 onrestart restart wificond 23 onrestart restart zygote
|
/system/netd/server/ |
D | netd.rc | 7 onrestart restart zygote 8 onrestart restart zygote_secondary
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 55 restart=1 68 (-r) restart=$2; shift;; 204 if [ $restart -gt 0 ]; then 226 echo Wait 60s for device to restart... 250 if [ $restart -gt 0 ]; then
|
D | systemapps.sh | 78 restart=$3 114 ((curRestart=curRestart+${restart:=0}))
|
/system/libhwbinder/ |
D | BufferedTextOutput.cpp | 69 void restart() { in restart() function 219 b->restart(); in print() 259 b->restart(); in popBundle()
|
D | IPCThreadState.cpp | 285 restart: in self() 310 goto restart; in self()
|
/system/apex/tests/testdata/ |
D | init.rc | 8 onrestart restart zygote
|
/system/update_engine/update_manager/ |
D | update_manager.conf.example | 13 # command "restart update-engine" from a root shell to make your
|
/system/core/libcutils/ |
D | config_utils.cpp | 135 restart: in _lex() 154 goto restart; in _lex()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | bpfloader.te | 12 # for retrieving a pinned map when bpfloader do a run time restart.
|
D | property_contexts | 123 ctl.restart$ u:object_r:ctl_restart_prop:s0 131 ctl.restart$adbd u:object_r:ctl_adbd_prop:s0 136 ctl.restart$gsid u:object_r:ctl_gsid_prop:s0 138 # Restrict access to restart dumpstate
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | property_contexts | 139 ctl.restart$ u:object_r:ctl_restart_prop:s0 147 ctl.restart$adbd u:object_r:ctl_adbd_prop:s0 152 ctl.restart$gsid u:object_r:ctl_gsid_prop:s0 157 # Restrict access to restart dumpstate
|
/system/extras/memory_replay/traces/ |
D | TRACES | 79 downloaded. After this, kill the app and restart, then play a game for
|
/system/bt/stack/btm/ |
D | btm_ble_multi_adv.cc | 195 bool restart = p_inst->IsEnabled() && p_inst->IsConnectable(); in ConfigureRpa() local 200 if (restart && (p_inst->duration || p_inst->maxExtAdvEvents)) { in ConfigureRpa() 210 bool restart = p_inst->IsEnabled() && p_inst->IsConnectable(); in ConfigureRpa() local 215 if (restart) { in ConfigureRpa() 232 if (restart) { in ConfigureRpa()
|
/system/sepolicy/private/ |
D | shell.te | 117 # Allow shell to start/stop gsid via ctl.start|stop|restart gsid.
|
D | property_contexts | 139 ctl.restart$ u:object_r:ctl_restart_prop:s0 147 ctl.restart$adbd u:object_r:ctl_adbd_prop:s0 152 ctl.restart$gsid u:object_r:ctl_gsid_prop:s0 157 # Restrict access to restart dumpstate
|
/system/core/adb/ |
D | sockets.cpp | 106 restart: in close_all_sockets() 110 goto restart; in close_all_sockets()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | property_contexts | 112 ctl.restart$ u:object_r:ctl_restart_prop:s0
|
/system/memory/libmemunreachable/ |
D | README.md | 27 Kill and restart the app, trigger the leak, and then run `dumpsys -t 600 meminfo --unreachable [pro…
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | shell.te | 81 # Allow shell to start/stop gsid via ctl.start|stop|restart gsid.
|
/system/core/init/ |
D | README.md | 250 > Do not restart the service when it exits. 334 here, so oneshot services do not automatically restart, however all other services will. 502 > Find the service that provides the interface _name_ if it exists and run the `start`, `restart`, 576 `restart <service>` 765 `restart` \ 767 These are equivalent to using the `start`, `restart`, and `stop` commands on the service specified
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | shell.te | 84 # Allow shell to start/stop gsid via ctl.start|stop|restart gsid.
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 207 LOG_ALWAYS_FATAL() to crash the stack and restart.
|
12