Searched refs:sendStream (Results 1 – 1 of 1) sorted by relevance
| /developtools/hdc/src/common/ |
| D | channel.cpp | 305 uv_stream_t *sendStream = nullptr; in SendChannel() local 317 sendStream = (uv_stream_t *)&hChannel->hWorkTCP; in SendChannel() 319 sendStream = (uv_stream_t *)&hChannel->hChildWorkTCP; in SendChannel() 321 if (!uv_is_closing((const uv_handle_t *)sendStream) && uv_is_writable(sendStream)) { in SendChannel() 323 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data); in SendChannel() 523 uv_stream_t *sendStream = nullptr; in EchoToClient() local 534 sendStream = (uv_stream_t *)&hChannel->hChildWorkTCP; in EchoToClient() 535 if (!uv_is_closing((const uv_handle_t *)sendStream) && uv_is_writable(sendStream)) { in EchoToClient() 537 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data); in EchoToClient()
|