Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_service.cpp177 msg.dent.id = ID_DONE; in do_list()
241 if (msg.data.id == ID_DONE) { in handle_send_file()
288 if (msg.data.id == ID_DONE) { in handle_send_file()
350 if (msg.data.id == ID_DONE) { in handle_send_link()
435 msg.data.id = ID_DONE; in do_recv()
Dfile_sync_service.h32 #define ID_DONE MKID('D','O','N','E') macro
Dfile_sync_client.cpp405 req_done->id = ID_DONE; in SendSmallFile()
470 msg.data.id = ID_DONE; in SendLargeFile()
622 if (msg.dent.id == ID_DONE) return true; in sync_ls()
753 if (msg.data.id == ID_DONE) break; in sync_recv()