Lines Matching refs:sync
9 Requesting the sync service ("sync:") using the protocol as described in
10 SERVICES.TXT sets the connection in sync mode. This mode is a binary mode that
11 differ from the regular adb protocol. The connection stays in sync mode until
14 After the initial "sync:" command is sent the server must respond with either
17 In sync mode both the server and the client will frequently use eight-byte
18 packets to communicate in this document called sync request and sync
19 responses. The first four bytes is an id and specifies sync request is
22 all binary integers are Little-Endian in the sync mode. Sync mode is
23 implicitly exited after each sync request, and normal adb communication
26 The following sync requests are accepted:
32 For all of the sync request above the must be followed by length number of
40 1. A four-byte sync response id "DENT"
48 When an sync response "DONE" is received the listing is done.
62 A sync request with id "DATA" and length equal to the chunk size. After
66 When the file is transferred a sync request "DONE" is sent, where length is set
68 request (but not to chuck requests) with an "OKAY" sync response (length can
74 the file that will be returned. Just as for the SEND sync request the file
75 received is split up into chunks. The sync response id is "DATA" and length is
79 When the file is transferred a sync response "DONE" is retrieved where the