/hardware/qcom/bt/msm8960/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 44 int pFd[2] = {0,}; variable 143 if(bt_hci_init_transport(pFd) != -1){ in op() 146 (*fd_array)[CH_CMD] = pFd[0]; in op() 147 (*fd_array)[CH_EVT] = pFd[0]; in op() 148 (*fd_array)[CH_ACL_OUT] = pFd[1]; in op() 149 (*fd_array)[CH_ACL_IN] = pFd[1]; in op() 161 bt_hci_deinit_transport(pFd); in op()
|
D | userial_vendor.c | 68 int bt_hci_init_transport(int *pFd) in bt_hci_init_transport() argument 77 pFd[i] = fd; in bt_hci_init_transport() 148 int bt_hci_deinit_transport(int *pFd) in bt_hci_deinit_transport() argument 150 close(pFd[0]); in bt_hci_deinit_transport() 151 close(pFd[1]); in bt_hci_deinit_transport()
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | idle_invalidator.cpp | 95 struct pollfd pFd; in threadLoop() local 96 pFd.fd = mTimeoutEventFd; in threadLoop() 97 if (pFd.fd >= 0) in threadLoop() 98 pFd.events = POLLPRI | POLLERR; in threadLoop() 100 int err = poll(&pFd, 1, -1); in threadLoop() 102 if (pFd.revents & POLLPRI) { in threadLoop() 105 ssize_t len = pread(pFd.fd, data, 64, 0); in threadLoop()
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | idle_invalidator.cpp | 95 struct pollfd pFd; in threadLoop() local 96 pFd.fd = mTimeoutEventFd; in threadLoop() 97 if (pFd.fd >= 0) in threadLoop() 98 pFd.events = POLLPRI | POLLERR; in threadLoop() 100 int err = poll(&pFd, 1, -1); in threadLoop() 102 if (pFd.revents & POLLPRI) { in threadLoop() 105 ssize_t len = pread(pFd.fd, data, 64, 0); in threadLoop()
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | idle_invalidator.cpp | 116 struct pollfd pFd; in threadLoop() local 117 pFd.fd = mTimeoutEventFd; in threadLoop() 118 if (pFd.fd >= 0) in threadLoop() 119 pFd.events = POLLPRI | POLLERR; in threadLoop() 121 int err = poll(&pFd, 1, -1); in threadLoop() 123 if (pFd.revents & POLLPRI) { in threadLoop() 126 ssize_t len = pread(pFd.fd, data, 64, 0); in threadLoop()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hci_smd.c | 142 int bt_hci_init_transport(int *pFd) in bt_hci_init_transport() argument 151 pFd[i] = fd; in bt_hci_init_transport() 156 int bt_hci_deinit_transport(int *pFd) in bt_hci_deinit_transport() argument 158 close(pFd[0]); in bt_hci_deinit_transport() 159 close(pFd[1]); in bt_hci_deinit_transport()
|
D | bt_vendor_qcom.c | 71 int pFd[2] = {0,}; variable 737 if(bt_hci_init_transport(pFd) != -1){ in op() 740 (*fd_array)[CH_CMD] = pFd[0]; in op() 741 (*fd_array)[CH_EVT] = pFd[0]; in op() 742 (*fd_array)[CH_ACL_OUT] = pFd[1]; in op() 743 (*fd_array)[CH_ACL_IN] = pFd[1]; in op() 929 bt_hci_deinit_transport(pFd); in op()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hci_smd.c | 142 int bt_hci_init_transport(int *pFd) in bt_hci_init_transport() argument 151 pFd[i] = fd; in bt_hci_init_transport() 156 int bt_hci_deinit_transport(int *pFd) in bt_hci_deinit_transport() argument 158 close(pFd[0]); in bt_hci_deinit_transport() 159 close(pFd[1]); in bt_hci_deinit_transport()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hci_smd.c | 141 int bt_hci_init_transport(int *pFd) in bt_hci_init_transport() argument 150 pFd[i] = fd; in bt_hci_init_transport() 155 int bt_hci_deinit_transport(int *pFd) in bt_hci_deinit_transport() argument 157 close(pFd[0]); in bt_hci_deinit_transport() 158 close(pFd[1]); in bt_hci_deinit_transport()
|
D | bt_vendor_qcom.c | 62 int pFd[2] = {0,}; variable 717 if(bt_hci_init_transport(pFd) != -1){ in op() 720 (*fd_array)[CH_CMD] = pFd[0]; in op() 721 (*fd_array)[CH_EVT] = pFd[0]; in op() 722 (*fd_array)[CH_ACL_OUT] = pFd[1]; in op() 723 (*fd_array)[CH_ACL_IN] = pFd[1]; in op() 904 bt_hci_deinit_transport(pFd); in op()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hci_smd.c | 145 int bt_hci_init_transport(int *pFd) in bt_hci_init_transport() argument 154 pFd[i] = fd; in bt_hci_init_transport() 159 int bt_hci_deinit_transport(int *pFd) in bt_hci_deinit_transport() argument 161 close(pFd[0]); in bt_hci_deinit_transport() 162 close(pFd[1]); in bt_hci_deinit_transport()
|
D | bt_vendor_qcom.c | 75 int pFd[2] = {0,}; variable 764 if(bt_hci_init_transport(pFd) != -1){ in op() 767 (*fd_array)[CH_CMD] = pFd[0]; in op() 768 (*fd_array)[CH_EVT] = pFd[0]; in op() 769 (*fd_array)[CH_ACL_OUT] = pFd[1]; in op() 770 (*fd_array)[CH_ACL_IN] = pFd[1]; in op() 964 bt_hci_deinit_transport(pFd); in op()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hci_smd.c | 145 int bt_hci_init_transport(int *pFd) in bt_hci_init_transport() argument 154 pFd[i] = fd; in bt_hci_init_transport() 159 int bt_hci_deinit_transport(int *pFd) in bt_hci_deinit_transport() argument 161 close(pFd[0]); in bt_hci_deinit_transport() 162 close(pFd[1]); in bt_hci_deinit_transport()
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraBufferMaps.cpp | 109 int32_t pFd, in QCameraBufferMaps() argument 114 enqueue(pType, pStreamId, pFrameIndex, pPlaneIndex, pCookie, pFd, pSize, buffer); in QCameraBufferMaps() 171 int32_t pFd, in enqueue() argument 181 mBufMapList.buf_maps[pos].fd = pFd; in enqueue() 231 int32_t pFd, in makeSingletonBufMapList() argument 243 pFd, in makeSingletonBufMapList()
|
D | QCameraBufferMaps.h | 48 int32_t pFd, 61 int32_t pFd, 72 int32_t pFd,
|
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
D | hci_smd.h | 33 int bt_hci_init_transport ( int *pFd ); 35 int bt_hci_deinit_transport(int *pFd);
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
D | hci_smd.h | 33 int bt_hci_init_transport ( int *pFd ); 35 int bt_hci_deinit_transport(int *pFd);
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/ |
D | hci_smd.h | 33 int bt_hci_init_transport ( int *pFd ); 35 int bt_hci_deinit_transport(int *pFd);
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
D | hci_smd.h | 33 int bt_hci_init_transport ( int *pFd ); 35 int bt_hci_deinit_transport(int *pFd);
|
/hardware/qcom/bt/msm8998/libbt-vendor/include/ |
D | hci_smd.h | 33 int bt_hci_init_transport ( int *pFd ); 35 int bt_hci_deinit_transport(int *pFd);
|
/hardware/qcom/bt/msm8960/libbt-vendor/include/ |
D | userial_vendor.h | 59 int bt_hci_init_transport ( int *pFd ); 61 int bt_hci_deinit_transport(int *pFd);
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_fence.c | 422 int *pFd) in vk_common_GetFenceFdKHR() argument 434 result = vk_sync_export_opaque_fd(device, sync, pFd); in vk_common_GetFenceFdKHR() 452 result = vk_sync_export_sync_file(device, sync, pFd); in vk_common_GetFenceFdKHR()
|
D | vk_semaphore.c | 631 int *pFd) in vk_common_GetSemaphoreFdKHR() argument 643 result = vk_sync_export_opaque_fd(device, sync, pFd); in vk_common_GetSemaphoreFdKHR() 684 result = vk_sync_export_sync_file(device, sync, pFd); in vk_common_GetSemaphoreFdKHR()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 255 const VkSemaphoreGetFdInfoKHR* pGetFdInfo, int* pFd); 277 const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd); 378 const VkFenceGetFdInfoKHR* pGetFdInfo, int* pFd);
|
D | ResourceTracker.cpp | 4655 const VkFenceGetFdInfoKHR* pGetFdInfo, int* pFd) { in on_vkGetFenceFdKHR() argument 4683 *pFd = -1; in on_vkGetFenceFdKHR() 4718 *pFd = osHandle; in on_vkGetFenceFdKHR() 4724 pFd); in on_vkGetFenceFdKHR() 4730 mesa_logi("%s: got fd: %d\n", __func__, *pFd); in on_vkGetFenceFdKHR() 5554 int* pFd) { in on_vkGetSemaphoreFdKHR() argument 5567 *pFd = syncHelper->dup(semInfo.syncFd.value_or(-1)); in on_vkGetSemaphoreFdKHR() 5576 *pFd = memfd_create("vk_opaque_fd", 0); in on_vkGetSemaphoreFdKHR() 5577 write(*pFd, &hostFd, sizeof(hostFd)); in on_vkGetSemaphoreFdKHR() 5584 (void)pFd; in on_vkGetSemaphoreFdKHR() [all …]
|