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

  /frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java 36 public static final int CHUNK_MPRQ = type("MPRQ");
52 DdmServer.registerHandler(CHUNK_MPRQ, mInstance);
83 } else if (type == CHUNK_MPRQ) {
185 return new Chunk(CHUNK_MPRQ, reply, 0, reply.length);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleProfiling.java 34 public static final int CHUNK_MPRQ = type("MPRQ");
47 mt.registerChunkHandler(CHUNK_MPRQ, mInst);
75 } else if (type == CHUNK_MPRQ) {
240 finishChunkPacket(packet, CHUNK_MPRQ, buf.position());
241 Log.d("ddm-prof", "Sending " + name(CHUNK_MPRQ));
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 444 milliseconds