Searched refs:SendToStreamEx (Results 1 – 5 of 5) sorted by relevance
/developtools/hdc/src/common/ |
D | channel.cpp | 332 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data); in SendChannel() 562 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data); in EchoToClient()
|
D | base.h | 32 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h…
|
D | forward.cpp | 758 nRet = Base::SendToStreamEx((uv_stream_t *)&ctx->tcp, pDynBuf, size, nullptr, in SendForwardBuf() 762 nRet = Base::SendToStreamEx((uv_stream_t *)&ctx->pipe, pDynBuf, size, nullptr, in SendForwardBuf()
|
D | base.cpp | 570 return SendToStreamEx(handleStream, pDynBuf, bufLen, nullptr, in SendToStream() 576 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h… in SendToStreamEx() function
|
/developtools/hdc/src/daemon/ |
D | jdwp.cpp | 389 …if (Base::SendToStreamEx((uv_stream_t *)&ctx->pipe, (uint8_t *)&ctx->dummy, 1, (uv_stream_t *)&ctx… in SendJdwpNewFD()
|