Home
last modified time | relevance | path

Searched refs:MKID (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dfile_sync_protocol.h19 #define MKID(a, b, c, d) ((a) | ((b) << 8) | ((c) << 16) | ((d) << 24)) macro
21 #define ID_LSTAT_V1 MKID('S', 'T', 'A', 'T')
22 #define ID_STAT_V2 MKID('S', 'T', 'A', '2')
23 #define ID_LSTAT_V2 MKID('L', 'S', 'T', '2')
24 #define ID_LIST MKID('L', 'I', 'S', 'T')
25 #define ID_SEND MKID('S', 'E', 'N', 'D')
26 #define ID_RECV MKID('R', 'E', 'C', 'V')
27 #define ID_DENT MKID('D', 'E', 'N', 'T')
28 #define ID_DONE MKID('D', 'O', 'N', 'E')
29 #define ID_DATA MKID('D', 'A', 'T', 'A')
[all …]