Home
last modified time | relevance | path

Searched refs:handleSend (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/common/
Dbase.h31 …oStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *handleSend,
Dbase.cpp405 …oStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *handleSend, in SendToStreamEx() argument
430 if (handleSend) { in SendToStreamEx()
431 … ret = uv_write2(reqWrite, handleStream, &bfr, 1, handleSend, (uv_write_cb)finishCallback); in SendToStreamEx()