Searched refs:isRotCached (Results 1 – 5 of 5) sorted by relevance
84 bool Rotator::isRotCached(int fd, uint32_t offset) const { in isRotCached() function in overlay::Rotator
77 virtual bool isRotCached(int fd, uint32_t offset) const;
248 if(enabled() and (not isRotCached(fd,offset))) { in queueBuffer()
225 bool isRotCached(uint32_t index) const;
1547 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::LayerRotMap2608 return (rot->isRotCached(hnd->fd,(uint32_t)(hnd->offset))); in isRotCached()2618 if(isRotCached(i)) in setReleaseFd()