Home
last modified time | relevance | path

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

1234567

/system/gsid/
Dgsi_tool.cpp326 bool running = false; in Wipe() local
327 if (gsid->isGsiRunning(&running).isOk() && running) { in Wipe()
341 bool running; in WipeData() local
342 auto status = gsid->isGsiRunning(&running); in WipeData()
347 if (running) { in WipeData()
377 bool running; in Status() local
378 auto status = gsid->isGsiRunning(&running); in Status()
382 } else if (running) { in Status()
398 } else if (running || installed) { in Status()
/system/update_engine/update_manager/
Dupdate_manager.conf.example4 # running update_engine in developer mode (and only if running in
/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/core/adb/daemon/
Dusb.cpp276 bool running = true; in StartMonitor() local
277 while (running) { in StartMonitor()
318 running = false; in StartMonitor()
324 running = false; in StartMonitor()
334 running = false; in StartMonitor()
340 running = false; in StartMonitor()
358 running = false; in StartMonitor()
371 running = false; in StartMonitor()
/system/bpf/bpfloader/
Dbpfloader.rc6 # the global rlimit. Once bpfloader is running as its own user in the
/system/core/adb/
DSERVICES.TXT12 ADB client detects that an obsolete server is running after an
35 emulator will forward automatically to the adbd daemon running
44 be sent directly to the adbd daemon running on the device.
55 running. (Used to implement the -e convenience option)
59 either the device or emulator connect to/running on the host.
75 running on the host. This will fail if there is none or more than one.
79 interpreted as 'any single device or emulator connected to/running on
220 Connects to the JDWP thread running in the VM of process <pid>.
230 This service is used by DDMS to know which debuggable processes are running
DOVERVIEW.TXT8 connected to or running on a given host developer machine
71 between the client and the service running in adbd. In this case
125 - Local transports, for emulators running on the host, connected to
130 running on another machine. This hasn't been done yet though.
/system/sepolicy/prebuilts/api/28.0/private/
Duntrusted_app_25.te4 ### This file defines the rules for untrusted apps running with
38 # are running in an emulated environment.
/system/bt/test/
DREADME.md5 The tests are designed to be run when the Android runtime is not running. From a terminal, run:
42 running...
/system/sepolicy/prebuilts/api/26.0/private/
Duntrusted_app_25.te4 ### This file defines the rules for untrusted apps running with
42 # are running in an emulated environment.
/system/sepolicy/prebuilts/api/27.0/private/
Duntrusted_app_25.te4 ### This file defines the rules for untrusted apps running with
42 # are running in an emulated environment.
/system/chre/external/flatbuffers/
DREADME.md2 file (flatbuffers.h) which customizes it for running in the CHRE environment.
/system/connectivity/wificond/net/kernel-header-latest/
DREADME.txt3 This folder contains any wifi kernel header updates to the kernels running on
/system/bt/udrv/include/
Duipc.h70 int running; member
/system/sepolicy/public/
Dstatsd.te9 # Allow executing files on system, such as running a shell or running:
/system/sepolicy/prebuilts/api/29.0/public/
Dstatsd.te9 # Allow executing files on system, such as running a shell or running:
/system/core/bootstat/
Dbootstat.rc48 # property:init.svc.bootanim=running: The boot animation is running
50 on post-fs-data && property:init.svc.bootanim=running && property:ro.crypto.type=block
/system/netd/resolv/dns_responder/
Ddns_tls_frontend.h57 bool running() const { in running() function
/system/sepolicy/prebuilts/api/26.0/public/
Dcppreopts.te20 # Allow running the cp command using cppreopts permissions. Needed so we can
/system/sepolicy/prebuilts/api/28.0/public/
Dcppreopts.te20 # Allow running the cp command using cppreopts permissions. Needed so we can
/system/sepolicy/prebuilts/api/27.0/public/
Dcppreopts.te20 # Allow running the cp command using cppreopts permissions. Needed so we can
/system/extras/simpleperf/demo/CppApi/app/
Dbuild.gradle7 // Simpleperf suggests running on Android >= N.
/system/sepolicy/private/
Dart_apex_boot_integrity.te19 # Allow running the mv and rm/rmdir commands using art_apex_boot_integrity

1234567