Home
last modified time | relevance | path

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

/developtools/hdc_standard/src/common/
Dchannel.h42 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
Dsession.h140 virtual void JdwpNewFileDescriptor(const uint8_t *buf, const int bytesIO) in JdwpNewFileDescriptor()
Dsession.cpp959 const int bytesIO) in DispatchSessionThreadCommand()
/developtools/hdc_standard/src/test/
Dut_mod.cpp25 int bytesIO = 0; in TestBaseCommand() local
73 int bytesIO = 0; in TestShellExecute() local
/developtools/hdc_standard/src/host/
Dserver_for_client.cpp539 int HdcServerForClient::BindChannelToSession(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in BindChannelToSession()
591 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake()
624 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
Dclient.cpp342 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel()
/developtools/hdc_standard/src/daemon/
Ddaemon.cpp361 void HdcDaemon::JdwpNewFileDescriptor(const uint8_t *buf, const int bytesIO) in JdwpNewFileDescriptor()