Searched refs:ReadChannel (Results 1 - 6 of 6) sorted by relevance
/developtools/hdc/src/host/ |
H A D | server_for_client.h | 37 int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) override;
|
H A D | client.h | 43 int ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) override;
|
H A D | client.cpp | 647 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 D | server_for_client.cpp | 835 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 D | channel.h | 44 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel() function in Hdc::HdcChannelBase
|
H A D | channel.cpp | 149 childRet = thisClass->ReadChannel(hChannel, reinterpret_cast<uint8_t *>(hChannel->ioBuf) + in ReadStream()
|
Completed in 5 milliseconds