Home
last modified time | relevance | path

Searched refs:currLayer (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp1319 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync() local
1320 if((currRot == NULL) || (currLayer == NULL)) { in hwc_sync()
1326 &currLayer->acquireFenceFd; in hwc_sync()
1329 if(currLayer->acquireFenceFd >= 0) { in hwc_sync()
1338 close(currLayer->acquireFenceFd); in hwc_sync()
1340 currLayer->acquireFenceFd = in hwc_sync()
1344 currLayer->releaseFenceFd = in hwc_sync()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp1307 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync() local
1308 if((currRot == NULL) || (currLayer == NULL)) { in hwc_sync()
1314 &currLayer->acquireFenceFd; in hwc_sync()
1317 if(currLayer->acquireFenceFd >= 0) { in hwc_sync()
1327 close(currLayer->acquireFenceFd); in hwc_sync()
1329 currLayer->acquireFenceFd = in hwc_sync()
1333 currLayer->releaseFenceFd = in hwc_sync()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp1533 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync() local
1534 if((currRot == NULL) || (currLayer == NULL)) { in hwc_sync()
1540 &currLayer->acquireFenceFd; in hwc_sync()
1543 if(currLayer->acquireFenceFd >= 0) { in hwc_sync()
1555 close(currLayer->acquireFenceFd); in hwc_sync()
1557 currLayer->acquireFenceFd = in hwc_sync()
1561 currLayer->releaseFenceFd = in hwc_sync()