Home
last modified time | relevance | path

Searched refs:ID_DATA (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/
Dfile_sync_protocol.h35 #define ID_DATA MKID('D', 'A', 'T', 'A') macro
/system/extras/sound/
Dplaywav.c104 #define ID_DATA 0x61746164 macro
214 hdr.data_id = ID_DATA; in wav_rec()
/system/core/adb/daemon/
Dfile_sync_service.cpp306 } else if (msg.data.id == ID_DATA) { in handle_send_file_data()
419 } else if (msg.data.id != ID_DATA) { in handle_send_file()
451 if (msg.data.id != ID_DATA) { in handle_send_link()
638 msg.data.id = ID_DATA; in recv_impl()
/system/core/adb/client/
Dfile_sync_client.cpp590 req_data->id = ID_DATA; in SendSmallFile()
644 sbuf.id = ID_DATA; in SendLargeFile()
746 sbuf.id = ID_DATA; in SendLargeFileLegacy()
1104 if (msg.data.id != ID_DATA) { in sync_recv_v1()
1192 } else if (msg.data.id != ID_DATA) { in sync_recv_v2()