Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_client.cpp291 std::vector<char> buf(sizeof(SyncRequest) + path_length); in SendRequest()
292 SyncRequest* req = reinterpret_cast<SyncRequest*>(&buf[0]); in SendRequest()
385 std::vector<char> buf(sizeof(SyncRequest) + path_length + in SendSmallFile()
386 sizeof(SyncRequest) + data_length + in SendSmallFile()
387 sizeof(SyncRequest)); in SendSmallFile()
390 SyncRequest* req_send = reinterpret_cast<SyncRequest*>(p); in SendSmallFile()
393 p += sizeof(SyncRequest); in SendSmallFile()
397 SyncRequest* req_data = reinterpret_cast<SyncRequest*>(p); in SendSmallFile()
400 p += sizeof(SyncRequest); in SendSmallFile()
404 SyncRequest* req_done = reinterpret_cast<SyncRequest*>(p); in SendSmallFile()
[all …]
Dfile_sync_service.h38 struct SyncRequest { struct
Dfile_sync_service.cpp465 SyncRequest request; in handle_sync_command()