Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_protocol.h25 #define ID_SEND MKID('S', 'E', 'N', 'D') macro
/system/core/adb/daemon/
Dfile_sync_service.cpp501 case ID_SEND: in sync_id_to_name()
549 case ID_SEND: in handle_sync_command()
/system/core/adb/client/
Dfile_sync_client.cpp394 req_send->id = ID_SEND; in SendSmallFile()
424 if (!SendRequest(ID_SEND, path_and_mode)) { in SendLargeFile()