OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHUNK_MPSE
(Results
1 - 3
of
3
) sorted by null
/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
));
/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
) {
/prebuilt/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 797 milliseconds