Home
last modified time | relevance | path

Searched refs:SendChannel (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/common/
Dchannel.h50 void SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size);
Dchannel.cpp290 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/
Dserver_for_client.cpp186SendChannel(hChannel, const_cast<uint8_t *>(reinterpret_cast<const uint8_t *>(log.c_str())), log.s… in EchoClient()
191 SendChannel(hChannel, payload, payloadSize); in EchoClientRaw()