Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_service.c149 msg.dent.id = ID_DONE; in do_list()
224 if(msg.data.id == ID_DONE) { in handle_send_file()
312 if(msg.data.id == ID_DONE) { in handle_send_link()
417 msg.data.id = ID_DONE;
Dfile_sync_service.h43 #define ID_DONE MKID('D','O','N','E') macro
Dfile_sync_client.c113 if(msg.dent.id == ID_DONE) return 0; in sync_ls()
374 msg.data.id = ID_DONE; in sync_send()
468 if((id == ID_DATA) || (id == ID_DONE)) { in sync_recv()
489 if(id == ID_DONE) break; in sync_recv()