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.h89 typedef struct fd_set { struct
91 } fd_set; typedef
94 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
165 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
167 #define XFD_SETCOUNT(p) (((fd_set FAR *)(p))->fd_count)
168 #define XFD_FD(p,i) (((fd_set FAR *)(p))->fd_array[i])
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_socket.h38 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1LU<<((fd) & 31)))
42 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] &= ~(1LU<<((fd) & 31)))
46 ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1LU<<((fd) & 31))) != 0)
50 (memset (fdsetp, 0, sizeof (*(fd_set *)(fdsetp))))
/hardware/ril/libril/
Dril_event.cpp68 static fd_set readFds;
182 static void processReadReadies(fd_set * rfds, int n) in processReadReadies()
332 static void printReadies(fd_set * rfds) in printReadies()
348 fd_set rfds; in ril_event_loop()
356 memcpy(&rfds, &readFds, sizeof(fd_set)); in ril_event_loop()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
Dconsole_helper.c30 fd_set read_fd; in ConsoleKbhit()
/hardware/interfaces/threadnetwork/aidl/default/
Dsocket_interface.cpp101 fd_set readFds; in WaitForFrame()
102 fd_set errorFds; in WaitForFrame()
263 fd_set fds; in WaitForSocketFileCreated()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Netlink.h117 fd_set fdset;
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Netlink.h118 fd_set fdset;
/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.cpp89 fd_set readfds; in selectRead()
/hardware/interfaces/bluetooth/async/
Dasync_fd_watcher.cc120 fd_set read_fds; in ThreadRoutine()
/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc132 fd_set read_fds; in ThreadRoutine()
/hardware/nxp/nfc/pn8x/halimpl/tml/
DphTmlNfc_i2c.cc123 fd_set rfds; in phTmlNfc_i2c_read()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/wifi_hal_ctrl/
Dwifi_hal_ctrl.c177 fd_set rfds; in wifihal_ctrl_request2()
/hardware/interfaces/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc105 fd_set read_fds; in SendAndReadUartOutbound()
Dh4_protocol_unittest.cc104 fd_set read_fds; in SendAndReadUartOutbound()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/wifi_hal_ctrl/
Dwifi_hal_ctrl.c182 fd_set rfds; in wifihal_ctrl_request()
/hardware/interfaces/bluetooth/hci/test/
Dh4_protocol_unittest.cc107 fd_set read_fds; in SendAndReadUartOutbound()
395 fd_set read_fds; in SendAndReadUartOutbound()
/hardware/nxp/nfc/snxxx/halimpl/tml/transport/
DNfccI2cTransport.cc155 fd_set rfds; in Read()
/hardware/samsung/nfc/halimpl/src/
Ddevice.cc235 fd_set rfds; in read_thread()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c629 fd_set tsfds; in eztune_proc()
/hardware/qcom/camera/msm8998/usbcamcore/src/
DQualcommUsbCamera.cpp2050 fd_set fds; in previewloop()
2518 fd_set fds; in takePictureThread()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp132 fd_set readFds; in message_thread()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp134 fd_set readFds; in message_thread_enc()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp339 fd_set readFds; in message_thread()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp361 fd_set readFds; in message_thread_dec()