Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXpoll.h104 #ifndef FD_SET
105 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS))) macro
185 FD_SET(XFD_FD(b1,__i), dst); \
194 FD_SET(XFD_FD(b2,__i), dst); \
208 #undef FD_SET
209 #define FD_SET(fd,set) do { \ macro
/hardware/interfaces/threadnetwork/aidl/default/
Dsocket_interface.cpp107 FD_SET(mSockFd, &readFds); in WaitForFrame()
108 FD_SET(mSockFd, &errorFds); in WaitForFrame()
135 FD_SET(mSockFd, &context->mReadFdSet); in UpdateFdSet()
265 FD_SET(inotifyFd, &fds); in WaitForSocketFileCreated()
Dservice.cpp35 FD_SET(mBinderFd, &context.mReadFdSet); in Update()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
Dconsole_helper.c35 FD_SET(0, &read_fd); in ConsoleKbhit()
/hardware/interfaces/bluetooth/async/
Dasync_fd_watcher.cc122 FD_SET(notification_listen_fd_, &read_fds); in ThreadRoutine()
125 FD_SET(it.first, &read_fds); in ThreadRoutine()
/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc134 FD_SET(notification_listen_fd_, &read_fds); in ThreadRoutine()
137 FD_SET(it.first, &read_fds); in ThreadRoutine()
/hardware/samsung/nfc/halimpl/src/
Ddevice.cc268 FD_SET(tr_driver, &rfds); in read_thread()
272 FD_SET(close_pipe[0], &rfds); in read_thread()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c654 FD_SET(server_socket, &tsfds); in eztune_proc()
655 FD_SET(prev_server_socket, &tsfds); in eztune_proc()
657 FD_SET(client_socket, &tsfds); in eztune_proc()
660 FD_SET( prev_client_socket, &tsfds); in eztune_proc()
/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.cpp91 FD_SET(fd.get(), &readfds); in selectRead()
/hardware/nxp/nfc/pn8x/halimpl/tml/
DphTmlNfc_i2c.cc141 FD_SET((intptr_t)pDevHandle, &rfds); in phTmlNfc_i2c_read()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/wifi_hal_ctrl/
Dwifi_hal_ctrl.c212 FD_SET(ctrl->s, &rfds); in wifihal_ctrl_request2()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/wifi_hal_ctrl/
Dwifi_hal_ctrl.c217 FD_SET(ctrl->s, &rfds); in wifihal_ctrl_request()
/hardware/interfaces/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc107 FD_SET(outbound_fd, &read_fds); in SendAndReadUartOutbound()
Dh4_protocol_unittest.cc106 FD_SET(fake_uart_, &read_fds); in SendAndReadUartOutbound()
/hardware/interfaces/bluetooth/hci/test/
Dh4_protocol_unittest.cc109 FD_SET(chip_uart_fd_, &read_fds); in SendAndReadUartOutbound()
397 FD_SET(chip_uart_fd_, &read_fds); in SendAndReadUartOutbound()
/hardware/nxp/nfc/snxxx/halimpl/tml/transport/
DNfccI2cTransport.cc173 FD_SET((int)(intptr_t)pDevHandle, &rfds); in Read()
/hardware/ril/libril/
Dril_event.cpp275 FD_SET(ev->fd, &readFds); in ril_event_add()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Netlink.cpp184 FD_SET(fd, &info->fdset); in ipa_nl_addfd_map()
215 FD_SET(sk_fd_set->sk_fds[i].sk_fd, &(sk_fd_set->fdset)); in ipa_nl_sock_listener_start()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Netlink.cpp184 FD_SET(fd, &info->fdset); in ipa_nl_addfd_map()
215 FD_SET(sk_fd_set->sk_fds[i].sk_fd, &(sk_fd_set->fdset)); in ipa_nl_sock_listener_start()
/hardware/qcom/camera/msm8998/usbcamcore/src/
DQualcommUsbCamera.cpp2056 FD_SET(camHal->fd, &fds); in previewloop()
2523 FD_SET(camHal->fd, &fds); in takePictureThread()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp144 FD_SET(omx->m_pipe_in, &readFds); in message_thread()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp146 FD_SET(omx->m_pipe_in, &readFds); in message_thread_enc()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp351 FD_SET(omx->m_pipe_in, &readFds); in message_thread()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp373 FD_SET(omx->m_pipe_in, &readFds); in message_thread_dec()