Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_protocol.h28 #define ID_DONE MKID('D', 'O', 'N', 'E') macro
/system/core/adb/daemon/
Dfile_sync_service.cpp205 msg.dent.id = ID_DONE; in do_list()
277 if (msg.data.id == ID_DONE) { in handle_send_file()
317 if (msg.data.id == ID_DONE) { in handle_send_file()
383 if (msg.data.id == ID_DONE) { in handle_send_link()
486 msg.data.id = ID_DONE; in do_recv()
/system/core/adb/client/
Dfile_sync_client.cpp408 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()
750 if (msg.data.id == ID_DONE) break; in sync_recv()