Searched refs:dup_fd (Results 1 – 14 of 14) sorted by relevance
/hardware/qcom/sm7250/display/sdm/libs/utils/ |
D | fence.cpp | 167 for (int dup_fd : dup_fds_) { in ~ScopedRef() local 168 close(dup_fd); in ~ScopedRef() 173 int dup_fd = Fence::Dup(fence); in Get() local 174 if (dup_fd >= 0) { in Get() 175 dup_fds_.push_back(dup_fd); in Get() 178 return dup_fd; in Get()
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.cpp | 792 int dup_fd = -1; in hwc_dup() local 795 dup_fd = dup(fd); in hwc_dup() 803 if ((dup_fd < 3) && (dup_fd != -1)) { in hwc_dup() 804 ALOGW("%s : Dupulicated Fd:%d is less than 3 : %d", __func__, fd, dup_fd); in hwc_dup() 808 setFenceInfo(dup_fd, display, type, ip, FENCE_FROM, pendingAllowed); in hwc_dup() 809 FT_LOGD("duplicated %d from %d", dup_fd, fd); in hwc_dup() 811 return dup_fd; in hwc_dup()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 128 unsigned int dup_fd; ///< duplicate file descriptor member
|
D | omx_vdec_hevc_swvdec.h | 308 OMX_U32 dup_fd; member
|
D | omx_vdec.h | 323 long dup_fd; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 4051 if ((m_meta_buffer_array[index].dup_fd != 0) && in meta_buffer_ref_add() 4062 if (m_meta_buffer_array[index].dup_fd == 0) in meta_buffer_ref_add() 4065 m_meta_buffer_array[index].dup_fd = dup(fd); in meta_buffer_ref_add() 4097 close(m_meta_buffer_array[ii].dup_fd); in meta_buffer_ref_remove() 4100 m_meta_buffer_array[ii].dup_fd = 0; in meta_buffer_ref_remove()
|
D | omx_vdec_hevc_swvdec.cpp | 9783 if (out_dynamic_list[index].dup_fd && in buf_ref_add() 9793 if (out_dynamic_list[index].dup_fd == 0) in buf_ref_add() 9797 out_dynamic_list[index].dup_fd = dup(fd); in buf_ref_add() 9816 close(out_dynamic_list[i].dup_fd); in buf_ref_remove() 9819 out_dynamic_list[i].dup_fd = 0; in buf_ref_remove()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 314 OMX_U32 dup_fd; member
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 439 long dup_fd; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 326 long dup_fd; member
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 509 long dup_fd; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 9581 if (out_dynamic_list[index].dup_fd && in buf_ref_add() 9591 if (out_dynamic_list[index].dup_fd == 0) in buf_ref_add() 9595 out_dynamic_list[index].dup_fd = dup(fd); in buf_ref_add() 9614 close(out_dynamic_list[i].dup_fd); in buf_ref_remove() 9617 out_dynamic_list[i].dup_fd = 0; in buf_ref_remove()
|
D | omx_vdec_msm8974.cpp | 10653 if (out_dynamic_list[i].dup_fd == 0) { in buf_ref_add() 10656 out_dynamic_list[i].dup_fd = dup(fd); in buf_ref_add() 10688 close(out_dynamic_list[i].dup_fd); in buf_ref_remove() 10691 out_dynamic_list[i].dup_fd = 0; in buf_ref_remove()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 10783 out_dynamic_list[i].dup_fd = -1; in allocate_output_headers() 13156 if (out_dynamic_list[i].dup_fd < 0) { in buf_ref_add() 13159 out_dynamic_list[i].dup_fd = dup(fd); in buf_ref_add() 13204 close(out_dynamic_list[i].dup_fd); in buf_ref_remove() 13205 out_dynamic_list[i].dup_fd = -1; in buf_ref_remove()
|