Home
last modified time | relevance | path

Searched refs:ev_events (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/sensors/
Dmultihal_sensors_epoll.cpp72 const int ev_events = ev->events; in qemuSensorListenerThread() local
75 if (ev_events & (EPOLLERR | EPOLLHUP)) { in qemuSensorListenerThread()
77 __func__, __LINE__, ev_events); in qemuSensorListenerThread()
79 } else if (ev_events & EPOLLIN) { in qemuSensorListenerThread()
83 if (ev_events & (EPOLLERR | EPOLLHUP)) { in qemuSensorListenerThread()
85 __func__, __LINE__, ev_events); in qemuSensorListenerThread()
87 } else if (ev_events & EPOLLIN) { in qemuSensorListenerThread()
/device/generic/goldfish/gnss/
Dgnss_hw_conn.cpp122 const int ev_events = ev->events; in workerThread() local
125 if (ev_events & (EPOLLERR | EPOLLHUP)) { in workerThread()
127 __PRETTY_FUNCTION__, __LINE__, ev_events); in workerThread()
129 } else if (ev_events & EPOLLIN) { in workerThread()
145 if (ev_events & (EPOLLERR | EPOLLHUP)) { in workerThread()
147 __PRETTY_FUNCTION__, __LINE__, ev_events); in workerThread()
149 } else if (ev_events & EPOLLIN) { in workerThread()