Searched refs:SendChannel (Results 1 – 3 of 3) sorted by relevance
| /developtools/hdc/src/common/ |
| D | channel.h | 50 void SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size);
|
| D | channel.cpp | 290 SendChannel(hChannel, data, size + sizeof(commandFlag)); in SendChannelWithCmd() 312 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size) in SendChannel() function in Hdc::HdcChannelBase 353 SendChannel(hChannel, bufPtr, size); in Send()
|
| /developtools/hdc/src/host/ |
| D | server_for_client.cpp | 186 …SendChannel(hChannel, const_cast<uint8_t *>(reinterpret_cast<const uint8_t *>(log.c_str())), log.s… in EchoClient() 191 SendChannel(hChannel, payload, payloadSize); in EchoClientRaw()
|