Searched refs:ReadChannel (Results 1 – 6 of 6) sorted by relevance
/developtools/hdc/src/host/ |
D | server_for_client.h | 37 int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) override;
|
D | client.h | 42 int ReadChannel(HChannel hChannel, uint8_t *buf, 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 | 827 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 | 149 childRet = thisClass->ReadChannel(hChannel, reinterpret_cast<uint8_t *>(hChannel->ioBuf) + in ReadStream()
|