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

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleExit.java 73 client.sendAndConsume(packet, mInst);
HandleHello.java 164 client.sendAndConsume(packet, mInst);
196 client.sendAndConsume(packet, mInst);
Debugger.java 290 mClient.sendAndConsume(packet);
333 synchronized void sendAndConsume(JdwpPacket packet)
HandleProfiling.java 111 client.sendAndConsume(packet, mInst);
133 client.sendAndConsume(packet, mInst);
189 client.sendAndConsume(packet, mInst);
208 client.sendAndConsume(packet, mInst);
242 client.sendAndConsume(packet, mInst);
HandleNativeHeap.java 102 client.sendAndConsume(packet, mInst);
113 client.sendAndConsume(packet, mInst);
HandleThread.java 281 client.sendAndConsume(packet, mInst);
306 client.sendAndConsume(packet, mInst);
376 client.sendAndConsume(packet, mInst);
HandleHeap.java 157 client.sendAndConsume(packet, mInst);
211 client.sendAndConsume(packet, mInst);
227 client.sendAndConsume(packet, mInst);
249 client.sendAndConsume(packet, mInst);
273 client.sendAndConsume(packet, mInst);
332 client.sendAndConsume(packet, mInst);
348 client.sendAndConsume(packet, mInst);
364 client.sendAndConsume(packet, mInst);
Client.java 539 * Equivalent to sendAndConsume(packet, null).
541 void sendAndConsume(JdwpPacket packet) throws IOException {
542 sendAndConsume(packet, null);
555 void sendAndConsume(JdwpPacket packet, ChunkHandler replyHandler)
598 dbg.sendAndConsume(packet);
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 52 milliseconds