Home
last modified time | relevance | path

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

/aosp12/system/extras/sound/
H A Dplaywav.c104 #define ID_DATA 0x61746164 macro
214 hdr.data_id = ID_DATA; in wav_rec()
/aosp12/frameworks/base/cmds/bootanimation/
H A Daudioplay.cpp62 static const uint32_t ID_DATA = 0x61746164; variable
291 case ID_DATA: in parseClipBuf()
/aosp12/packages/modules/adb/
H A Dfile_sync_protocol.h35 #define ID_DATA MKID('D', 'A', 'T', 'A') macro
/aosp12/packages/modules/adb/daemon/
H A Dfile_sync_service.cpp307 } else if (msg.data.id == ID_DATA) { in handle_send_file_data()
428 } else if (msg.data.id != ID_DATA) { in handle_send_file()
460 if (msg.data.id != ID_DATA) { in handle_send_link()
647 msg.data.id = ID_DATA; in recv_impl()
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A Darec.c36 #define ID_DATA 0x61746164 macro
453 hdr.data_id = ID_DATA; in rec_wav()
H A Daplay.c40 #define ID_DATA 0x61746164 macro
/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp600 req_data->id = ID_DATA; in SendSmallFile()
654 sbuf.id = ID_DATA; in SendLargeFile()
756 sbuf.id = ID_DATA; in SendLargeFileLegacy()
1114 if (msg.data.id != ID_DATA) { in sync_recv_v1()
1202 } else if (msg.data.id != ID_DATA) { in sync_recv_v2()