Searched refs:sendAndConsume (Results 1 - 8 of 8) sorted by relevance

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DHandleExit.java73 client.sendAndConsume(packet, mInst);
H A DHandleProfiling.java111 client.sendAndConsume(packet, mInst);
133 client.sendAndConsume(packet, mInst);
189 client.sendAndConsume(packet, mInst);
208 client.sendAndConsume(packet, mInst);
242 client.sendAndConsume(packet, mInst);
H A DHandleHeap.java157 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);
H A DHandleHello.java164 client.sendAndConsume(packet, mInst);
196 client.sendAndConsume(packet, mInst);
H A DHandleThread.java281 client.sendAndConsume(packet, mInst);
306 client.sendAndConsume(packet, mInst);
376 client.sendAndConsume(packet, mInst);
H A DClient.java539 * Equivalent to sendAndConsume(packet, null).
541 void sendAndConsume(JdwpPacket packet) throws IOException { method in class:Client
542 sendAndConsume(packet, null);
555 void sendAndConsume(JdwpPacket packet, ChunkHandler replyHandler) method in class:Client
598 dbg.sendAndConsume(packet);
H A DDebugger.java290 mClient.sendAndConsume(packet);
333 synchronized void sendAndConsume(JdwpPacket packet) method in class:Debugger
H A DHandleNativeHeap.java102 client.sendAndConsume(packet, mInst);
113 client.sendAndConsume(packet, mInst);

Completed in 58 milliseconds