Searched refs:SendChannelWithCmd (Results 1 - 3 of 3) sorted by relevance
/developtools/hdc/src/common/ |
H A D | channel.h | 51 void SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int size);
|
H A D | channel.cpp | 270 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int size) in SendChannelWithCmd() function in Hdc::HdcChannelBase 272 StartTraceScope("HdcChannelBase::SendChannelWithCmd"); in SendChannelWithCmd() 305 SendChannelWithCmd(hChannel, commandFlag, bufPtr, size); in SendWithCmd()
|
/developtools/hdc/src/host/ |
H A D | server_for_client.cpp | 199 SendChannelWithCmd(hChannel, commandFlag, payload, payloadSize); in SendCommandToClient() 595 SendChannelWithCmd(hChannel, formatCommand->cmdFlag, in TaskCommand() 829 SendChannelWithCmd(hChannel, CMD_CHECK_SERVER, in ReportServerVersion()
|
Completed in 4 milliseconds