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

1 23

  /external/bluetooth/bluez/audio/
liba2dp.c 255 data->stream.events = POLLOUT;
673 if (ret == 1 && data->stream.revents == POLLOUT) {
pcm_bluetooth.c 839 *revents = (pfds[0].revents & POLLIN) ? POLLOUT : 0;
    [all...]
  /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 742 pfd.events = POLLOUT | POLLERR | POLLNVAL;
772 } while (!(pfd.revents & (POLLIN | POLLOUT)));
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 192 pollFds[0].events = (short) POLLOUT;
OsConstants.java 237 public static final int POLLOUT = placeholder();
  /system/bluetooth/tools/
asocket_test.c 72 if (events & POLLOUT) printf("POLLOUT ");
socktest.c 71 if (events & POLLOUT) printf("POLLOUT ");
  /external/bluetooth/bluez/btio/
btio.c 1191 pfd.events = POLLOUT;
1198 if (!(pfd.revents & POLLOUT)) {
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 216 (events & DBUS_WATCH_WRITABLE ? POLLOUT : 0) |
223 (flags & POLLOUT ? DBUS_WATCH_WRITABLE : 0) |
    [all...]
  /external/strace/
stream.c 277 { POLLOUT, "POLLOUT" },
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 243 initConstant(env, c, "POLLOUT", POLLOUT);
  /external/ppp/pppd/
sys-solaris.c     [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c     [all...]

Completed in 1215 milliseconds

1 23