Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:hnd

72         private_handle_t *hnd = (private_handle_t *)layer->handle;
73 ovutils::Whf info(getWidth(hnd), getHeight(hnd),
74 ovutils::getMdpFormat(hnd->format), hnd->size);
143 bool FBUpdateLowRes::draw(hwc_context_t *ctx, private_handle_t *hnd)
151 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) {
186 private_handle_t *hnd = (private_handle_t *)layer->handle;
187 ovutils::Whf info(getWidth(hnd), getHeight(hnd),
188 ovutils::getMdpFormat(hnd->format), hnd->size);
295 bool FBUpdateHighRes::draw(hwc_context_t *ctx, private_handle_t *hnd)
304 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) {
309 if (!ov.queueBuffer(hnd->fd, hnd->offset, destR)) {