Home
last modified time | relevance | path

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

/aosp12/art/dt_fd_forward/
H A Ddt_fd_forward.cc467 pkt_(pkt), in PacketReader()
482 pkt_->type.cmd.len = len; in ReadFully()
519 pkt_->type.cmd.len = 0; in HandleResult()
576 jdwpPacket* pkt_; member in dt_fd_forward::PacketReader
600 PushInt32(pkt_->type.cmd.len); in WriteFully()
601 PushInt32(pkt_->type.cmd.id); in WriteFully()
602 PushByte(pkt_->type.cmd.flags); in WriteFully()
605 PushData(pkt_->type.reply.data, pkt_->type.reply.len - 11); in WriteFully()
608 PushByte(pkt_->type.cmd.cmd); in WriteFully()
609 PushData(pkt_->type.cmd.data, pkt_->type.cmd.len - 11); in WriteFully()
[all …]