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

/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayRotator.cpp84 bool Rotator::isRotCached(int fd, uint32_t offset) const { function in class:overlay::Rotator
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayRotator.cpp84 bool Rotator::isRotCached(int fd, uint32_t offset) const { function in class:overlay::Rotator
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp1634 if(LIKELY(!swapzero) and (not ctx->mLayerRotMap[dpy]->isRotCached(i)))
2675 bool LayerRotMap::isRotCached(uint32_t index) const { function in class:qhwc::LayerRotMap
2681 return (rot->isRotCached(hnd->fd,(uint32_t)(hnd->offset)));
2691 if(isRotCached(i))
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp1547 if(LIKELY(!swapzero) and (not ctx->mLayerRotMap[dpy]->isRotCached(i)))
2602 bool LayerRotMap::isRotCached(uint32_t index) const { function in class:qhwc::LayerRotMap
2608 return (rot->isRotCached(hnd->fd,(uint32_t)(hnd->offset)));
2618 if(isRotCached(i))

Completed in 76 milliseconds