Searched refs:SendToTask (Results 1 – 2 of 2) sorted by relevance
/developtools/hdc/src/common/ |
D | forward.cpp | 78 SendToTask(ctxClient->id, CMD_FORWARD_ACTIVE_SLAVE, reinterpret_cast<uint8_t *>(buf), in OnAccept() 189 SendToTask(ctx->id, CMD_FORWARD_FREE_CONTEXT, nullptr, 0); in FreeContext() 216 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const … in SendToTask() function in Hdc::HdcForwardBase 268 ctx->thisClass->SendToTask(ctx->id, CMD_FORWARD_DATA, (uint8_t *)buf->base, nread); in ReadForwardBuf() 321 SendToTask(ctx->id, CMD_FORWARD_CHECK_RESULT, &flag, 1); in SetupPointContinue() 330 if (!SendToTask(ctx->id, CMD_FORWARD_ACTIVE_MASTER, nullptr, 0)) { in SetupPointContinue() 406 return SendToTask(ctx->id, CMD_FORWARD_DATA, b, c); in SetupDevicePoint() 588 SendToTask(ctxPoint->id, CMD_FORWARD_CHECK, reinterpret_cast<uint8_t *>(bufString), in BeginForward()
|
D | forward.h | 85 bool SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const int bufSize);
|