Lines Matching defs:bufPtr
270 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int size)
283 if (size > 0 && memcpy_s(data + sizeof(commandFlag), size, bufPtr, size)) {
292 void HdcChannelBase::SendWithCmd(const uint32_t channelId, const uint16_t commandFlag, uint8_t *bufPtr, const int size)
305 SendChannelWithCmd(hChannel, commandFlag, bufPtr, size);
310 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size)
320 if (memcpy_s(data + DWORD_SERIALIZE_SIZE, sizeNewBuf - DWORD_SERIALIZE_SIZE, bufPtr, size)) {
338 void HdcChannelBase::Send(const uint32_t channelId, uint8_t *bufPtr, const int size)
351 SendChannel(hChannel, bufPtr, size);
565 void HdcChannelBase::EchoToClient(HChannel hChannel, uint8_t *bufPtr, const int size)
575 if (memcpy_s(data + DWORD_SERIALIZE_SIZE, sizeNewBuf - DWORD_SERIALIZE_SIZE, bufPtr, size)) {