Home
last modified time | relevance | path

Searched defs:aFd (Results 1 – 6 of 6) sorted by relevance

/external/openthread/src/posix/platform/
Dspi_interface.cpp220 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()
Dudp.cpp68 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()
Dsettings.cpp116 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/
Drest_web_server.cpp182 void RestWebServer::CreateNewConnection(int &aFd) in CreateNewConnection()
Dconnection.cpp58 Connection::Connection(steady_clock::time_point aStartTime, Resource *aResource, int aFd) in Connection()
/external/ot-br-posix/src/mdns/
Dmdns_avahi.cpp215 int aFd, in WatchNew()
223 AvahiWatch *AvahiPoller::WatchNew(int aFd, AvahiWatchEvent aEvent, AvahiWatchCallback aCallback, vo… in WatchNew()