Searched defs:aMaxFd (Results  1 – 13 of 13) sorted by relevance
| /external/openthread/src/android/thread_network_hal/ | 
| D | vendor_interface.cpp | 89 void VendorInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct time…  in UpdateFdSet()
 | 
| D | hal_interface.cpp | 153 void HalInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct timeval…  in UpdateFdSet()
 | 
| /external/openthread/src/posix/platform/ | 
| D | trel.cpp | 391 OT_TOOL_WEAK void trelDnssdUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, int *aMaxFd, struct…  in trelDnssdUpdateFdSet()528 void platformTrelUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, int *aMaxFd, struct timeval *…  in platformTrelUpdateFdSet()
 
 | 
| D | vendor_interface_example.cpp | 115 void VendorInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct time…  in UpdateFdSet()
 | 
| D | virtual_time.cpp | 165                             int *           aMaxFd,  in virtualTimeUpdateFdSet()
 | 
| D | system.cpp | 291 static int trySelect(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int aMaxFd)  in trySelect()
 | 
| D | hdlc_interface.cpp | 344 void HdlcInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct timeva…  in UpdateFdSet()
 | 
| D | spi_interface.cpp | 630 void SpiInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct timeval…  in UpdateFdSet()
 | 
| D | radio.cpp | 302 void platformRadioUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, int *aMaxFd, struct timeval …  in platformRadioUpdateFdSet()
 | 
| D | netif.cpp | 1803 …platformNetifUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int *aMaxFd)
 | 
| /external/openthread/examples/platforms/simulation/ | 
| D | uart.c | 179 … platformUartUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int *aMaxFd)  in platformUartUpdateFdSet()
 | 
| D | trel.c | 427 …formTrelUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, struct timeval *aTimeout, int *aMaxFd)  in platformTrelUpdateFdSet()
 | 
| D | radio.c | 757 …ormRadioUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, struct timeval *aTimeout, int *aMaxFd)  in platformRadioUpdateFdSet()
 |