Home
last modified time | relevance | path

Searched refs:FD_SET (Results 1 – 19 of 19) sorted by relevance

/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc118 FD_SET(notification_listen_fd_, &read_fds); in ThreadRoutine()
121 FD_SET(it.first, &read_fds); in ThreadRoutine()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfd_set.h66 #define FD_SET(n, p) \ macro
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c646 FD_SET(server_socket, &tsfds); in eztune_proc()
647 FD_SET(prev_server_socket, &tsfds); in eztune_proc()
649 FD_SET(client_socket, &tsfds); in eztune_proc()
652 FD_SET( prev_client_socket, &tsfds); in eztune_proc()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c646 FD_SET(server_socket, &tsfds); in eztune_proc()
647 FD_SET(prev_server_socket, &tsfds); in eztune_proc()
649 FD_SET(client_socket, &tsfds); in eztune_proc()
652 FD_SET( prev_client_socket, &tsfds); in eztune_proc()
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c653 FD_SET(server_socket, &tsfds); in eztune_proc()
654 FD_SET(prev_server_socket, &tsfds); in eztune_proc()
656 FD_SET(client_socket, &tsfds); in eztune_proc()
659 FD_SET( prev_client_socket, &tsfds); in eztune_proc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h810 #ifndef FD_SET
823 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h810 #ifndef FD_SET
823 #define FD_SET(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.h849 #ifndef FD_SET
862 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h833 #ifndef FD_SET
846 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS)))
/device/google/marlin/dataservices/datatop/src/
Ddatatop.c123 FD_SET(0, &rfds); in dtop_poll_periodically()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_send.c740 FD_SET(s, dsmaskp); in res_send()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dreadline.c959 FD_SET(fileno(rl_instream), &selectset); in readline_until_enter_or_signal()
Dsocketmodule.c702 FD_SET(s->sock_fd, &fds); in internal_select()
1994 FD_SET(s->sock_fd, &fds);
1996 FD_SET(s->sock_fd, &fds_exc);
Dselectmodule.c125 FD_SET(v, set); in seq2set()
D_ssl.c1157 FD_SET(s->sock_fd, &fds); in check_socket_and_wait_for_timeout()
/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp2056 FD_SET(camHal->fd, &fds); in previewloop()
2523 FD_SET(camHal->fd, &fds); in takePictureThread()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c718 FD_SET(s->sock_fd, &fds); in internal_select_ex()
2053 FD_SET(s->sock_fd, &fds);
2055 FD_SET(s->sock_fd, &fds_exc);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c125 FD_SET(v, set); in seq2set()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c132 FD_SET(v, set); in seq2set()