Home
last modified time | relevance | path

Searched defs:aMaxFd (Results 1 – 13 of 13) sorted by relevance

/external/openthread/src/android/thread_network_hal/
Dvendor_interface.cpp89 void VendorInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct time… in UpdateFdSet()
Dhal_interface.cpp153 void HalInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct timeval… in UpdateFdSet()
/external/openthread/src/posix/platform/
Dtrel.cpp391 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()
Dvendor_interface_example.cpp115 void VendorInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct time… in UpdateFdSet()
Dvirtual_time.cpp165 int * aMaxFd, in virtualTimeUpdateFdSet()
Dsystem.cpp291 static int trySelect(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int aMaxFd) in trySelect()
Dhdlc_interface.cpp344 void HdlcInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct timeva… in UpdateFdSet()
Dspi_interface.cpp630 void SpiInterface::UpdateFdSet(fd_set &aReadFdSet, fd_set &aWriteFdSet, int &aMaxFd, struct timeval… in UpdateFdSet()
Dradio.cpp302 void platformRadioUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, int *aMaxFd, struct timeval … in platformRadioUpdateFdSet()
Dnetif.cpp1803 …platformNetifUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int *aMaxFd)
/external/openthread/examples/platforms/simulation/
Duart.c179 … platformUartUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int *aMaxFd) in platformUartUpdateFdSet()
Dtrel.c427 …formTrelUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, struct timeval *aTimeout, int *aMaxFd) in platformTrelUpdateFdSet()
Dradio.c757 …ormRadioUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, struct timeval *aTimeout, int *aMaxFd) in platformRadioUpdateFdSet()