HomeSort by relevance Sort by last modified time
    Searched refs:heap_id_mask (Results 1 - 25 of 67) sorted by null

1 2 3

  /device/linaro/hikey/gralloc/
ion_4.12.h 36 * @heap_id_mask: mask of heap ids to allocate from
46 __u32 heap_id_mask; member in struct:ion_new_allocation_data
  /device/linaro/hikey/gralloc960/
ion_4.12.h 36 * @heap_id_mask: mask of heap ids to allocate from
46 __u32 heap_id_mask; member in struct:ion_new_allocation_data
  /system/core/libion/
ion_4.12.h 36 * @heap_id_mask: mask of heap ids to allocate from
46 __u32 heap_id_mask; member in struct:ion_new_allocation_data
ion.c 85 .len = len, .align = align, .heap_id_mask = heap_mask, .flags = flags,
158 .heap_id_mask = heap_mask,
  /external/kernel-headers/original/uapi/linux/
ion.h 71 * @heap_id_mask: mask of heap ids to allocate from
80 __u32 heap_id_mask; member in struct:ion_allocation_data
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ion.h 78 * @heap_id_mask: mask of heap ids to allocate from
87 __u32 heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 46 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8996/kernel-headers/linux/
ion.h 49 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8996/original-kernel-headers/linux/
ion.h 79 * @heap_id_mask: mask of heap ids to allocate from
89 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8998/kernel-headers/linux/
ion.h 49 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8998/original-kernel-headers/linux/
ion.h 86 * @heap_id_mask: mask of heap ids to allocate from
96 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x09/kernel-headers/linux/
ion.h 49 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
ion.h 79 * @heap_id_mask: mask of heap ids to allocate from
89 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x26/kernel-headers/linux/
ion.h 49 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
ion.h 79 * @heap_id_mask: mask of heap ids to allocate from
89 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x27/kernel-headers/linux/
ion.h 44 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /system/core/libion/kernel-headers/linux/
ion.h 49 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /system/core/libion/original-kernel-headers/linux/
ion.h 79 * @heap_id_mask: mask of heap ids to allocate from
89 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /bionic/libc/kernel/uapi/linux/
ion.h 38 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8994/kernel-headers/linux/
ion.h 38 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8994/original-kernel-headers/linux/
ion.h 80 * @heap_id_mask: mask of heap ids to allocate from
90 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/keymaster/
keymaster_qcom.h 29 #define ION_HEAP_MASK heap_id_mask
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
ion.h 250 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_ionbuf.c 64 p_buffer->alloc.heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID;
  /hardware/qcom/display/msm8994/libgralloc/
ionalloc.cpp 81 ionAllocData.heap_id_mask = data.flags & ~ION_SECURE;
83 ionAllocData.heap_id_mask &= (data.flags & ~ION_FLAG_ALLOW_NON_CONTIG);

Completed in 3522 milliseconds

1 2 3