Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_protocol.h34 #define ID_DONE MKID('D', 'O', 'N', 'E') macro
/system/core/adb/daemon/
Dfile_sync_service.cpp242 msg.id = ID_DONE; in do_list()
303 if (msg.data.id == ID_DONE) { in handle_send_file_data()
417 if (msg.data.id == ID_DONE) { in handle_send_file()
484 if (msg.data.id == ID_DONE) { in handle_send_link()
708 msg.data.id = ID_DONE; in recv_impl()
/system/core/adb/client/
Dfile_sync_client.cpp537 if (dent.id == ID_DONE) return true; in FinishLsImpl()
597 req_done->id = ID_DONE; in SendSmallFile()
715 msg.data.id = ID_DONE; in SendLargeFile()
766 msg.data.id = ID_DONE; in SendLargeFileLegacy()
1102 if (msg.data.id == ID_DONE) break; in sync_recv_v1()
1187 if (msg.data.id == ID_DONE) { in sync_recv_v2()