HomeSort by relevance Sort by last modified time
    Searched refs:POLLIN (Results 126 - 150 of 281) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/core/init/
ueventd.c 100 ufd.events = POLLIN;
108 if (ufd.revents & POLLIN)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
pipe_node.cc 37 Error err = wait.WaitOnEvent(POLLIN, ms);
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_netlink.c 309 .events = POLLIN },
311 .events = POLLIN },
318 if (fds[0].revents & POLLIN) {
326 if (fds[1].revents & POLLIN) {
linux_udev.c 168 .events = POLLIN},
170 .events = POLLIN},
176 if (fds[0].revents & POLLIN) {
184 if (fds[1].revents & POLLIN) {
poll_windows.h 54 #define POLLIN 0x0001 /* There is data to read */
  /hardware/invensense/60xx/libsensors_iio/
sensors_mpl.cpp 127 mPollFds[mpl].events = POLLIN;
131 mPollFds[compass].events = POLLIN;
167 if (mPollFds[i].revents & (POLLIN | POLLPRI)) {
188 if (mPollFds[dmpOrient].revents & (POLLIN | POLLPRI)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poll.py 39 p.modify(rd, select.POLLIN)
57 ready_readers = find_ready_matching(ready, select.POLLIN)
122 pollster.register( p, select.POLLIN )
134 elif flags & select.POLLIN:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poll.py 39 p.modify(rd, select.POLLIN)
57 ready_readers = find_ready_matching(ready, select.POLLIN)
122 pollster.register( p, select.POLLIN )
134 elif flags & select.POLLIN:
  /system/core/debuggerd/
getevent.cpp 83 ufds[nfds].events = POLLIN;
172 ufds[0].events = POLLIN;
205 if (ufds[0].revents & POLLIN) {
210 if (ufds[i].revents & POLLIN) {
  /device/lge/hammerhead/libsensors/
sensors.cpp 191 mPollFds[mpl].events = POLLIN;
196 mPollFds[compass].events = POLLIN;
216 mPollFds[light].events = POLLIN;
221 mPollFds[proximity].events = POLLIN;
238 mPollFds[wake].events = POLLIN;
282 if (mPollFds[i].revents & (POLLIN | POLLPRI)) {
360 if (mPollFds[wake].revents & (POLLIN | POLLPRI)) {
  /external/chromium_org/third_party/libevent/
poll.c 113 if (pop->event_set[idx].events & POLLIN) {
181 what |= POLLIN|POLLOUT;
182 if (what & POLLIN) {
297 pfd->events |= POLLIN;
330 pfd->events &= ~POLLIN;
  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 167 mPollFds[acc].events = POLLIN;
172 mPollFds[akm].events = POLLIN;
183 mPollFds[wake].events = POLLIN;
283 if ((mPollFds[i].revents & POLLIN) || (sensor->hasPendingEvents())) {
307 if (mPollFds[wake].revents & POLLIN) {
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 44 import static android.system.OsConstants.POLLIN;
102 setPollFd(0, wakeupIn, POLLIN, null);
217 eventMask |= POLLIN;
239 if (pollFds.get(0).revents == POLLIN) {
268 if ((pollFd.revents & POLLIN) != 0) {
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 219 poll_cb->poll_fds[poll_cb->num_fds].events = POLLIN|POLLRDNORM|POLLPRI;
226 poll_cb->poll_fds[poll_cb->num_fds].events = POLLIN|POLLRDNORM|POLLPRI;
234 poll_cb->poll_fds[poll_cb->num_fds].events = POLLIN|POLLRDNORM|POLLPRI;
280 poll_cb->poll_fds[i].events = POLLIN|POLLRDNORM|POLLPRI;
285 if ((poll_cb->poll_fds[0].revents & POLLIN) &&
302 (poll_cb->poll_fds[i].revents & POLLIN) &&
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 222 poll_cb->poll_fds[poll_cb->num_fds].events = POLLIN|POLLRDNORM|POLLPRI;
229 poll_cb->poll_fds[poll_cb->num_fds].events = POLLIN|POLLRDNORM|POLLPRI;
237 poll_cb->poll_fds[poll_cb->num_fds].events = POLLIN|POLLRDNORM|POLLPRI;
286 poll_cb->poll_fds[i].events = POLLIN|POLLRDNORM|POLLPRI;
291 if ((poll_cb->poll_fds[0].revents & POLLIN) &&
308 (poll_cb->poll_fds[i].revents & POLLIN) &&
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 222 poll_cb->poll_fds[poll_cb->num_fds].events = POLLIN|POLLRDNORM|POLLPRI;
230 poll_cb->poll_fds[poll_cb->num_fds].events = POLLIN|POLLRDNORM|POLLPRI;
239 poll_cb->poll_fds[poll_cb->num_fds].events = POLLIN|POLLRDNORM|POLLPRI;
292 poll_cb->poll_fds[i].events = POLLIN|POLLRDNORM|POLLPRI;
297 if ((poll_cb->poll_fds[0].revents & POLLIN) &&
314 (poll_cb->poll_fds[i].revents & POLLIN) &&
  /external/chromium_org/content/common/gpu/media/
exynos_v4l2_video_device.cc 54 pollfds[0].events = POLLIN | POLLERR;
60 pollfds[nfds].events = POLLIN | POLLOUT | POLLERR | POLLPRI;
  /frameworks/base/native/android/
sensor.cpp 122 pfd.events = POLLIN;
130 if (pfd.revents != POLLIN)
  /frameworks/rs/
rsThreadIO.cpp 114 p[0].events = POLLIN;
117 p[1].events = POLLIN;
rsFifoSocket.cpp 94 p.events = POLLIN;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_node.cc 42 Error err = wait.WaitOnEvent(POLLIN, ms);
tty_node.cc 118 Error err = wait.WaitOnEvent(POLLIN, -1);
156 emitter_->ClearEvents_Locked(POLLIN);
256 emitter_->RaiseEvents_Locked(POLLIN);
  /external/valgrind/main/auxprogs/
valgrind-listener.c 308 ufd.events = POLLIN;
350 conn_pollfd[j].events = POLLIN /* | POLLHUP | POLLNVAL */;
369 if (conn_pollfd[i].revents & POLLIN) {
  /frameworks/base/libs/common_time/
diag_thread.cpp 214 poll_fds[0].events = POLLIN;
217 poll_fds[0].events = POLLRDHUP | POLLIN;
249 if (poll_fds[0].revents & POLLIN) {
  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 141 mPollFds[mpl].events = POLLIN;
145 mPollFds[compass].events = POLLIN;
169 mPollFds[numSensorDrivers].events = POLLIN;
217 if (mPollFds[i].revents & (POLLIN | POLLPRI)) {
301 if (mPollFds[numSensorDrivers].revents & POLLIN) {

Completed in 2667 milliseconds

1 2 3 4 56 7 8 91011>>