HomeSort by relevance Sort by last modified time
    Searched refs:relFence (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8974/libcopybit/
copybit.cpp 63 int relFence;
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/
copybit.cpp 63 int relFence;
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/
copybit.cpp 63 int relFence;
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 52 milliseconds