Lines Matching refs:acquireFenceFd
641 if(list->hwLayers[i].acquireFenceFd >= 0) { in closeAcquireFds()
642 close(list->hwLayers[i].acquireFenceFd); in closeAcquireFds()
643 list->hwLayers[i].acquireFenceFd = -1; in closeAcquireFds()
687 int& acquireFenceFd = in hwc_sync() local
688 ctx->mLayerRotMap[dpy]->getLayer(i)->acquireFenceFd; in hwc_sync()
689 rotData.acq_fen_fd = acquireFenceFd; in hwc_sync()
692 close(acquireFenceFd); in hwc_sync()
694 acquireFenceFd = dup(rotData.rel_fen_fd); in hwc_sync()
708 list->hwLayers[i].acquireFenceFd >= 0) { in hwc_sync()
712 acquireFd[count++] = list->hwLayers[i].acquireFenceFd; in hwc_sync()
723 } else if(list->hwLayers[i].acquireFenceFd >= 0) in hwc_sync()
724 acquireFd[count++] = list->hwLayers[i].acquireFenceFd; in hwc_sync()