HomeSort by relevance Sort by last modified time
    Searched refs:POLLOUT (Results 176 - 194 of 194) sorted by null

1 2 3 4 5 6 78

  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 670 usbi_add_pollfd(ctx, transfer_priv->pollable_fd.fd, direction_in ? POLLIN : POLLOUT);
    [all...]
linux_usbfs.c     [all...]
windows_usb.c     [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 379 initConstant(env, c, "POLLOUT", POLLOUT);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 130 (select.POLLOUT, 'write'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 130 (select.POLLOUT, 'write'),
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 172 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
203 } else if((pfd.revents & POLLOUT) || (pfd.revents & POLLWRNORM)) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c     [all...]
  /external/fio/engines/
net.c 423 ret = poll_wait(td, io_u->file->fd, POLLOUT);
  /external/libusb/libusb/os/
linux_usbfs.c 1072 return usbi_add_pollfd(HANDLE_CTX(handle), hpriv->fd, POLLOUT);
    [all...]
  /external/ppp/pppd/
sys-solaris.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 247 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
341 if ((pfd.revents & POLLOUT) || (pfd.revents & POLLWRNORM)) {
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 133 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
166 else if((pfd.revents & POLLOUT) || (pfd.revents & POLLWRNORM)) {
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 150 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
190 if ((pfd.revents & POLLOUT) || (pfd.revents & POLLWRNORM)) {
    [all...]
omx_vdec_hevc_swvdec.cpp 139 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
180 if((pfd.revents & POLLOUT) || (pfd.revents & POLLWRNORM)) {
    [all...]
omx_vdec_msm8974.cpp 145 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
186 if ((pfd.revents & POLLOUT) || (pfd.revents & POLLWRNORM)) {
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 2066 milliseconds

1 2 3 4 5 6 78