Searched refs:fdSet (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/host/ |
| D | host_usb.cpp | 465 fd_set fdSet; in UsbToHdcProtocol() local 467 FD_ZERO(&fdSet); in UsbToHdcProtocol() 468 FD_SET(fd, &fdSet); in UsbToHdcProtocol() 473 childRet = select(fd + 1, nullptr, &fdSet, nullptr, &timeout); in UsbToHdcProtocol()
|
| /developtools/hdc/src/common/ |
| D | uart.cpp | 399 fd_set fdSet; in UartToHdcProtocol() local 401 FD_ZERO(&fdSet); in UartToHdcProtocol() 402 FD_SET(fd, &fdSet); in UartToHdcProtocol() 407 childRet = select(fd + 1, NULL, &fdSet, NULL, &timeout); in UartToHdcProtocol()
|