Home
last modified time | relevance | path

Searched refs:ReadChannel (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/host/
Dserver_for_client.h37 int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) override;
Dclient.h42 int ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) override;
Dclient.cpp571 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel() function in Hdc::HdcClient
Dserver_for_client.cpp827 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel() function in Hdc::HdcServerForClient
/developtools/hdc/src/common/
Dchannel.h44 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel() function
Dchannel.cpp149 childRet = thisClass->ReadChannel(hChannel, reinterpret_cast<uint8_t *>(hChannel->ioBuf) + in ReadStream()