Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 3 of 3) sorted by relevance

/art/dt_fd_forward/
Ddt_fd_forward.cc480 } else if ((pkt_->type.reply.flags & JDWPTRANSPORT_FLAGS_REPLY) == JDWPTRANSPORT_FLAGS_REPLY) { in ReadFully()
490 pkt_->type.reply.errorCode = ReadInt16(); in ReadReplyPacket()
491 pkt_->type.reply.data = ReadRemaining(); in ReadReplyPacket()
594 if ((pkt_->type.reply.flags & JDWPTRANSPORT_FLAGS_REPLY) == JDWPTRANSPORT_FLAGS_REPLY) { in WriteFully()
595 PushInt16(pkt_->type.reply.errorCode); in WriteFully()
596 PushData(pkt_->type.reply.data, pkt_->type.reply.len - 11); in WriteFully()
/art/adbconnection/
Dadbconnection.cc747 std::vector<uint8_t> reply; in HandleDataWithoutAgent() local
753 /*out*/&reply)) { in HandleDataWithoutAgent()
760 art::ArrayRef<const uint8_t>(reply)); in HandleDataWithoutAgent()
/art/test/dexdump/
Dcheckers.txt1465 002476: 1a00 0801 |003f: const-string v0, "only reply" // string@0108