Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_protocol.h29 #define ID_DATA MKID('D', 'A', 'T', 'A') macro
/system/core/adb/daemon/
Dfile_sync_service.cpp276 if (msg.data.id != ID_DATA) { in handle_send_file()
319 } else if (msg.data.id != ID_DATA) { in handle_send_file()
352 if (msg.data.id != ID_DATA) { in handle_send_link()
472 msg.data.id = ID_DATA; in do_recv()
/system/extras/sound/
Dplaywav.c104 #define ID_DATA 0x61746164 macro
214 hdr.data_id = ID_DATA; in wav_rec()
/system/core/adb/client/
Dfile_sync_client.cpp401 req_data->id = ID_DATA; in SendSmallFile()
445 sbuf.id = ID_DATA; in SendLargeFile()
752 if (msg.data.id != ID_DATA) { in sync_recv()