Home
last modified time | relevance | path

Searched refs:stdinTty (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/host/
Dclient.cpp53 ModifyTty(false, &hChannel->stdinTty); in NotifyInstanceChannelFree()
486 || uv_tty_init(loopMain, &hChannel->stdinTty, STDIN_FILENO, 1)) { in BindLocalStd()
492 hChannel->stdinTty.data = hChannel; in BindLocalStd()
496 ModifyTty(true, &hChannel->stdinTty); in BindLocalStd()
497 uv_read_start((uv_stream_t *)&hChannel->stdinTty, AllocStdbuf, ReadStd); in BindLocalStd()
/developtools/hdc/src/common/
Dchannel.cpp369 hChannel->stdinTty.data = nullptr; in MallocChannel()
424 Base::TryCloseHandle((uv_handle_t *)&hChannel->stdinTty, closeChannelHandle); in FreeChannelContinue()
Ddefine_plus.h509 uv_tty_t stdinTty; member