HomeSort by relevance Sort by last modified time
    Searched refs:POLLIN (Results 326 - 350 of 359) sorted by null

<<1112131415

  /system/core/adb/
file_sync_client.cpp 238 adb_pollfd pfd = {.fd = fd, .events = POLLIN};
    [all...]
  /external/libusb/libusb/os/
windows_winusb.c     [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 117 pfd[0].events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
119 pfd[1].events = POLLIN | POLLPRI | POLLERR;
138 if (pfd[1].revents & (POLLIN | POLLPRI | POLLERR))
145 if ((pfd[0].revents & POLLIN) || (pfd[0].revents & POLLRDNORM)) {
299 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_io.c 405 if (ufds[i].events & POLLIN) {
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 332 pfds[0].events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
333 pfds[1].events = POLLIN | POLLERR;
382 if ((pfds[1].revents & POLLIN) || (pfds[1].revents & POLLERR)) {
387 if ((pfds[0].revents & POLLIN) || (pfds[0].revents & POLLRDNORM)) {
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 308 pfds[0].events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
309 pfds[1].events = POLLIN | POLLERR;
358 if ((pfds[1].revents & POLLIN) || (pfds[1].revents & POLLERR)) {
363 if ((pfds[0].revents & POLLIN) || (pfds[0].revents & POLLRDNORM)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h     [all...]
  /external/libcups/cups/
dest.c     [all...]
http.c     [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 763 struct pollfd pfd = {fd, POLLIN};
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 292 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
338 if ((pfd.revents & POLLIN) || (pfd.revents & POLLRDNORM)) {
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 133 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
149 if ((pfd.revents & POLLIN) || (pfd.revents & POLLRDNORM)) {
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 148 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
162 if ((pfd.revents & POLLIN) || (pfd.revents & POLLRDNORM)) {
    [all...]
omx_vdec_hevc_swvdec.cpp 139 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
154 if ((pfd.revents & POLLIN) || (pfd.revents & POLLRDNORM)) {
    [all...]
omx_vdec_msm8974.cpp 150 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
164 if ((pfd.revents & POLLIN) || (pfd.revents & POLLRDNORM)) {
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 144 pfd.events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
158 if ((pfd.revents & POLLIN) || (pfd.revents & POLLRDNORM)) {
    [all...]
omx_vdec_v4l2.cpp 162 pfds[0].events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
163 pfds[1].events = POLLIN | POLLERR;
178 if ((pfds[1].revents & POLLIN) || (pfds[1].revents & POLLERR)) {
182 if ((pfds[0].revents & POLLIN) || (pfds[0].revents & POLLRDNORM)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 704 pollfd.events = writing ? POLLOUT : POLLIN;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 688 pollfd.events = writing ? POLLOUT : POLLIN;
    [all...]
  /external/libpcap/
pcap-linux.c     [all...]
  /external/python/cpython2/Modules/
_ssl.c     [all...]
socketmodule.c 728 pollfd.events = writing ? POLLOUT : POLLIN;
    [all...]
  /external/python/cpython3/Modules/
_ssl.c     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 177 pfds[0].events = POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND | POLLPRI;
178 pfds[1].events = POLLIN | POLLERR;
193 if ((pfds[1].revents & POLLIN) || (pfds[1].revents & POLLERR)) {
197 if ((pfds[0].revents & POLLIN) || (pfds[0].revents & POLLRDNORM)) {
    [all...]

Completed in 1091 milliseconds

<<1112131415