Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dclient.h38 static void AllocStdbuf(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf);
Dclient.cpp429 void HdcClient::AllocStdbuf(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocStdbuf() function in Hdc::HdcClient
501 uv_read_start((uv_stream_t *)&hChannel->stdinTty, AllocStdbuf, ReadStd); in BindLocalStd()