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

  /frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java 35 public static final int CHUNK_MPSE = type("MPSE");
51 DdmServer.registerHandler(CHUNK_MPSE, mInstance);
81 } else if (type == CHUNK_MPSE) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleProfiling.java 33 public static final int CHUNK_MPSE = type("MPSE");
46 mt.registerChunkHandler(CHUNK_MPSE, mInst);
73 } else if (type == CHUNK_MPSE) {
206 finishChunkPacket(packet, CHUNK_MPSE, buf.position());
207 Log.d("ddm-prof", "Sending " + name(CHUNK_MPSE));
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 46 milliseconds