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 differs 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 these are called sync requests and sync
19 responses. The first four bytes are an id that specifies the sync request. It 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 All of the sync requests above must be followed by "length": the number of
40 1. A four-byte sync response id "DENT"
48 When a 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 chunk 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