Searched defs:bytesIO (Results 1 – 7 of 7) sorted by relevance
| /developtools/hdc_standard/src/common/ |
| D | channel.h | 42 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
|
| D | session.h | 140 virtual void JdwpNewFileDescriptor(const uint8_t *buf, const int bytesIO) in JdwpNewFileDescriptor()
|
| D | session.cpp | 959 const int bytesIO) in DispatchSessionThreadCommand()
|
| /developtools/hdc_standard/src/test/ |
| D | ut_mod.cpp | 25 int bytesIO = 0; in TestBaseCommand() local 73 int bytesIO = 0; in TestShellExecute() local
|
| /developtools/hdc_standard/src/host/ |
| D | server_for_client.cpp | 539 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()
|
| D | client.cpp | 342 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel()
|
| /developtools/hdc_standard/src/daemon/ |
| D | daemon.cpp | 361 void HdcDaemon::JdwpNewFileDescriptor(const uint8_t *buf, const int bytesIO) in JdwpNewFileDescriptor()
|