Home
last modified time | relevance | path

Searched refs:FD_ISSET (Results 1 – 14 of 14) sorted by relevance

/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc153 if (FD_ISSET(notification_listen_fd_, &read_fds)) { in ThreadRoutine()
164 if (FD_ISSET(it.first, &read_fds)) { in ThreadRoutine()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfd_set.h70 #define FD_ISSET(n, p) \ macro
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c665 if (FD_ISSET(server_socket, &tsfds)) { in eztune_proc()
705 if (FD_ISSET(client_socket, &tsfds)) { in eztune_proc()
754 if (FD_ISSET(prev_server_socket, &tsfds)) { in eztune_proc()
799 if (FD_ISSET(prev_client_socket, &tsfds)) { in eztune_proc()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c665 if (FD_ISSET(server_socket, &tsfds)) { in eztune_proc()
705 if (FD_ISSET(client_socket, &tsfds)) { in eztune_proc()
754 if (FD_ISSET(prev_server_socket, &tsfds)) { in eztune_proc()
799 if (FD_ISSET(prev_client_socket, &tsfds)) { in eztune_proc()
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c672 if (FD_ISSET(server_socket, &tsfds)) { in eztune_proc()
717 if ((client_socket < FD_SETSIZE) && (FD_ISSET(client_socket, &tsfds))) { in eztune_proc()
766 if (FD_ISSET(prev_server_socket, &tsfds)) { in eztune_proc()
815 if ((prev_client_socket < FD_SETSIZE) && (FD_ISSET(prev_client_socket, &tsfds))) { in eztune_proc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h825 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h825 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h864 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h848 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dselectmodule.c156 if (FD_ISSET(fd2obj[j].fd, set)) in set2list()
166 if (FD_ISSET(fd, set)) { in set2list()
Dsocketmodule.c2002 if (FD_ISSET(s->sock_fd, &fds))
2011 assert(FD_ISSET(s->sock_fd, &fds_exc));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c156 if (FD_ISSET(fd2obj[j].fd, set)) in set2list()
166 if (FD_ISSET(fd, set)) { in set2list()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c163 if (FD_ISSET(fd2obj[j].fd, set)) in set2list()
173 if (FD_ISSET(fd, set)) { in set2list()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c2061 if (FD_ISSET(s->sock_fd, &fds))
2070 assert(FD_ISSET(s->sock_fd, &fds_exc));