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

  /device/linaro/hikey/gralloc/
ion_4.12.h 118 * DOC: ION_IOC_HEAP_QUERY - information about available heaps
123 #define ION_IOC_HEAP_QUERY _IOWR(ION_IOC_MAGIC, 8, struct ion_heap_query)
  /device/linaro/hikey/gralloc960/
ion_4.12.h 118 * DOC: ION_IOC_HEAP_QUERY - information about available heaps
123 #define ION_IOC_HEAP_QUERY _IOWR(ION_IOC_MAGIC, 8, struct ion_heap_query)
  /system/core/libion/
ion_4.12.h 118 * DOC: ION_IOC_HEAP_QUERY - information about available heaps
123 #define ION_IOC_HEAP_QUERY _IOWR(ION_IOC_MAGIC, 8, struct ion_heap_query)
ion.c 206 ret = ion_ioctl(fd, ION_IOC_HEAP_QUERY, &query);
219 ret = ion_ioctl(fd, ION_IOC_HEAP_QUERY, &query);
  /external/kernel-headers/original/uapi/linux/
ion.h 128 * DOC: ION_IOC_HEAP_QUERY - information about available heaps
133 #define ION_IOC_HEAP_QUERY _IOWR(ION_IOC_MAGIC, 8, \
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ion.h 135 * DOC: ION_IOC_HEAP_QUERY - information about available heaps
140 #define ION_IOC_HEAP_QUERY _IOWR(ION_IOC_MAGIC, 8, \
ionutils.c 73 ret = ioctl(ionfd, ION_IOC_HEAP_QUERY, &query);
75 fprintf(stderr, "<%s>: Failed: ION_IOC_HEAP_QUERY: %s\n",
  /bionic/libc/kernel/uapi/linux/
ion.h 77 #define ION_IOC_HEAP_QUERY _IOWR(ION_IOC_MAGIC, 8, struct ion_heap_query)
  /hardware/qcom/msm8994/kernel-headers/linux/
ion.h 77 #define ION_IOC_HEAP_QUERY _IOWR(ION_IOC_MAGIC, 8, struct ion_heap_query)
  /hardware/qcom/msm8994/original-kernel-headers/linux/
ion.h 228 * DOC: ION_IOC_HEAP_QUERY - information about available heaps
233 #define ION_IOC_HEAP_QUERY _IOWR(ION_IOC_MAGIC, 8, \

Completed in 545 milliseconds