Home
last modified time | relevance | path

Searched defs:handleChunk (Results 1 – 10 of 10) sorted by relevance

/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DHandleTest.java59 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleTest
DHandleWait.java60 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleWait
DHandleExit.java55 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleExit
DHandleAppName.java57 public void handleChunk(Client client, int type, ByteBuffer data, in handleChunk() method in HandleAppName
DHandleHello.java74 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleHello
DHandleProfiling.java63 public void handleChunk(Client client, int type, ByteBuffer data, in handleChunk() method in HandleProfiling
DChunkHandler.java65 abstract void handleChunk(Client client, int type, in handleChunk() method in ChunkHandler
DHandleNativeHeap.java68 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleNativeHeap
DHandleThread.java74 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleThread
DHandleHeap.java92 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleHeap