HomeSort by relevance Sort by last modified time
    Searched defs:ION_IOC_FREE (Results 26 - 50 of 51) sorted by null

12 3

  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /system/core/libion/kernel-headers/linux/
ion.h 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /system/core/libion/original-kernel-headers/linux/
ion.h 142 * DOC: ION_IOC_FREE - free memory
146 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /bionic/libc/kernel/uapi/linux/
ion.h 71 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /cts/hostsidetests/security/securityPatch/CVE-2016-9120/
poc.c 86 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
136 ioctl(g_fd, ION_IOC_FREE, &g_free_data);
  /external/kernel-headers/original/uapi/linux/
ion.h 173 * DOC: ION_IOC_FREE - free memory
177 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
ion.h 303 * DOC: ION_IOC_FREE - free memory
307 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)

Completed in 431 milliseconds

12 3