Lines Matching refs:hnd

187 int gralloc_backend_get_fd(private_handle_t* hnd, int *fd) {  in gralloc_backend_get_fd()  argument
188 *fd = hnd->share_fd; in gralloc_backend_get_fd()
192 int gralloc_backend_get_attrs(private_handle_t* hnd, void *attrs) { in gralloc_backend_get_attrs() argument
195 attributes->push_back(hnd->width); in gralloc_backend_get_attrs()
196 attributes->push_back(hnd->height); in gralloc_backend_get_attrs()
197 attributes->push_back(hnd->stride); in gralloc_backend_get_attrs()
198 attributes->push_back(hnd->format); in gralloc_backend_get_attrs()
199 attributes->push_back(hnd->size); in gralloc_backend_get_attrs()
200 attributes->push_back(hnd->type); in gralloc_backend_get_attrs()
208 int gralloc_backend_get_fd(private_handle_t* hnd, int *fd) { in gralloc_backend_get_fd() argument
209 *fd = hnd->fd[0]; in gralloc_backend_get_fd()
213 int gralloc_backend_get_attrs(private_handle_t* hnd, void *attrs) { in gralloc_backend_get_attrs() argument
216 attributes->push_back(hnd->width); in gralloc_backend_get_attrs()
217 attributes->push_back(hnd->height); in gralloc_backend_get_attrs()
218 attributes->push_back(hnd->stride); in gralloc_backend_get_attrs()
219 attributes->push_back(hnd->format); in gralloc_backend_get_attrs()
220 attributes->push_back(hnd->size); in gralloc_backend_get_attrs()
221 attributes->push_back(hnd->type); in gralloc_backend_get_attrs()
247 private_handle_t* hnd = (private_handle_t*)handle; in RkRgaGetHandleFd() local
248 ret = gralloc_backend_get_fd(hnd,fd); in RkRgaGetHandleFd()
252 private_handle_t* hnd = (private_handle_t*)handle; in RkRgaGetHandleFd() local
253 ret = gralloc_backend_get_fd(hnd,fd); in RkRgaGetHandleFd()
308 private_handle_t* hnd = (private_handle_t*)handle; in RkRgaGetHandleAttributes() local
309 ret = gralloc_backend_get_attrs(hnd, (void*)attrs); in RkRgaGetHandleAttributes()
313 private_handle_t* hnd = (private_handle_t*)handle; in RkRgaGetHandleAttributes() local
314 ret = gralloc_backend_get_attrs(hnd, (void*)attrs); in RkRgaGetHandleAttributes()