Searched refs:running (Results 1 – 25 of 272) sorted by relevance
1234567891011
22 running: bool, field33 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()
44 std::atomic<bool> running = false; member126 global->running = false; in StartHandler()132 gPkgIdMap->running = true; in StartPkgMonitor()134 } else if (!gPkgIdMap->running) { in StartPkgMonitor()136 gPkgIdMap->running = true; in StartPkgMonitor()
19 # This file defines the rules for untrusted apps running with22 # This file defines the rules for untrusted apps running with25 # This file defines the rules for untrusted apps running with28 # This file defines the rules for untrusted apps running with
3 Simply running `./rundiff.sh` works. When the changes are found, you can accept the changes by runn…
4 # running update_engine in developer mode (and only if running in
5 # For checking whether GSI is running
9 # process when running in charger mode.
4 ### This file defines the rules for untrusted apps running with
8 # Allow running the sleep command to rate limit attempts
4 # process when running in charger mode.
480 bool running = false; in Wipe() local481 if (gsid->isGsiRunning(&running).isOk() && running) { in Wipe()495 bool running; in WipeData() local496 auto status = gsid->isGsiRunning(&running); in WipeData()501 if (running) { in WipeData()531 bool running; in Status() local532 auto status = gsid->isGsiRunning(&running); in Status()536 } else if (running) { in Status()552 } else if (running || installed) { in Status()
27 let running = false;29 if (!running) {30 running = true;33 running = false;
8 The daemon will be started at boot time and will be running with the following20 not running. This is because the daemon process turns off tracing when CPU usage26 file is parsed by systrace.py, the daemon process is shown as running for the
18 * Defines the FastRPC interface between CHRE running on the SLPI and the host19 * daemon running on the AP.