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

1 2 3 4 5 67 8

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
node.cc 63 return POLLIN | POLLOUT;
kernel_proxy.cc 1134 events |= POLLOUT;
1181 if (info->revents & POLLOUT) {
1225 int events = POLLIN | POLLOUT;
    [all...]
  /external/fio/engines/
splice.c 174 struct pollfd pfd = { .fd = sd->pipe[1], .events = POLLOUT, };
  /external/fio/os/
os-windows.h 73 #define POLLOUT 1
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 37 * - leave the core functions call the poll routine and flag POLLIN/POLLOUT
504 * Currently, this function only accepts one of POLLIN or POLLOUT per fd
530 // Only one of POLLIN or POLLOUT can be selected with this version of poll (not both)
531 if ((fds[i].events & ~POLLIN) && (!(fds[i].events & POLLOUT))) {
564 if ((fds[i].events & POLLOUT) && (poll_fd[_index].rw != RW_WRITE)) {
567 usbi_warn(NULL, "attempted POLLOUT on fd without WRITE access");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 109 if flags & select.POLLOUT:
185 flags |= select.POLLOUT
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 109 if flags & select.POLLOUT:
185 flags |= select.POLLOUT
subprocess.py     [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_event_emitter.cc 94 status |= POLLOUT;
tty_node.cc 47 emitter_->RaiseEvents_Locked(POLLOUT);
  /external/fio/os/windows/
posix.c 764 if (fds[i].events & POLLOUT)
781 if ((fds[i].events & POLLOUT) && FD_ISSET(fds[i].fd, &writefds))
782 fds[i].revents |= POLLOUT;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 431 pfdProxyRecording[0].events = POLLOUT;
815 pfdUsbPlayback[1].events = (POLLIN | POLLOUT | POLLERR | POLLNVAL | POLLHUP);
836 pfdProxyPlayback[1].events = (POLLIN | POLLOUT| POLLERR | POLLNVAL);
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 500 p.events = POLLOUT;
966 p.events = POLLOUT;
990 if (p.revents == POLLOUT)
    [all...]
  /external/libxml2/
nanohttp.c 505 p.events = POLLOUT;
971 p.events = POLLOUT;
995 if (p.revents == POLLOUT)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
socket_node.cc 426 Error err = wait.WaitOnEvent(POLLOUT, ms);
tcp_node.cc 481 Error err = wait.WaitOnEvent(POLLOUT, ms);
  /external/qemu/audio/
alsaaudio.c 344 if (pfds[i].events & POLLOUT) {
346 dolog ("POLLOUT %d %d\n", i, pfds[i].fd);
378 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLOUT);
    [all...]
  /external/tinyalsa/
pcm.c 1148 pfd.events = POLLOUT | POLLERR | POLLNVAL;
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 384 pfd->events |= POLLOUT;
461 max_pollfd_map, POLLOUT))
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h     [all...]
  /external/netcat/
netcat.c 667 pfd.events = POLLOUT;
  /libcore/luni/src/main/java/android/system/
OsConstants.java 348 public static final int POLLOUT = placeholder();
    [all...]
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 214 pollFds[0].events = (short) POLLOUT;
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 263 pfd.events = POLLOUT;
    [all...]

Completed in 989 milliseconds

1 2 3 4 5 67 8