Home
last modified time | relevance | path

Searched defs:revents (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
Dutil.cpp23 bool isSocketReadable(const short revents) { return 0 != (revents & POLLIN); } in isSocketReadable()
25 bool isSocketBad(const short revents) { in isSocketBad()
/hardware/interfaces/wifi/netlinkinterceptor/vts/functional/
Dinterceptor_aidl_test.cpp107 static bool isSocketReadable(const short revents) { in isSocketReadable()
111 static bool isSocketBad(const short revents) { in isSocketBad()