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

  /device/linaro/hikey/gralloc960/
alloc_ion.cpp 82 static ion_user_handle_t alloc_from_ion_heap(int ion_fd, size_t size, unsigned int heap_mask,
88 if ((ion_fd < 0) || (size <= 0) || (heap_mask == 0) || (min_pgsz == NULL))
91 ret = ion_alloc(ion_fd, size, 0, heap_mask, flags, &ion_hnd);
95 if (heap_mask == ION_HEAP_SECURE_MASK)
104 heap_mask = ION_HEAP_SYSTEM_MASK;
105 ret = ion_alloc(ion_fd, size, 0, heap_mask, flags, &ion_hnd);
111 switch (heap_mask)
153 unsigned int heap_mask; local
158 heap_mask = ION_HEAP_SECURE_MASK;
167 heap_mask = ION_HEAP_TYPE_COMPOUND_PAGE_MASK
222 unsigned int heap_mask, priv_heap_flag = 0; local
    [all...]
  /system/core/libion/include/ion/
ion.h 33 int ion_alloc(int fd, size_t len, size_t align, unsigned int heap_mask,
35 int ion_alloc_fd(int fd, size_t len, size_t align, unsigned int heap_mask,
  /hardware/qcom/msm8x84/kernel-headers/linux/
ion.h 47 unsigned int heap_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
ion.h 92 unsigned int heap_mask; member in struct:ion_allocation_data
  /system/core/libion/
ion.c 62 int ion_alloc(int fd, size_t len, size_t align, unsigned int heap_mask,
69 .heap_id_mask = heap_mask,
143 int ion_alloc_fd(int fd, size_t len, size_t align, unsigned int heap_mask,
148 ret = ion_alloc(fd, len, align, heap_mask, flags, &handle);
ion_test.c 37 int heap_mask = 1; variable
49 ret = ion_alloc(*fd, len, align, heap_mask, alloc_flags, handle);
223 {"heap_mask", required_argument, 0, 'h'},
259 heap_mask = atol(optarg);
272 printf("test %d, len %zu, align %zu, map_flags %d, prot %d, heap_mask %d,"
274 heap_mask, alloc_flags);
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
ion.h 118 * @heap_mask: mask of heaps this client can allocate from
122 unsigned int heap_mask, const char *name);
139 * @heap_mask: mask of heaps to allocate from, if multiple bits are set
149 size_t align, unsigned int heap_mask,
240 * @heap_mask: mask of heaps to allocate from
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 145 * @heap_mask: mask of heaps this client can allocate from
149 unsigned int heap_mask, const char *name);
155 * heap_mask and name are the same as ion_client_create, return values
159 struct ion_client *msm_ion_client_create(unsigned int heap_mask,
177 * @heap_mask: mask of heaps to allocate from, if multiple bits are set
187 size_t align, unsigned int heap_mask,
391 unsigned int heap_mask, const char *name)
396 static inline struct ion_client *msm_ion_client_create(unsigned int heap_mask,
406 unsigned int heap_mask,
506 * @heap_mask: mask of heaps to allocate fro
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-8428/
poc.c 55 __u32 heap_mask; /* heaps to allocate from */ member in struct:nvmap_alloc_handle
161 g_real_alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8429/
poc.c 75 __u32 heap_mask; /* heaps to allocate from */ member in struct:nvmap_alloc_handle
117 alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8430/
poc.c 62 __u32 heap_mask; /* heaps to allocate from */ member in struct:nvmap_alloc_handle
143 g_real_alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8460/
poc.c 60 __u32 heap_mask; /* heaps to allocate from */ member in struct:nvmap_alloc_handle
134 alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8482/
poc.c 63 __u32 heap_mask; /* heaps to allocate from */ member in struct:nvmap_alloc_handle
141 .heap_mask = 0xFFFFFFFF
  /hardware/qcom/keymaster/
keymaster_qcom.h 27 #define ION_HEAP_MASK heap_mask
  /cts/hostsidetests/security/securityPatch/CVE-2017-0429/
poc.c 52 __u32 heap_mask; /* heaps to allocate from */ member in struct:nvmap_alloc_handle
  /hardware/qcom/display/msm8084/libgralloc/
ionalloc.cpp 76 ionAllocData.heap_mask = data.flags & ~ION_SECURE;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 106 #define ION_HEAP_MASK heap_mask
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 190 #define ION_HEAP_MASK heap_mask
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp     [all...]

Completed in 337 milliseconds