Home
last modified time | relevance | path

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

/art/dt_fd_forward/
Ddt_fd_forward.h94 jdwpTransportError WritePacket(const jdwpPacket* pkt);
Ddt_fd_forward.cc629 jdwpTransportError FdForwardTransport::WritePacket(const jdwpPacket* pkt) { in WritePacket() function in dt_fd_forward::FdForwardTransport
744 static jdwpTransportError WritePacket(jdwpTransportEnv* env, const jdwpPacket* pkt) { in WritePacket() function in dt_fd_forward::JdwpTransportFunctions
745 return AsFdForward(env)->WritePacket(pkt); in WritePacket()
764 JdwpTransportFunctions::WritePacket,