Searched refs:MKID (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | file_sync_service.h | 30 #define MKID(a,b,c,d) ((d) | ((c) << 8) | ((b) << 16) | ((a) << 24)) macro 34 #define MKID(a,b,c,d) ((a) | ((b) << 8) | ((c) << 16) | ((d) << 24)) macro 37 #define ID_STAT MKID('S','T','A','T') 38 #define ID_LIST MKID('L','I','S','T') 39 #define ID_ULNK MKID('U','L','N','K') 40 #define ID_SEND MKID('S','E','N','D') 41 #define ID_RECV MKID('R','E','C','V') 42 #define ID_DENT MKID('D','E','N','T') 43 #define ID_DONE MKID('D','O','N','E') 44 #define ID_DATA MKID('D','A','T','A') [all …]
|