Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
H A Dserver_for_client.h37 int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) override;
H A Dclient.h43 int ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) override;
H A Dclient.cpp647 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel() function in Hdc::HdcClient
656 WRITE_LOG(LOG_DEBUG, "Client ReadChannel :%d", bytesIO); in ReadChannel()
H A Dserver_for_client.cpp835 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel() function in Hdc::HdcServerForClient
852 WRITE_LOG(LOG_FATAL, "Client ReadChannel : direct send to daemon failed"); in ReadChannel()
869 WRITE_LOG(LOG_DEBUG, "ReadChannel cid:%u sid:%u key:%s command: %s", in ReadChannel()
872 WRITE_LOG(LOG_FATAL, "ReadChannel bJumpDo true"); in ReadChannel()
/developtools/hdc/src/common/
H A Dchannel.h44 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel() function in Hdc::HdcChannelBase
H A Dchannel.cpp149 childRet = thisClass->ReadChannel(hChannel, reinterpret_cast<uint8_t *>(hChannel->ioBuf) + in ReadStream()

Completed in 5 milliseconds