HomeSort by relevance Sort by last modified time
    Searched defs:CHUNK_MPRE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java 33 public static final int CHUNK_MPRE = type("MPRE");
49 DdmServer.registerHandler(CHUNK_MPRE, mInstance);
77 } else if (type == CHUNK_MPRE) {
130 return new Chunk(CHUNK_MPRE, reply, 0, reply.length);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleProfiling.java 31 public static final int CHUNK_MPRE = type("MPRE");
45 mt.registerChunkHandler(CHUNK_MPRE, mInst);
71 if (type == CHUNK_MPRE) {
131 finishChunkPacket(packet, CHUNK_MPRE, buf.position());
132 Log.d("ddm-prof", "Sending " + name(CHUNK_MPRE));
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 23 milliseconds