Searched refs:handleSend (Results 1 – 2 of 2) sorted by relevance
/developtools/hdc/src/common/ |
D | base.h | 31 …oStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *handleSend,
|
D | base.cpp | 405 …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()
|