Home
last modified time | relevance | path

Searched refs:isRotCached (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8994/liboverlay/
DoverlayRotator.cpp84 bool Rotator::isRotCached(int fd, uint32_t offset) const { in isRotCached() function in overlay::Rotator
DoverlayRotator.h77 virtual bool isRotCached(int fd, uint32_t offset) const;
DoverlayMdpRot.cpp248 if(enabled() and (not isRotCached(fd,offset))) { in queueBuffer()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h225 bool isRotCached(uint32_t index) const;
Dhwc_utils.cpp1547 if(LIKELY(!swapzero) and (not ctx->mLayerRotMap[dpy]->isRotCached(i))) in hwc_sync()
2602 bool LayerRotMap::isRotCached(uint32_t index) const { in isRotCached() function in qhwc::LayerRotMap
2608 return (rot->isRotCached(hnd->fd,(uint32_t)(hnd->offset))); in isRotCached()
2618 if(isRotCached(i)) in setReleaseFd()