Home
last modified time | relevance | path

Searched refs:SendToStreamEx (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc/src/common/
Dchannel.cpp332 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data); in SendChannel()
562 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data); in EchoToClient()
Dbase.h32 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h…
Dforward.cpp758 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()
Dbase.cpp570 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/
Djdwp.cpp389 …if (Base::SendToStreamEx((uv_stream_t *)&ctx->pipe, (uint8_t *)&ctx->dummy, 1, (uv_stream_t *)&ctx… in SendJdwpNewFD()