Searched defs:share_fd (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/ion/
H A Dion.c129 int ion_share(int fd, struct ion_handle *handle, int *share_fd) argument
138 *share_fd = data.fd;
139 if (*share_fd < 0) {
146 int ion_import(int fd, int share_fd, struct ion_handle **handle) argument
149 .fd = share_fd,
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp131 int ion_incRef(int fd, int share_fd, unsigned long **handle) argument
135 data.fd = share_fd;

Completed in 40 milliseconds