Lines Matching refs:acquireFenceFd
642 if(list->hwLayers[i].acquireFenceFd >= 0) { in closeAcquireFds()
643 close(list->hwLayers[i].acquireFenceFd); in closeAcquireFds()
644 list->hwLayers[i].acquireFenceFd = -1; in closeAcquireFds()
688 int& acquireFenceFd = in hwc_sync() local
689 ctx->mLayerRotMap[dpy]->getLayer(i)->acquireFenceFd; in hwc_sync()
690 rotData.acq_fen_fd = acquireFenceFd; in hwc_sync()
693 close(acquireFenceFd); in hwc_sync()
695 acquireFenceFd = dup(rotData.rel_fen_fd); in hwc_sync()
709 list->hwLayers[i].acquireFenceFd >= 0) { in hwc_sync()
713 acquireFd[count++] = list->hwLayers[i].acquireFenceFd; in hwc_sync()
724 } else if(list->hwLayers[i].acquireFenceFd >= 0) in hwc_sync()
725 acquireFd[count++] = list->hwLayers[i].acquireFenceFd; in hwc_sync()