Home
last modified time | relevance | path

Searched refs:ADB (Results 1 – 25 of 31) sorted by relevance

12

/system/extras/tests/workloads/
Ddefs.sh81 ADB=""
99 ADB="adb -s $deviceName shell "
126 ADB=${ADB:=""}
135 AM_FORCE_START="${ADB}am start -W -S"
136 AM_START="${ADB}am start -W"
137 AM_START_NOWAIT="${ADB}am start"
138 AM_STOP="${ADB}am force-stop"
139 AM_LIST="${ADB}am stack list"
140 WHO="${ADB}whoami"
141 INPUT="${ADB}input"
[all …]
Drecentfling.sh107 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
120 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
Dchromefling.sh101 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
114 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
/system/core/adb/
DOVERVIEW.TXT1 Implementation notes regarding ADB.
5 The Android Debug Bridge (ADB) is used to:
12 DDMS). These commands are called 'services' in ADB.
16 1. The ADB server
26 The ADB server is really one giant multiplexing loop whose purpose is
31 2. The ADB daemon (adbd)
34 or emulated system. Its purpose is to connect to the ADB server
38 The ADB server considers that a device is ONLINE when it has successfully
40 meaning that the ADB server detected a new device/emulator, but could not
46 3. The ADB command-line client
[all …]
DSERVICES.TXT2 to the ADB server of an adbd daemon. See the OVERVIEW.TXT document
8 Ask the ADB server for its internal version number.
15 Ask the ADB server to quit immediately. This is used when the
16 ADB client detects that an obsolete server is running after an
36 This is a special query that is sent to the ADB server when a
38 to the emulator's ADB control port, i.e. the TCP port that the
42 This mechanism allows the ADB server to know when new emulator
69 prefix can be used to indicate that the client is asking the ADB server
100 Asks the ADB server to forward local connections from <local>
166 stdin/stdout/stderr as appropriate. Note that the ADB server uses
Dadb_trace.cpp118 {"adb", ADB}, in setup_trace_mask()
186 VLOG(ADB) << adb_version(); in adb_trace_init()
Dadb_trace.h28 ADB = 0, /* 0x001 */ enumerator
Dset_verity_enable_state_service.cpp17 #define TRACE_TAG ADB
Dremount_service.cpp17 #define TRACE_TAG ADB
Dadb_client.cpp17 #define TRACE_TAG ADB
Dbugreport.cpp17 #define TRACE_TAG ADB
Dadb_utils.cpp17 #define TRACE_TAG ADB
DSYNC.TXT2 to the ADB server of an adbd daemon. See the OVERVIEW.TXT document
/system/sepolicy/prebuilts/api/28.0/public/
Dcameraserver.te53 # Allow shell commands from ADB for CTS testing/dumping
60 # Allow shell commands from ADB for CTS testing/dumping
/system/sepolicy/public/
Dcameraserver.te53 # Allow shell commands from ADB for CTS testing/dumping
60 # Allow shell commands from ADB for CTS testing/dumping
/system/core/usbd/
Dusbd.cpp43 ret = gadget->setCurrentUsbFunctions(static_cast<uint64_t>(GadgetFunction::ADB), in main()
/system/sepolicy/private/
Daudioserver.te58 # Allow shell commands from ADB and shell for CTS testing/dumping
63 # Allow shell commands from ADB for CTS testing/dumping
Dadbd.te1 ### ADB daemon
/system/sepolicy/prebuilts/api/28.0/private/
Daudioserver.te58 # Allow shell commands from ADB and shell for CTS testing/dumping
63 # Allow shell commands from ADB for CTS testing/dumping
Dadbd.te1 ### ADB daemon
/system/core/adb/client/
Dmain.cpp17 #define TRACE_TAG ADB
/system/core/adb/daemon/
Dmain.cpp17 #define TRACE_TAG ADB
/system/sepolicy/prebuilts/api/26.0/private/
Dadbd.te1 ### ADB daemon
/system/sepolicy/prebuilts/api/27.0/private/
Dadbd.te1 ### ADB daemon
/system/sepolicy/prebuilts/api/27.0/public/
Dshell.te1 # Domain for shell processes spawned by ADB or console service.

12