Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver.cpp712 bool stopLoop = false; in UsbPreConnect() local
727 stopLoop = true; in UsbPreConnect()
730 if (stopLoop && !uv_is_closing((const uv_handle_t *)handle)) { in UsbPreConnect()
739 bool stopLoop = false; in UartPreConnect() local
747 stopLoop = true; in UartPreConnect()
763 stopLoop = true; in UartPreConnect()
766 if (stopLoop) { in UartPreConnect()