Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_service.h37 #define ID_STAT MKID('S','T','A','T') macro
Dfile_sync_client.c131 msg.req.id = ID_STAT; in sync_readtime()
143 if(msg.stat.id != ID_STAT) { in sync_readtime()
156 msg.req.id = ID_STAT; in sync_start_readtime()
175 if(msg.stat.id != ID_STAT) in sync_finish_readtime()
190 msg.req.id = ID_STAT; in sync_readmode()
202 if(msg.stat.id != ID_STAT) { in sync_readmode()
Dfile_sync_service.c61 msg.stat.id = ID_STAT; in do_stat()
390 case ID_STAT: