Home
last modified time | relevance | path

Searched refs:preparePoll (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
DInterceptorRelay.cpp52 mNlSocket->preparePoll(POLLIN), in relayMessages()
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DSocket.h198 pollfd preparePoll(short events = 0);
/hardware/interfaces/wifi/netlinkinterceptor/vts/functional/
Dinterceptor_aidl_test.cpp117 mSocket->preparePoll(POLLIN), in multicastReceiver()
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DSocket.cpp179 pollfd Socket::preparePoll(short events) { in preparePoll() function in android::nl::Socket