Home
last modified time | relevance | path

Searched refs:relFence (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp63 int relFence; member
234 if (dev->relFence != -1) { in msm_copybit()
235 close(dev->relFence); in msm_copybit()
236 dev->relFence = -1; in msm_copybit()
696 *fd = ctx->relFence; in flush_get_fence()
698 ctx->relFence = -1; in flush_get_fence()
731 ctx->relFence = -1; in open_copybit()
736 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
/hardware/qcom/sdm845/display/libcopybit/
Dcopybit.cpp64 int relFence; member
250 if (dev->relFence != -1) { in msm_copybit()
251 close(dev->relFence); in msm_copybit()
252 dev->relFence = -1; in msm_copybit()
730 *fd = ctx->relFence; in flush_get_fence()
732 ctx->relFence = -1; in flush_get_fence()
773 ctx->relFence = -1; in open_copybit()
778 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit.cpp64 int relFence; member
250 if (dev->relFence != -1) { in msm_copybit()
251 close(dev->relFence); in msm_copybit()
252 dev->relFence = -1; in msm_copybit()
730 *fd = ctx->relFence; in flush_get_fence()
732 ctx->relFence = -1; in flush_get_fence()
773 ctx->relFence = -1; in open_copybit()
778 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit.cpp64 int relFence; member
250 if (dev->relFence != -1) { in msm_copybit()
251 close(dev->relFence); in msm_copybit()
252 dev->relFence = -1; in msm_copybit()
730 *fd = ctx->relFence; in flush_get_fence()
732 ctx->relFence = -1; in flush_get_fence()
773 ctx->relFence = -1; in open_copybit()
778 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.cpp64 int relFence; member
237 if (dev->relFence != -1) { in msm_copybit()
238 close(dev->relFence); in msm_copybit()
239 dev->relFence = -1; in msm_copybit()
708 *fd = ctx->relFence; in flush_get_fence()
710 ctx->relFence = -1; in flush_get_fence()
743 ctx->relFence = -1; in open_copybit()
748 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit.cpp62 int relFence; member
248 if (dev->relFence != -1) { in msm_copybit()
249 close(dev->relFence); in msm_copybit()
250 dev->relFence = -1; in msm_copybit()
728 *fd = ctx->relFence; in flush_get_fence()
730 ctx->relFence = -1; in flush_get_fence()
771 ctx->relFence = -1; in open_copybit()
776 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp64 int relFence; member
250 if (dev->relFence != -1) { in msm_copybit()
251 close(dev->relFence); in msm_copybit()
252 dev->relFence = -1; in msm_copybit()
730 *fd = ctx->relFence; in flush_get_fence()
732 ctx->relFence = -1; in flush_get_fence()
773 ctx->relFence = -1; in open_copybit()
778 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp63 int relFence; member
234 if (dev->relFence != -1) { in msm_copybit()
235 close(dev->relFence); in msm_copybit()
236 dev->relFence = -1; in msm_copybit()
696 *fd = ctx->relFence; in flush_get_fence()
698 ctx->relFence = -1; in flush_get_fence()
731 ctx->relFence = -1; in open_copybit()
736 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit.cpp64 int relFence; member
248 if (dev->relFence != -1) { in msm_copybit()
249 close(dev->relFence); in msm_copybit()
250 dev->relFence = -1; in msm_copybit()
728 *fd = ctx->relFence; in flush_get_fence()
730 ctx->relFence = -1; in flush_get_fence()
771 ctx->relFence = -1; in open_copybit()
776 ctx->sync.rel_fen_fd = &ctx->relFence; in open_copybit()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1780 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in createJpegLocked() local
1781 if (relFence >= 0) { in createJpegLocked()
1782 halBuf.acquireFence = relFence; in createJpegLocked()
1915 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in threadLoop() local
1916 if (relFence >= 0) { in threadLoop()
1917 halBuf.acquireFence = relFence; in threadLoop()
1959 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in threadLoop() local
1960 if (relFence >= 0) { in threadLoop()
1961 halBuf.acquireFence = relFence; in threadLoop()