Home
last modified time | relevance | path

Searched refs:sendStream (Results 1 - 1 of 1) sorted by relevance

/developtools/hdc/src/common/
H A Dchannel.cpp313 uv_stream_t *sendStream = nullptr; in SendChannel() local
325 sendStream = (uv_stream_t *)&hChannel->hWorkTCP; in SendChannel()
327 sendStream = (uv_stream_t *)&hChannel->hChildWorkTCP; in SendChannel()
329 if (!uv_is_closing((const uv_handle_t *)sendStream) && uv_is_writable(sendStream)) { in SendChannel()
331 Base::SendToStreamEx(sendStream, data, sizeNewBuf, nullptr, (void *)WriteCallback, data); in SendChannel()
568 uv_stream_t *sendStream = nullptr; in EchoToClient() local
579 sendStream = (uv_stream_t *)&hChannel->hChildWorkTCP; in EchoToClient()
580 if (!uv_is_closing((const uv_handle_t *)sendStream) && uv_is_writable(sendStream)) { in EchoToClient()
[all...]

Completed in 2 milliseconds