Searched refs:ADB (Results 1 – 25 of 35) sorted by relevance
12
81 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 …]
101 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched114 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
107 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched120 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
1 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 server26 The ADB server is really one giant multiplexing loop whose purpose is31 2. The ADB daemon (adbd)34 or emulated system. Its purpose is to connect to the ADB server38 The ADB server considers that a device is ONLINE when it has successfully40 meaning that the ADB server detected a new device/emulator, but could not46 3. The ADB command-line client[all …]
2 to the ADB server of an adbd daemon. See the OVERVIEW.TXT document8 Ask the ADB server for its internal version number.11 Ask the ADB server to quit immediately. This is used when the12 ADB client detects that an obsolete server is running after an32 This is a special query that is sent to the ADB server when a34 to the emulator's ADB control port, i.e. the TCP port that the38 This mechanism allows the ADB server to know when new emulator65 prefix can be used to indicate that the client is asking the ADB server96 Asks the ADB server to forward local connections from <local>162 stdin/stdout/stderr as appropriate. Note that the ADB server uses
28 ADB = 0, /* 0x001 */ enumerator
124 {"adb", ADB}, in setup_trace_mask()192 VLOG(ADB) << adb_version(); in adb_trace_init()
17 #define TRACE_TAG ADB
2 to the ADB server of an adbd daemon. See the OVERVIEW.TXT document
53 # Allow shell commands from ADB for CTS testing/dumping60 # Allow shell commands from ADB for CTS testing/dumping
48 ret = gadget->setCurrentUsbFunctions(static_cast<uint64_t>(GadgetFunction::ADB), in main()
56 # Allow shell commands from ADB for CTS testing/dumping69 # Allow shell commands from ADB for CTS testing/dumping
58 # Allow shell commands from ADB and shell for CTS testing/dumping63 # Allow shell commands from ADB for CTS testing/dumping
1 ### ADB daemon
63 # Allow shell commands from ADB and shell for CTS testing/dumping68 # Allow shell commands from ADB for CTS testing/dumping