Searched defs:rotData (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.cpp676 struct msm_rotator_buf_sync rotData; local
679 memset(&rotData, 0, sizeof(rotData));
682 rotData.acq_fen_fd = acquireFenceFd;
683 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId();
684 ioctl(rotFd, MSM_ROTATOR_IOCTL_BUFFER_SYNC, &rotData);
687 acquireFenceFd = dup(rotData.rel_fen_fd);
691 rotData.rel_fen_fd;

Completed in 134 milliseconds