Home
last modified time | relevance | path

Searched refs:getRot (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h132 overlay::Rotator* getRot(uint32_t index) const;
149 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const { in getRot() function
Dhwc_utils.cpp689 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId(); in hwc_sync()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_utils.h134 overlay::Rotator* getRot(uint32_t index) const;
151 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const { in getRot() function
Dhwc_utils.cpp636 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId(); in hwc_sync()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h182 overlay::Rotator* getRot(uint32_t index) const;
199 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const { in getRot() function
Dhwc_utils.cpp1316 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h207 overlay::Rotator* getRot(uint32_t index) const;
224 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const { in getRot() function
Dhwc_utils.cpp1303 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h224 overlay::Rotator* getRot(uint32_t index) const;
272 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const { in getRot() function
Dhwc_utils.cpp1528 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync()
2599 overlay::Rotator* rot = getRot(index); in isRotCached()