OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ION_IOC_IMPORT
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/common/linux/
ion.h
64
#define
ION_IOC_IMPORT
_IOWR(ION_IOC_MAGIC, 5, int)
/external/kernel-headers/original/linux/
ion.h
254
* descriptor to share or map in the fd field. For
ION_IOC_IMPORT
, userspace
318
* be retrieved via
ION_IOC_IMPORT
.
323
* DOC:
ION_IOC_IMPORT
- imports a shared file descriptor
329
#define
ION_IOC_IMPORT
_IOWR(ION_IOC_MAGIC, 5, int)
/hardware/ti/omap4xxx/ion/
ion.c
151
int ret = ion_ioctl(fd,
ION_IOC_IMPORT
, &data);
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c
192
status = ioctl(pRPCCtx->fd_omx,
ION_IOC_IMPORT
, &data);
[
all
...]
Completed in 223 milliseconds