Searched refs:SendToStreamEx (Results 1 – 5 of 5) sorted by relevance
| /developtools/hdc/src/common/ |
| D | base.h | 31 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h…
|
| D | channel.cpp | 333 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data); in SendChannel() 560 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data); in EchoToClient()
|
| D | forward.cpp | 754 nRet = Base::SendToStreamEx((uv_stream_t *)&ctx->tcp, pDynBuf, size, nullptr, in SendForwardBuf() 758 nRet = Base::SendToStreamEx((uv_stream_t *)&ctx->pipe, pDynBuf, size, nullptr, in SendForwardBuf()
|
| D | base.cpp | 474 return SendToStreamEx(handleStream, pDynBuf, bufLen, nullptr, in SendToStream() 480 …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()
|