HomeSort by relevance Sort by last modified time
    Searched refs:POLLERR (Results 151 - 172 of 172) sorted by null

1 2 3 4 5 67

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 262 } else if (pfd.revents & POLLERR) {
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 494 pollfds[j].events = POLLPRI | POLLERR;
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 308 pfd[i].events = POLLPRI|POLLERR;
  /libcore/luni/src/main/java/android/system/
OsConstants.java 344 public static final int POLLERR = placeholder();
    [all...]
  /external/iproute2/misc/
arpd.c 797 #define EVENTS (POLLIN|POLLPRI|POLLERR|POLLHUP)
  /external/valgrind/main/coregrind/
vgdb.c 842 /* watch data written by gdb, watch POLLERR on both gdb fd */
850 /* watch data written by pid, watch POLLERR on both pid fd */
892 if (pollfds[ck].revents & POLLERR) {
893 DEBUG(1, "connection %s fd %d POLLERR error condition\n",
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 375 initConstant(env, c, "POLLERR", POLLERR);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 131 (select.POLLERR, 'closed'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 131 (select.POLLERR, 'closed'),
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c     [all...]
  /external/chromium_org/components/crash/app/
breakpad_linux.cc     [all...]
  /external/libusb/libusb/os/
darwin_usb.c     [all...]
linux_usbfs.c     [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c     [all...]
linux_usbfs.c     [all...]
  /external/fio/
server.c 819 if (pfd.revents & (POLLERR|POLLHUP)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h     [all...]
  /external/libpcap/
pcap-linux.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c     [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 191 } else if (pfd.revents & POLLERR){
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 4070 milliseconds

1 2 3 4 5 67