Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp1317 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync() local
1318 if((currRot == NULL) || (currLayer == NULL)) { in hwc_sync()
1324 &currLayer->acquireFenceFd; in hwc_sync()
1327 if(currLayer->acquireFenceFd >= 0) { in hwc_sync()
1336 close(currLayer->acquireFenceFd); in hwc_sync()
1338 currLayer->acquireFenceFd = in hwc_sync()
1342 currLayer->releaseFenceFd = in hwc_sync()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp1304 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync() local
1305 if((currRot == NULL) || (currLayer == NULL)) { in hwc_sync()
1311 &currLayer->acquireFenceFd; in hwc_sync()
1314 if(currLayer->acquireFenceFd >= 0) { in hwc_sync()
1324 close(currLayer->acquireFenceFd); in hwc_sync()
1326 currLayer->acquireFenceFd = in hwc_sync()
1330 currLayer->releaseFenceFd = in hwc_sync()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp1529 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync() local
1530 if((currRot == NULL) || (currLayer == NULL)) { in hwc_sync()
1536 &currLayer->acquireFenceFd; in hwc_sync()
1539 if(currLayer->acquireFenceFd >= 0) { in hwc_sync()
1551 close(currLayer->acquireFenceFd); in hwc_sync()
1553 currLayer->acquireFenceFd = in hwc_sync()
1557 currLayer->releaseFenceFd = in hwc_sync()