Searched refs:pFd (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/bt/msm8909/libbt-vendor/include/
H A Dhci_smd.h33 int bt_hci_init_transport ( int *pFd );
35 int bt_hci_deinit_transport(int *pFd);
/hardware/qcom/bt/msm8992/libbt-vendor/include/
H A Dhci_smd.h33 int bt_hci_init_transport ( int *pFd );
35 int bt_hci_deinit_transport(int *pFd);
/hardware/qcom/bt/msm8996/libbt-vendor/include/
H A Dhci_smd.h33 int bt_hci_init_transport ( int *pFd );
35 int bt_hci_deinit_transport(int *pFd);
/hardware/qcom/bt/msm8960/libbt-vendor/include/
H A Duserial_vendor.h59 int bt_hci_init_transport ( int *pFd );
61 int bt_hci_deinit_transport(int *pFd);
/hardware/qcom/bt/msm8960/libbt-vendor/src/
H A Dbt_vendor_qcom.c44 int pFd[2] = {0,}; variable
143 if(bt_hci_init_transport(pFd) != -1){
146 (*fd_array)[CH_CMD] = pFd[0];
147 (*fd_array)[CH_EVT] = pFd[0];
148 (*fd_array)[CH_ACL_OUT] = pFd[1];
149 (*fd_array)[CH_ACL_IN] = pFd[1];
161 bt_hci_deinit_transport(pFd);
H A Duserial_vendor.c68 int bt_hci_init_transport(int *pFd) argument
77 pFd[i] = fd;
148 int bt_hci_deinit_transport(int *pFd) argument
150 close(pFd[0]);
151 close(pFd[1]);
/hardware/qcom/display/msm8084/libqdutils/
H A Didle_invalidator.cpp95 struct pollfd pFd; local
96 pFd.fd = mTimeoutEventFd;
97 if (pFd.fd >= 0)
98 pFd.events = POLLPRI | POLLERR;
100 int err = poll(&pFd, 1, -1);
102 if (pFd.revents & POLLPRI) {
105 ssize_t len = pread(pFd.fd, data, 64, 0);
/hardware/qcom/display/msm8226/libqdutils/
H A Didle_invalidator.cpp95 struct pollfd pFd; local
96 pFd.fd = mTimeoutEventFd;
97 if (pFd.fd >= 0)
98 pFd.events = POLLPRI | POLLERR;
100 int err = poll(&pFd, 1, -1);
102 if (pFd.revents & POLLPRI) {
105 ssize_t len = pread(pFd.fd, data, 64, 0);
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhci_smd.c142 int bt_hci_init_transport(int *pFd) argument
151 pFd[i] = fd;
156 int bt_hci_deinit_transport(int *pFd) argument
158 close(pFd[0]);
159 close(pFd[1]);
H A Dbt_vendor_qcom.c71 int pFd[2] = {0,}; variable
737 if(bt_hci_init_transport(pFd) != -1){
740 (*fd_array)[CH_CMD] = pFd[0];
741 (*fd_array)[CH_EVT] = pFd[0];
742 (*fd_array)[CH_ACL_OUT] = pFd[1];
743 (*fd_array)[CH_ACL_IN] = pFd[1];
929 bt_hci_deinit_transport(pFd);
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhci_smd.c141 int bt_hci_init_transport(int *pFd) argument
150 pFd[i] = fd;
155 int bt_hci_deinit_transport(int *pFd) argument
157 close(pFd[0]);
158 close(pFd[1]);
H A Dbt_vendor_qcom.c62 int pFd[2] = {0,}; variable
717 if(bt_hci_init_transport(pFd) != -1){
720 (*fd_array)[CH_CMD] = pFd[0];
721 (*fd_array)[CH_EVT] = pFd[0];
722 (*fd_array)[CH_ACL_OUT] = pFd[1];
723 (*fd_array)[CH_ACL_IN] = pFd[1];
904 bt_hci_deinit_transport(pFd);
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhci_smd.c141 int bt_hci_init_transport(int *pFd) argument
150 pFd[i] = fd;
155 int bt_hci_deinit_transport(int *pFd) argument
157 close(pFd[0]);
158 close(pFd[1]);
H A Dbt_vendor_qcom.c62 int pFd[2] = {0,}; variable
712 if(bt_hci_init_transport(pFd) != -1){
715 (*fd_array)[CH_CMD] = pFd[0];
716 (*fd_array)[CH_EVT] = pFd[0];
717 (*fd_array)[CH_ACL_OUT] = pFd[1];
718 (*fd_array)[CH_ACL_IN] = pFd[1];
899 bt_hci_deinit_transport(pFd);
/hardware/qcom/camera/QCamera2/util/
H A DQCameraBufferMaps.h48 int32_t pFd,
60 int32_t pFd,
70 int32_t pFd,
H A DQCameraBufferMaps.cpp99 * @pFd : Origin file descriptor
109 int32_t pFd,
113 enqueue(pType, pStreamId, pFrameIndex, pPlaneIndex, pCookie, pFd, pSize);
158 * @pFd : Origin file descriptor
170 int32_t pFd,
179 mBufMapList.buf_maps[pos].fd = pFd;
215 * @pFd : Origin file descriptor
228 int32_t pFd,
239 pFd,
104 QCameraBufferMaps(cam_mapping_buf_type pType, uint32_t pStreamId, uint32_t pFrameIndex, int32_t pPlaneIndex, uint32_t pCookie, int32_t pFd, size_t pSize) argument
165 enqueue(cam_mapping_buf_type pType, uint32_t pStreamId, uint32_t pFrameIndex, int32_t pPlaneIndex, uint32_t pCookie, int32_t pFd, size_t pSize) argument
223 makeSingletonBufMapList(cam_mapping_buf_type pType, uint32_t pStreamId, uint32_t pFrameIndex, int32_t pPlaneIndex, uint32_t pCookie, int32_t pFd, size_t pSize, cam_buf_map_type_list& pBufMapList) argument
/hardware/qcom/display/msm8909/libqdutils/
H A Didle_invalidator.cpp116 struct pollfd pFd; local
117 pFd.fd = mTimeoutEventFd;
118 if (pFd.fd >= 0)
119 pFd.events = POLLPRI | POLLERR;
121 int err = poll(&pFd, 1, -1);
123 if (pFd.revents & POLLPRI) {
126 ssize_t len = pread(pFd.fd, data, 64, 0);
/hardware/qcom/display/msm8994/libqdutils/
H A Didle_invalidator.cpp116 struct pollfd pFd; local
117 pFd.fd = mTimeoutEventFd;
118 if (pFd.fd >= 0)
119 pFd.events = POLLPRI | POLLERR;
121 int err = poll(&pFd, 1, -1);
123 if (pFd.revents & POLLPRI) {
126 ssize_t len = pread(pFd.fd, data, 64, 0);

Completed in 253 milliseconds