Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:hnd

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