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

  /system/core/adb/
file_sync_service.h 37 #define ID_STAT MKID('S','T','A','T')
file_sync_service.c 61 msg.stat.id = ID_STAT;
390 case ID_STAT:
file_sync_client.c 131 msg.req.id = ID_STAT;
143 if(msg.stat.id != ID_STAT) {
156 msg.req.id = ID_STAT;
175 if(msg.stat.id != ID_STAT)
190 msg.req.id = ID_STAT;
202 if(msg.stat.id != ID_STAT) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 42 private final static byte[] ID_STAT = { 'S', 'T', 'A', 'T' };
732 byte[] msg = createFileReq(ID_STAT, path);
742 if (checkResult(statResult, ID_STAT) == false) {
767 * @param command the 4 byte command (ID_STAT, ID_RECV, ...)
785 * @param command the 4 byte command (ID_STAT, ID_RECV, ...).
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 76 milliseconds