HomeSort by relevance Sort by last modified time
    Searched refs:poll_fd (Results 1 - 4 of 4) sorted by null

  /external/dbus/dbus/
dbus-transport-socket.c 940 DBusPollFD poll_fd; local
958 poll_fd.fd = socket_transport->fd;
959 poll_fd.events = 0;
988 poll_fd.events |= _DBUS_POLLIN;
992 poll_fd.events |= _DBUS_POLLOUT;
1002 poll_fd.events |= _DBUS_POLLIN;
1006 poll_fd.events |= _DBUS_POLLOUT;
1009 if (poll_fd.events)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 88 int poll_fd; /**< poll file descriptor */ member in struct:snd_pcm_ioplug
198 /* update poll_fd and mmap_rw */
control_external.h 111 int poll_fd; member in struct:snd_ctl_ext
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 367 data->ext.poll_fd = data->sock;

Completed in 50 milliseconds