Searched defs:handleChunk (Results 1 – 10 of 10) sorted by relevance
| /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
| D | HandleTest.java | 59 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleTest
|
| D | HandleWait.java | 60 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleWait
|
| D | HandleExit.java | 55 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleExit
|
| D | HandleAppName.java | 57 public void handleChunk(Client client, int type, ByteBuffer data, in handleChunk() method in HandleAppName
|
| D | HandleHello.java | 74 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleHello
|
| D | ChunkHandler.java | 65 abstract void handleChunk(Client client, int type, in handleChunk() method in ChunkHandler
|
| D | HandleNativeHeap.java | 68 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleNativeHeap
|
| D | HandleProfiling.java | 66 public void handleChunk(Client client, int type, ByteBuffer data, in handleChunk() method in HandleProfiling
|
| D | HandleThread.java | 74 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleThread
|
| D | HandleHeap.java | 93 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk() method in HandleHeap
|