Lines Matching +full:- +full:- +full:-
12 +----------+ +------------------------+
13 | ADB +----------+ | ADB SERVER | +----------+
15 +----------+ | | Transport+-------------+ (DEVICE) |
16 | | | +----------+
17 +----------- | | |
18 | ADB | v + | +----------+
19 | CLIENT +--------->SmartSocket | (USB)| ADBD |
20 +----------+ ^ | (TCP/IP) Transport+-------------+ (DEVICE) |
21 | | | +----------+
22 +----------+ | | |
23 | DDMLIB | | | Transport+--+ +----------+
24 | CLIENT +----------+ | | | (TCP/IP)| ADBD |
25 +----------+ +------------------------+ +----------|(EMULATOR)|
26 +----------+
29 …ice. Daemon specific code is enclosed in `!ADB_HOST` but also sometimes with-in `__ANDROID__` guar…
40 …ver and Daemon is a main thread running an fdevent loop, which is a platform-independent abstracti…
45 +------------+ +-------------------------^
47 +------------+ | POLLING (Main thread) |
49 +------------+ | |
50 | Function<> | ^-^-------^-------^------^^
51 +------------+ | | | |
53 +------------+ | | | |
56 |Interrupt fd+------+ +----+ +----+ +----+
57 +------------+ fd Socket Pipe
62 …e is no `A_READ` command because an asocket is unidirectional. To model a bi-directional stream, a…
67 +---------------------ASocket------------------------+
69 | +----------------APacket Queue------------------+ |
72 | | +--------+ +--------+ +--------+ | |
74 | | +--------+ +--------+ +--------+ | |
80 | | +--------+ +--------+ +--------+ | |
82 | +-----------------------------------------------+ |
83 +---------------------------------------------------+
86 …tify an unique stream. Note that unlike TCP which feature an "unacknowledged-send window", an apac…
90 ## adbd <-> APPPLICATION communication
93 - platform/dalvik/+/main/docs/debugmon.html
94 - platform/dalvik/+/main/docs/debugger.html
98 To transfer files and directories, ADB places a smart-socket in SYNC mode and then issues SYNC comm…