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

  /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
  /device/google/bonito/sdm710/kernel-headers/linux/
ion.h 43 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /device/google/bonito/sdm710/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
  /device/google/crosshatch/sdm845/kernel-headers/linux/
ion.h 43 unsigned int heap_id_mask; member in struct:ion_allocation_data
  /device/google/crosshatch/sdm845/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
  /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
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Mem.cpp 322 allocData.heap_id_mask = heap_id;
561 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
574 rc = allocOneBuffer(mMemInfo[i], heap_id_mask, size);
620 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
632 rc = allocOneBuffer(mMemInfo[mBufferCount], heap_id_mask, size);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.cpp 483 alloc.heap_id_mask = heap_id;
487 alloc.heap_id_mask = ION_HEAP(ION_CP_MM_HEAP_ID);
797 uint32_t heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
799 rc = alloc(count, size, heap_id_mask, SECURE);
805 rc = alloc(count, size, heap_id_mask, NON_SECURE);
856 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
857 int rc = alloc(count, size, heap_id_mask, NON_SECURE);
1092 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
1127 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; local
    [all...]

Completed in 419 milliseconds