Searched defs:aFd (Results  1 – 6 of 6) sorted by relevance
| /external/openthread/src/posix/platform/ | 
| D | spi_interface.cpp | 220 int SpiInterface::SetupGpioHandle(int aFd, uint8_t aLine, uint32_t aHandleFlags, const char *aLabel)  in SetupGpioHandle()239 int SpiInterface::SetupGpioEvent(int         aFd,  in SetupGpioEvent()
 260 void SpiInterface::SetGpioValue(int aFd, uint8_t aValue)  in SetGpioValue()
 268 uint8_t SpiInterface::GetGpioValue(int aFd)  in GetGpioValue()
 
 | 
| D | udp.cpp | 68 void *FdToHandle(int aFd)  in FdToHandle()88 otError transmitPacket(int aFd, uint8_t *aPayload, uint16_t aLength, const otMessageInfo &aMessageI…  in transmitPacket()
 180 otError receivePacket(int aFd, uint8_t *aPayload, uint16_t &aLength, otMessageInfo &aMessageInfo)  in receivePacket()
 
 | 
| D | settings.cpp | 116 static void swapWrite(otInstance *aInstance, int aFd, uint16_t aLength)  in swapWrite()137 static void swapPersist(otInstance *aInstance, int aFd)  in swapPersist()
 152 static void swapDiscard(otInstance *aInstance, int aFd)  in swapDiscard()
 
 | 
| /external/ot-br-posix/src/rest/ | 
| D | rest_web_server.cpp | 182 void RestWebServer::CreateNewConnection(int &aFd)  in CreateNewConnection()
 | 
| D | connection.cpp | 58 Connection::Connection(steady_clock::time_point aStartTime, Resource *aResource, int aFd)  in Connection()
 | 
| /external/ot-br-posix/src/mdns/ | 
| D | mdns_avahi.cpp | 215                                   int                     aFd,  in WatchNew()223 AvahiWatch *AvahiPoller::WatchNew(int aFd, AvahiWatchEvent aEvent, AvahiWatchCallback aCallback, vo…  in WatchNew()
 
 |