HomeSort by relevance Sort by last modified time
    Searched refs:ID_DATA (Results 1 - 8 of 8) sorted by null

  /system/core/adb/
file_sync_service.h 44 #define ID_DATA MKID('D','A','T','A')
file_sync_service.c 177 if(msg.data.id != ID_DATA) {
236 if(msg.data.id != ID_DATA) {
237 fail_message(s, "invalid data message: expected ID_DATA");
330 msg.data.id = ID_DATA;
file_sync_client.c 220 sbuf->id = ID_DATA;
252 sbuf->id = ID_DATA;
285 sbuf->id = ID_DATA;
464 if((id == ID_DATA) || (id == ID_DONE)) {
486 if(id != ID_DATA) goto remote_error;
  /external/tinyalsa/
tinycap.c 38 #define ID_DATA 0x61746164
142 header.data_id = ID_DATA;
tinyplay.c 37 #define ID_DATA 0x61746164
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 44 private final static byte[] ID_DATA = { 'D', 'A', 'T', 'A' };
509 if (checkResult(pullResult, ID_DATA) == false &&
546 if (checkResult(pullResult, ID_DATA) == false) {
653 System.arraycopy(ID_DATA, 0, mBuffer, 0, ID_DATA.length);
  /system/extras/sound/
playwav.c 101 #define ID_DATA 0x61746164
212 hdr.data_id = ID_DATA;
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 5066 milliseconds