Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_protocol.h32 #define ID_RECV_V1 MKID('R', 'E', 'C', 'V') macro
/system/core/adb/daemon/
Dfile_sync_service.cpp782 case ID_RECV_V1: in sync_id_to_name()
836 case ID_RECV_V1: in handle_sync_command()
/system/core/adb/client/
Dfile_sync_client.cpp1085 if (!sc.SendRequest(ID_RECV_V1, rpath)) return false; in sync_recv_v1()