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

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp1552 // Init rotCount to number of rotate sessions used by other displays
1553 int rotCount = ctx->mRotMgr->getNumActiveSessions(); local
1560 rotCount++;
1565 if(rotCount > RotMgr::MAX_ROT_SESS) {
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.cpp1849 // Init rotCount to number of rotate sessions used by other displays
1850 int rotCount = ctx->mRotMgr->getNumActiveSessions(); local
1857 rotCount++;
1862 if(rotCount > RotMgr::MAX_ROT_SESS) {
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp1882 // Init rotCount to number of rotate sessions used by other displays
1883 int rotCount = ctx->mRotMgr->getNumActiveSessions(); local
1890 rotCount++;
1895 if(rotCount > RotMgr::MAX_ROT_SESS) {

Completed in 39 milliseconds