Home
last modified time | relevance | path

Searched defs:handleStream (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/test/jdwp/
DHdcJdwpSimulator.cpp39 RetErrCode HdcJdwpSimulator::SendToStream(uv_stream_t *handleStream, const uint8_t *buf, in SendToStream()
/developtools/hdc/src/common/
Duart.cpp36 int ExternInterface::SendToStream(uv_stream_t *handleStream, const uint8_t *buf, const int len) in SendToStream()
Dbase.cpp409 int SendToStream(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen) in SendToStream()
431 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h… in SendToStreamEx()