Home
last modified time | relevance | path

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

/packages/modules/adb/
Dfile_sync_protocol.h30 #define ID_SEND_V1 MKID('S', 'E', 'N', 'D') macro
/packages/modules/adb/daemon/
Dfile_sync_service.cpp787 case ID_SEND_V1: in sync_id_to_name()
839 case ID_SEND_V1: in handle_sync_command()
/packages/modules/adb/client/
Dfile_sync_client.cpp593 req_send->id = ID_SEND_V1; in SendSmallFile()
734 if (!SendRequest(ID_SEND_V1, path_and_mode)) { in SendLargeFileLegacy()