Searched refs:relFence (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp63 int relFence; member in struct:copybit_context_t
409 ctx->relFence = -1;
514 if (ctx->relFence != -1) {
524 if (ctx->relFence != -1) {
581 *fd = ctx->relFence;
583 ctx->relFence = -1;
611 ctx->sync.rel_fen_fd = &ctx->relFence;
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.cpp63 int relFence; member in struct:copybit_context_t
234 if (dev->relFence != -1) {
235 close(dev->relFence);
236 dev->relFence = -1;
696 *fd = ctx->relFence;
698 ctx->relFence = -1;
731 ctx->relFence = -1;
736 ctx->sync.rel_fen_fd = &ctx->relFence;
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.cpp63 int relFence; member in struct:copybit_context_t
234 if (dev->relFence != -1) {
235 close(dev->relFence);
236 dev->relFence = -1;
696 *fd = ctx->relFence;
698 ctx->relFence = -1;
731 ctx->relFence = -1;
736 ctx->sync.rel_fen_fd = &ctx->relFence;

Completed in 28 milliseconds