Searched refs:ion_import (Results 1 – 3 of 3) sorted by relevance
/hardware/samsung_slsi/exynos5/gralloc/ |
D | mapper.cpp | 111 ret = ion_import(getIonFd(module), hnd->fd, &hnd->handle); in gralloc_register_buffer() 115 ret = ion_import(getIonFd(module), hnd->fd1, &hnd->handle1); in gralloc_register_buffer() 120 ret = ion_import(getIonFd(module), hnd->fd2, &hnd->handle2); in gralloc_register_buffer()
|
/hardware/ti/omap4xxx/ion/ |
D | ion.h | 34 int ion_import(int fd, int share_fd, struct ion_handle **handle);
|
D | ion.c | 146 int ion_import(int fd, int share_fd, struct ion_handle **handle) in ion_import() function
|