Searched refs:ion_share (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/memory/libion/ |
H A D | ion.c | 141 int ion_share(int fd, ion_user_handle_t handle, int* share_fd) { in ion_share() function 180 ret = ion_share(fd, handle, handle_fd); in ion_alloc_fd()
|
H A D | ion_test.c | 141 ret = ion_share(fd, handle, &share_fd); in ion_share_test()
|
/aosp12/system/memory/libion/include/ion/ |
H A D | ion.h | 41 int ion_share(int fd, ion_user_handle_t handle, int *share_fd);
|
/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | C2AllocatorIon.cpp | 421 ret = ion_share(ionFd, buffer, &bufferFd); in Alloc()
|