Searched refs:ReadChannel (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/host/ |
| D | client.h | 42 int ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) override;
|
| D | server_for_client.h | 37 int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) override;
|
| D | client.cpp | 571 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel() function in Hdc::HdcClient
|
| D | server_for_client.cpp | 809 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel() function in Hdc::HdcServerForClient
|
| /developtools/hdc/src/common/ |
| D | channel.h | 44 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel() function
|
| D | channel.cpp | 150 childRet = thisClass->ReadChannel(hChannel, reinterpret_cast<uint8_t *>(hChannel->ioBuf) + in ReadStream()
|