Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 272) sorted by relevance

1234567891011

/system/bt/gd/rust/facade/helpers/
Dlib.rs22 running: bool, field
33 Self { rx, running: false } in from_arc()
38 assert!(!self.running); in stream_grpc()
39 self.running = true; in stream_grpc()
59 assert!(!self.running); in stream_runnable()
60 self.running = true; in stream_runnable()
/system/logging/logd/
DPkgIds.cpp44 std::atomic<bool> running = false; member
126 global->running = false; in StartHandler()
132 gPkgIdMap->running = true; in StartPkgMonitor()
134 } else if (!gPkgIdMap->running) { in StartPkgMonitor()
136 gPkgIdMap->running = true; in StartPkgMonitor()
/system/sepolicy/public/
Duntrusted_app.te19 # This file defines the rules for untrusted apps running with
22 # This file defines the rules for untrusted apps running with
25 # This file defines the rules for untrusted apps running with
28 # This file defines the rules for untrusted apps running with
/system/sepolicy/prebuilts/api/31.0/public/
Duntrusted_app.te19 # This file defines the rules for untrusted apps running with
22 # This file defines the rules for untrusted apps running with
25 # This file defines the rules for untrusted apps running with
28 # This file defines the rules for untrusted apps running with
/system/sepolicy/prebuilts/api/30.0/public/
Duntrusted_app.te19 # This file defines the rules for untrusted apps running with
22 # This file defines the rules for untrusted apps running with
25 # This file defines the rules for untrusted apps running with
28 # This file defines the rules for untrusted apps running with
/system/linkerconfig/testdata/
DREADME.md3 Simply running `./rundiff.sh` works. When the changes are found, you can accept the changes by runn…
/system/update_engine/update_manager/
Dupdate_manager.conf.example4 # running update_engine in developer mode (and only if running in
/system/sepolicy/private/
Dgatekeeperd.te5 # For checking whether GSI is running
Dhealthd.te9 # process when running in charger mode.
Duntrusted_app.te4 ### This file defines the rules for untrusted apps running with
Dmm_events.te8 # Allow running the sleep command to rate limit attempts
Duntrusted_app_29.te4 ### This file defines the rules for untrusted apps running with
Dcharger.te4 # process when running in charger mode.
/system/sepolicy/prebuilts/api/31.0/private/
Dgatekeeperd.te5 # For checking whether GSI is running
Dhealthd.te9 # process when running in charger mode.
Duntrusted_app.te4 ### This file defines the rules for untrusted apps running with
Dmm_events.te8 # Allow running the sleep command to rate limit attempts
Dcharger.te4 # process when running in charger mode.
Duntrusted_app_29.te4 ### This file defines the rules for untrusted apps running with
/system/gsid/
Dgsi_tool.cpp480 bool running = false; in Wipe() local
481 if (gsid->isGsiRunning(&running).isOk() && running) { in Wipe()
495 bool running; in WipeData() local
496 auto status = gsid->isGsiRunning(&running); in WipeData()
501 if (running) { in WipeData()
531 bool running; in Status() local
532 auto status = gsid->isGsiRunning(&running); in Status()
536 } else if (running) { in Status()
552 } else if (running || installed) { in Status()
/system/extras/simpleperf/scripts/inferno/
Dscript.js27 let running = false;
29 if (!running) {
30 running = true;
33 running = false;
/system/extras/ANRdaemon/
DREADME8 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
26 file is parsed by systrace.py, the daemon process is shown as running for the
/system/chre/host/msm/daemon/idl/
Dchre_slpi.idl18 * Defines the FastRPC interface between CHRE running on the SLPI and the host
19 * daemon running on the AP.
/system/sepolicy/prebuilts/api/30.0/private/
Duntrusted_app.te4 ### This file defines the rules for untrusted apps running with
Duntrusted_app_29.te4 ### This file defines the rules for untrusted apps running with

1234567891011