HomeSort by relevance Sort by last modified time
    Searched refs:ION_IOC_FREE (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/common/linux/
ion.h 64 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /hardware/ti/omap4xxx/ion/
linux_ion.h 60 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
ion.c 104 return ion_ioctl(fd, ION_IOC_FREE, &data);
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 49 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
98 ioctl(client, ION_IOC_FREE, &arg_free);
  /external/kernel-headers/original/linux/
ion.h 302 * DOC: ION_IOC_FREE - free memory
306 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /system/core/libion/
ion.c 80 return ion_ioctl(fd, ION_IOC_FREE, &data);

Completed in 931 milliseconds