Searched refs:MKID (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | file_sync_protocol.h | 19 #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') 25 #define ID_LIST_V1 MKID('L', 'I', 'S', 'T') 26 #define ID_LIST_V2 MKID('L', 'I', 'S', '2') 27 #define ID_DENT_V1 MKID('D', 'E', 'N', 'T') 28 #define ID_DENT_V2 MKID('D', 'N', 'T', '2') 30 #define ID_SEND_V1 MKID('S', 'E', 'N', 'D') 31 #define ID_SEND_V2 MKID('S', 'N', 'D', '2') [all …]
|