HomeSort by relevance Sort by last modified time
    Searched refs:replyLength (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
InstallerConnection.java 70 final int replyLength = readReply();
71 if (replyLength > 0) {
72 String s = new String(buf, 0, replyLength);
  /art/runtime/jdwp/
jdwp_main.cc 399 size_t replyLength = ProcessRequest(&request, pReply, &skip_reply);
402 cc = netStateBase->WritePacket(pReply, replyLength);
404 DCHECK_EQ(replyLength, 0U);
413 if (cc != static_cast<ssize_t>(replyLength)) {
jdwp_handler.cc     [all...]

Completed in 400 milliseconds