Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:hnd

132         private_handle_t *hnd = (private_handle_t *)layer->handle;
133 if(hnd && hnd->width <= qdutils::MAX_DISPLAY_DIM) {
153 const private_handle_t *hnd) {
175 if(isSecureBuffer(hnd)) {
176 if(!wb->setSecure(isSecureBuffer(hnd))) {
182 if(!wb->configureDpyInfo(hnd->width, hnd->height)) {
197 size = getBufferSizeAndDimensions(hnd->width, hnd->height,
207 if(isSecureBuffer(hnd)) {