HomeSort by relevance Sort by last modified time
    Searched defs:heap_id_mask (Results 1 - 20 of 20) sorted by null

  /bionic/libc/kernel/uapi/linux/
ion.h 49 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /external/kernel-headers/original/uapi/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/msm8960/kernel-headers/linux/
ion.h 46 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
  /hardware/qcom/msm8x74/kernel-headers/linux/
ion.h 44 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ion.h 49 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ion.h 49 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ion.h 49 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ion.h 49 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ion.h 49 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ion.h 49 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
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.cpp 317 alloc.heap_id_mask = heap_id;
442 int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
443 int rc = alloc(count, size, heap_id_mask);
618 int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
619 int rc = alloc(count, size, heap_id_mask);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.cpp 335 alloc.heap_id_mask = heap_id;
432 int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
433 int rc = alloc(count, size, heap_id_mask);
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
ion.h 250 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
ion.h 250 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 516 unsigned int heap_id_mask; member in struct:ion_allocation_data

Completed in 807 milliseconds