OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ion_import
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap4xxx/ion/
ion.h
34
int
ion_import
(int fd, int share_fd, struct ion_handle **handle);
ion.c
146
int
ion_import
(int fd, int share_fd, struct ion_handle **handle)
function
/system/core/include/ion/
ion.h
39
int
ion_import
(int fd, int share_fd, struct ion_handle **handle);
/hardware/samsung_slsi/exynos5/gralloc/
mapper.cpp
111
ret =
ion_import
(getIonFd(module), hnd->fd, &hnd->handle);
115
ret =
ion_import
(getIonFd(module), hnd->fd1, &hnd->handle1);
120
ret =
ion_import
(getIonFd(module), hnd->fd2, &hnd->handle2);
/system/core/libion/
ion.c
137
int
ion_import
(int fd, int share_fd, struct ion_handle **handle)
function
Completed in 50 milliseconds