Searched refs:fd (Results 26 - 50 of 968) sorted by relevance

1234567891011>>

/hardware/intel/common/libva/va/
H A Dva_drmcommon.h66 int fd; member in struct:drm_state
/hardware/invensense/6515/libsensors_iio/
H A DMPLSupport.h23 int read_attribute_sensor(int fd, char* data, unsigned int size);
24 int enable_sysfs_sensor(int fd, int en);
25 int write_attribute_sensor(int fd, long data);
26 int write_attribute_sensor_continuous(int fd, long data);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_load_dmp.h28 inv_error_t inv_load_dmp(FILE *fd);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_load_dmp.h28 inv_error_t inv_load_dmp(FILE *fd);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_sock.h55 int fd,
61 int fd,
68 int fd,
73 void mm_camera_socket_close(int fd);
/hardware/qcom/display/msm8226/libgralloc/
H A Dmemalloc.h45 int fd; member in struct:gralloc::alloc_data
60 // and fd are returned in the alloc_data struct
65 unsigned int offset, int fd) = 0;
69 unsigned int offset, int fd) = 0;
77 unsigned int offset, int fd, int op) = 0;
/hardware/qcom/display/msm8909/libgralloc/
H A Dmemalloc.h45 int fd; member in struct:gralloc::alloc_data
61 // and fd are returned in the alloc_data struct
66 unsigned int offset, int fd) = 0;
70 unsigned int offset, int fd) = 0;
78 unsigned int offset, int fd, int op) = 0;
/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dmemalloc.h45 int fd; member in struct:gralloc::alloc_data
61 // and fd are returned in the alloc_data struct
66 unsigned int offset, int fd) = 0;
70 unsigned int offset, int fd) = 0;
78 unsigned int offset, int fd, int op) = 0;
/hardware/qcom/display/msm8994/libgralloc/
H A Dmemalloc.h45 int fd; member in struct:gralloc::alloc_data
60 // and fd are returned in the alloc_data struct
65 unsigned int offset, int fd) = 0;
69 unsigned int offset, int fd) = 0;
77 unsigned int offset, int fd, int op) = 0;
/hardware/qcom/display/msm8996/libgralloc/
H A Dmemalloc.h45 int fd; member in struct:gralloc::alloc_data
61 // and fd are returned in the alloc_data struct
66 unsigned int offset, int fd) = 0;
70 unsigned int offset, int fd) = 0;
78 unsigned int offset, int fd, int op) = 0;
/hardware/qcom/msm8998/kernel-headers/media/
H A Dmsm_jpeg_dma.h26 int32_t fd; member in struct:msm_jpeg_dma_buff
/hardware/qcom/msm8998/original-kernel-headers/media/
H A Dmsm_jpeg_dma.h24 int32_t fd; member in struct:msm_jpeg_dma_buff
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
H A Dmm_qcamera_socket.h37 #define __FD_SET(fd, fdsetp) \
38 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1LU<<((fd) & 31)))
41 #define __FD_CLR(fd, fdsetp) \
42 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] &= ~(1LU<<((fd) & 31)))
45 #define __FD_ISSET(fd, fdsetp) \
46 ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1LU<<((fd) & 31))) != 0)
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhci_uart.c185 void userial_ioctl_init_bt_wake(int fd) argument
190 ioctl(fd, USERIAL_IOCTL_BT_WAKE_ASSERT, NULL);
191 ioctl(fd, USERIAL_IOCTL_BT_WAKE_GET_ST, &bt_wake_state);
213 vnd_userial.fd = -1;
223 ** Returns device fd
233 vnd_userial.fd = -1;
278 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR|O_NOCTTY)) == -1)
284 tcflush(vnd_userial.fd, TCIOFLUSH);
286 tcgetattr(vnd_userial.fd, &vnd_userial.termios);
293 tcsetattr(vnd_userial.fd, TCSANO
459 read_hci_event(int fd, unsigned char* buf, int size) argument
505 userial_clock_operation(int fd, int cmd) argument
[all...]
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dhci_uart.c187 void userial_ioctl_init_bt_wake(int fd) argument
192 ioctl(fd, USERIAL_IOCTL_BT_WAKE_ASSERT, NULL);
193 ioctl(fd, USERIAL_IOCTL_BT_WAKE_GET_ST, &bt_wake_state);
215 vnd_userial.fd = -1;
225 ** Returns device fd
235 vnd_userial.fd = -1;
280 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR|O_NOCTTY)) == -1)
287 tcflush(vnd_userial.fd, TCIOFLUSH);
289 tcgetattr(vnd_userial.fd, &vnd_userial.termios);
296 tcsetattr(vnd_userial.fd, TCSANO
464 read_hci_event(int fd, unsigned char* buf, int size) argument
510 userial_clock_operation(int fd, int cmd) argument
[all...]
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhci_uart.c186 void userial_ioctl_init_bt_wake(int fd) argument
191 ioctl(fd, USERIAL_IOCTL_BT_WAKE_ASSERT, NULL);
192 ioctl(fd, USERIAL_IOCTL_BT_WAKE_GET_ST, &bt_wake_state);
214 vnd_userial.fd = -1;
224 ** Returns device fd
234 vnd_userial.fd = -1;
279 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR|O_NOCTTY)) == -1)
285 tcflush(vnd_userial.fd, TCIOFLUSH);
287 tcgetattr(vnd_userial.fd, &vnd_userial.termios);
294 tcsetattr(vnd_userial.fd, TCSANO
459 read_hci_event(int fd, unsigned char* buf, int size) argument
505 userial_clock_operation(int fd, int cmd) argument
[all...]
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhci_uart.c189 void userial_ioctl_init_bt_wake(int fd) argument
194 ioctl(fd, USERIAL_IOCTL_BT_WAKE_ASSERT, NULL);
195 ioctl(fd, USERIAL_IOCTL_BT_WAKE_GET_ST, &bt_wake_state);
217 vnd_userial.fd = -1;
227 ** Returns device fd
237 vnd_userial.fd = -1;
282 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR|O_NOCTTY)) == -1)
288 tcflush(vnd_userial.fd, TCIOFLUSH);
290 tcgetattr(vnd_userial.fd, &vnd_userial.termios);
297 tcsetattr(vnd_userial.fd, TCSANO
465 read_hci_event(int fd, unsigned char* buf, int size) argument
511 userial_clock_operation(int fd, int cmd) argument
[all...]
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhci_uart.c191 void userial_ioctl_init_bt_wake(int fd) argument
196 ioctl(fd, USERIAL_IOCTL_BT_WAKE_ASSERT, NULL);
197 ioctl(fd, USERIAL_IOCTL_BT_WAKE_GET_ST, &bt_wake_state);
219 vnd_userial.fd = -1;
229 ** Returns device fd
239 vnd_userial.fd = -1;
284 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR|O_NOCTTY)) == -1)
291 tcflush(vnd_userial.fd, TCIOFLUSH);
293 tcgetattr(vnd_userial.fd, &vnd_userial.termios);
300 tcsetattr(vnd_userial.fd, TCSANO
468 read_hci_event(int fd, unsigned char* buf, int size) argument
514 userial_clock_operation(int fd, int cmd) argument
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A DmdpWrapper.h49 bool getFScreenInfo(int fd, fb_fix_screeninfo& finfo);
52 bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo);
55 bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo);
58 bool startRotator(int fd, msm_rotator_img_info& rot);
61 bool rotate(int fd, msm_rotator_data_info& rot);
64 bool setOverlay(int fd, mdp_overlay& ov);
67 bool endRotator(int fd, int sessionId);
70 bool unsetOverlay(int fd, int ovId);
73 bool getOverlay(int fd, mdp_overlay& ov);
76 bool play(int fd, msmfb_overlay_dat
101 getFScreenInfo(int fd, fb_fix_screeninfo& finfo) argument
110 getVScreenInfo(int fd, fb_var_screeninfo& vinfo) argument
119 setVScreenInfo(int fd, fb_var_screeninfo& vinfo) argument
128 startRotator(int fd, msm_rotator_img_info& rot) argument
137 rotate(int fd, msm_rotator_data_info& rot) argument
146 setOverlay(int fd, mdp_overlay& ov) argument
155 endRotator(int fd, uint32_t sessionId) argument
164 unsetOverlay(int fd, int ovId) argument
173 getOverlay(int fd, mdp_overlay& ov) argument
182 play(int fd, msmfb_overlay_data& od) argument
191 set3D(int fd, msmfb_overlay_3d& ov) argument
[all...]
/hardware/qcom/display/msm8909/sdm/include/core/
H A Dbuffer_sync_handler.h33 @details SDM will use this interface to wait for buffer sync fd to be signaled/merge
47 implemented by the client. SDM will use these methods to wait for buffer sync fd to be
56 @details This method waits for fd to be signaled by the producer/consumer.
59 @param[in] fd
64 virtual DisplayError SyncWait(int fd) = 0;
66 /*! @brief Method to merge two sync fds into one sync fd
68 @details This method merges two buffer sync fds into one sync fd, if a producer/consumer
81 /*! @brief Method to detect if sync fd is signaled
83 @details This method detects if sync fd is signaled. It is responsibility of the caller to
86 @param[in] fd
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
H A Dbuffer_sync_handler.h33 @details SDM will use this interface to wait for buffer sync fd to be signaled/merge
47 implemented by the client. SDM will use these methods to wait for buffer sync fd to be
56 @details This method waits for fd to be signaled by the producer/consumer.
59 @param[in] fd
64 virtual DisplayError SyncWait(int fd) = 0;
66 /*! @brief Method to merge two sync fds into one sync fd
68 @details This method merges two buffer sync fds into one sync fd, if a producer/consumer
81 /*! @brief Method to detect if sync fd is signaled
83 @details This method detects if sync fd is signaled. It is responsibility of the caller to
86 @param[in] fd
[all...]
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dbuffer_sync_handler.h33 @details SDM will use this interface to wait for buffer sync fd to be signaled/merge
47 implemented by the client. SDM will use these methods to wait for buffer sync fd to be
56 @details This method waits for fd to be signaled by the producer/consumer.
59 @param[in] fd
64 virtual DisplayError SyncWait(int fd) = 0;
66 /*! @brief Method to merge two sync fds into one sync fd
68 @details This method merges two buffer sync fds into one sync fd, if a producer/consumer
81 /*! @brief Method to detect if sync fd is signaled
83 @details This method detects if sync fd is signaled. It is responsibility of the caller to
86 @param[in] fd
[all...]
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dbuffer_sync_handler.h33 @details SDM will use this interface to wait for buffer sync fd to be signaled/merge
47 implemented by the client. SDM will use these methods to wait for buffer sync fd to be
56 @details This method waits for fd to be signaled by the producer/consumer.
59 @param[in] fd
64 virtual DisplayError SyncWait(int fd) = 0;
66 /*! @brief Method to merge two sync fds into one sync fd
68 @details This method merges two buffer sync fds into one sync fd, if a producer/consumer
81 /*! @brief Method to detect if sync fd is signaled
83 @details This method detects if sync fd is signaled. It is responsibility of the caller to
86 @param[in] fd
[all...]
/hardware/intel/common/libva/va/drm/
H A Dva_drm_auth.c50 va_drm_is_authenticated(int fd) argument
59 if (drmGetClient(fd, i, &auth, &pid, &uid, &magic, &iocs) != 0)
68 va_drm_authenticate(int fd, uint32_t magic) argument
72 if (va_drm_authenticate_x11(fd, magic))
77 return drmAuthMagic(fd, magic) == 0;
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_buffer_sync_handler.cpp42 DisplayError HWCBufferSyncHandler::SyncWait(int fd) { argument
45 if (fd >= 0) {
46 error = sync_wait(fd, 1000);
83 bool HWCBufferSyncHandler::IsSyncSignaled(int fd) { argument
84 if (sync_wait(fd, 0) < 0) {

Completed in 490 milliseconds

1234567891011>>