Searched refs:POLLNVAL (Results 1 – 13 of 13) sorted by relevance
/external/bluetooth/bluez/tools/ |
D | ppporc.c | 149 p[0].events = POLLIN | POLLERR | POLLHUP | POLLNVAL; in process_data() 152 p[1].events = POLLIN | POLLERR | POLLHUP | POLLNVAL; in process_data() 167 if (p[0].revents & (POLLERR | POLLHUP | POLLNVAL)) in process_data() 183 if (p[1].revents & (POLLERR | POLLHUP | POLLNVAL)) in process_data()
|
/external/kernel-headers/original/asm-arm/ |
D | poll.h | 10 #define POLLNVAL 0x0020 macro
|
/external/kernel-headers/original/asm-generic/ |
D | poll.h | 10 #define POLLNVAL 0x0020 macro
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 49 #define POLLNVAL 0x0020
|
/external/tinyalsa/ |
D | pcm.c | 742 pfd.events = POLLOUT | POLLERR | POLLNVAL; in pcm_wait() 759 if (pfd.revents & (POLLERR | POLLNVAL)) { in pcm_wait()
|
/external/bluetooth/bluez/audio/ |
D | pcm_bluetooth.c | 248 if (fds[ret].revents & (POLLERR | POLLHUP | POLLNVAL)) in playback_hw_thread() 812 pfd[1].events = POLLERR | POLLHUP | POLLNVAL; in bluetooth_playback_poll_descriptors() 836 if (pfds[1].revents & (POLLERR | POLLHUP | POLLNVAL)) in bluetooth_playback_poll_revents()
|
/external/bluetooth/bluez/btio/ |
D | btio.c | 112 fds.events = POLLNVAL; in check_nval() 114 if (poll(&fds, 1, 0) > 0 && (fds.revents & POLLNVAL)) in check_nval()
|
/external/bluetooth/hcidump/src/ |
D | hcidump.c | 238 if (fds[i].revents & (POLLHUP | POLLERR | POLLNVAL)) { in process_frames()
|
/external/strace/ |
D | stream.c | 294 { POLLNVAL, "POLLNVAL" },
|
/external/valgrind/main/coregrind/ |
D | vgdb.c | 1837 if (pollfds[ck].revents & POLLNVAL) { in gdb_relay()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-unix.c | 2427 _DBUS_POLLNVAL == POLLNVAL && in _dbus_poll()
|
/external/bluetooth/glib/ |
D | configure.in | 2449 GLIB_CHECK_VALUE(POLLNVAL, $glib_poll_includes, glib_failed=true) 2477 if (poll(fds, 1, 0) < 0 || (fds[0].revents & POLLNVAL) != 0) {
|
/external/dbus/ |
D | configure.in | 487 if (poll(fds, 1, 0) < 0 || (fds[0].revents & POLLNVAL) != 0) {
|