Searched refs:fdSet (Results 1 – 2 of 2) sorted by relevance
/developtools/hdc/src/host/ |
D | host_usb.cpp | 421 fd_set fdSet; in UsbToHdcProtocol() local 423 FD_ZERO(&fdSet); in UsbToHdcProtocol() 424 FD_SET(fd, &fdSet); in UsbToHdcProtocol() 429 if ((childRet = select(fd + 1, nullptr, &fdSet, nullptr, &timeout)) <= 0) { in UsbToHdcProtocol()
|
/developtools/hdc/src/common/ |
D | uart.cpp | 392 fd_set fdSet; in UartToHdcProtocol() local 394 FD_ZERO(&fdSet); in UartToHdcProtocol() 395 FD_SET(fd, &fdSet); in UartToHdcProtocol() 400 childRet = select(fd + 1, NULL, &fdSet, NULL, &timeout); in UartToHdcProtocol()
|