Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Djdwp.h31 bool SendJdwpNewFD(uint32_t targetPID, int fd);
Ddaemon.cpp469 ((HdcJdwp *)clsJdwp)->SendJdwpNewFD(pid, fd); in JdwpNewFileDescriptor()
Djdwp.cpp351 bool HdcJdwp::SendJdwpNewFD(uint32_t targetPID, int fd) in SendJdwpNewFD() function in Hdc::HdcJdwp