Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dchannel.h51 …void SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int …
Dchannel.cpp272 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *buf… in SendChannelWithCmd() function in Hdc::HdcChannelBase
307 SendChannelWithCmd(hChannel, commandFlag, bufPtr, size); in SendWithCmd()
/developtools/hdc/src/host/
Dserver_for_client.cpp198 SendChannelWithCmd(hChannel, commandFlag, payload, payloadSize); in SendCommandToClient()
586 SendChannelWithCmd(hChannel, formatCommand->cmdFlag, in TaskCommand()
803 SendChannelWithCmd(hChannel, CMD_CHECK_SERVER, in ReportServerVersion()