Home
last modified time | relevance | path

Searched refs:ADB (Results 1 – 25 of 42) 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 …]
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
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
/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 …]
Dadb_trace.h28 ADB = 0, /* 0x001 */ enumerator
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.
11 Ask the ADB server to quit immediately. This is used when the
12 ADB client detects that an obsolete server is running after an
32 This is a special query that is sent to the ADB server when a
34 to the emulator's ADB control port, i.e. the TCP port that the
38 This mechanism allows the ADB server to know when new emulator
65 prefix can be used to indicate that the client is asking the ADB server
96 Asks the ADB server to forward local connections from <local>
162 stdin/stdout/stderr as appropriate. Note that the ADB server uses
Dadb_trace.cpp118 {"adb", ADB}, in setup_trace_mask()
187 VLOG(ADB) << adb_version(); in adb_trace_init()
Dadb_utils.cpp17 #define TRACE_TAG ADB
/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/core/usbd/
Dusbd.cpp47 ret = gadget->setCurrentUsbFunctions(static_cast<uint64_t>(GadgetFunction::ADB), in main()
/system/sepolicy/prebuilts/api/29.0/public/
Dcameraserver.te56 # Allow shell commands from ADB for CTS testing/dumping
69 # Allow shell commands from ADB for CTS testing/dumping
/system/sepolicy/prebuilts/api/30.0/public/
Dcameraserver.te56 # Allow shell commands from ADB for CTS testing/dumping
69 # Allow shell commands from ADB for CTS testing/dumping
/system/sepolicy/public/
Dcameraserver.te56 # Allow shell commands from ADB for CTS testing/dumping
69 # Allow shell commands from ADB for CTS testing/dumping
/system/core/adb/client/
Dfastdeploycallbacks.cpp17 #define TRACE_TAG ADB
Dmain.cpp17 #define TRACE_TAG ADB
Dbugreport.cpp17 #define TRACE_TAG ADB
Dadb_client.cpp17 #define TRACE_TAG ADB
/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
/system/sepolicy/prebuilts/api/29.0/private/
Daudioserver.te63 # Allow shell commands from ADB and shell for CTS testing/dumping
68 # Allow shell commands from ADB for CTS testing/dumping
/system/sepolicy/prebuilts/api/30.0/private/
Daudioserver.te64 # Allow shell commands from ADB and shell for CTS testing/dumping
69 # Allow shell commands from ADB for CTS testing/dumping
/system/sepolicy/private/
Daudioserver.te64 # Allow shell commands from ADB and shell for CTS testing/dumping
69 # Allow shell commands from ADB for CTS testing/dumping
/system/bt/gd/docs/testing/
Dcert_test.md10 [SL4A](https://android.googlesource.com/platform/external/sl4a/) or ADB shell
125 1. Check if your ADB version is up to date on both host machine and remote
129 1. Enable SSH port forwarding for both ADB port and various ports used by our
133 * ADB Port: 5037
143 Among these ports, ADB Port needs to be forwarded from local machine to
/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

12