Home
last modified time | relevance | path

Searched defs:bytesIO (Results 1 – 7 of 7) sorted by relevance

/developtools/hdc/src/common/
Dchannel.h44 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
Dsession.h142 virtual void JdwpNewFileDescriptor(const uint8_t *buf, const int bytesIO) in JdwpNewFileDescriptor()
Dsession.cpp969 const int bytesIO) in DispatchSessionThreadCommand()
/developtools/hdc/src/test/
Dut_mod.cpp25 int bytesIO = 0; in TestBaseCommand() local
76 int bytesIO = 0; in TestShellExecute() local
/developtools/hdc/src/host/
Dserver_for_client.cpp651 int HdcServerForClient::BindChannelToSession(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in BindChannelToSession()
702 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake()
743 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
Dclient.cpp418 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel()
/developtools/hdc/src/daemon/
Ddaemon.cpp400 void HdcDaemon::JdwpNewFileDescriptor(const uint8_t *buf, const int bytesIO) in JdwpNewFileDescriptor()