Lines Matching refs:hnd
66 private_handle_t *hnd = (private_handle_t *)layer->handle; in configure() local
67 ovutils::Whf info(getWidth(hnd), getHeight(hnd), in configure()
68 ovutils::getMdpFormat(hnd->format), hnd->size); in configure()
127 bool FBUpdateLowRes::draw(hwc_context_t *ctx, private_handle_t *hnd) in draw() argument
135 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) { in draw()
170 private_handle_t *hnd = (private_handle_t *)layer->handle; in configure() local
171 ovutils::Whf info(getWidth(hnd), getHeight(hnd), in configure()
172 ovutils::getMdpFormat(hnd->format), hnd->size); in configure()
264 bool FBUpdateHighRes::draw(hwc_context_t *ctx, private_handle_t *hnd) in draw() argument
273 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) { in draw()
278 if (!ov.queueBuffer(hnd->fd, hnd->offset, destR)) { in draw()