Searched refs:sendStream (Results 1 – 1 of 1) sorted by relevance
| /developtools/hdc/src/common/ |
| D | channel.cpp | 315 uv_stream_t *sendStream = nullptr; in SendChannel() local 327 sendStream = (uv_stream_t *)&hChannel->hWorkTCP; in SendChannel() 329 sendStream = (uv_stream_t *)&hChannel->hChildWorkTCP; in SendChannel() 331 if (!uv_is_closing((const uv_handle_t *)sendStream) && uv_is_writable(sendStream)) { in SendChannel() 333 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data); in SendChannel() 546 uv_stream_t *sendStream = nullptr; in EchoToClient() local 557 sendStream = (uv_stream_t *)&hChannel->hChildWorkTCP; in EchoToClient() 558 if (!uv_is_closing((const uv_handle_t *)sendStream) && uv_is_writable(sendStream)) { in EchoToClient() 560 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data); in EchoToClient()
|