HomeSort by relevance Sort by last modified time
    Searched defs:heap_id (Results 1 - 25 of 35) sorted by null

1 2

  /device/linaro/hikey/gralloc/
ion_4.12.h 58 * @heap_id - heap id for the heap
63 __u32 heap_id; member in struct:ion_heap_data
  /device/linaro/hikey/gralloc960/
ion_4.12.h 58 * @heap_id - heap id for the heap
63 __u32 heap_id; member in struct:ion_heap_data
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ionutils.c 49 unsigned int heap_id; local
80 heap_id = MAX_HEAP_COUNT + 1;
85 printf(" heap id: %d\n", heap_data[i].heap_id);
88 heap_id = heap_data[i].heap_id;
93 if (heap_id > MAX_HEAP_COUNT) {
100 alloc_data.heap_id_mask = 1 << heap_id;
ion.h 99 * @heap_id - heap id for the heap
104 __u32 heap_id; member in struct:ion_heap_data
  /hardware/qcom/display/msm8909/gralloc/
gr_ion_alloc.h 55 unsigned int heap_id = 0x0; member in struct:gralloc1::AllocData
gr_allocator.cpp 102 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type,
110 alloc_data->heap_id, alloc_data->flags);
259 unsigned int heap_id = 0; local
264 heap_id = ION_HEAP(SD_HEAP_ID);
271 heap_id = ION_HEAP(SD_HEAP_ID);
278 heap_id = ION_HEAP(CP_HEAP_ID);
285 heap_id |= ION_HEAP(ION_SYSTEM_HEAP_ID);
289 heap_id |= ION_HEAP(ION_CAMERA_HEAP_ID);
294 heap_id |= ION_HEAP(ION_ADSP_HEAP_ID);
302 if (!heap_id) {
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_ion_alloc.h 55 unsigned int heap_id = 0x0; member in struct:gralloc1::AllocData
gr_allocator.cpp 102 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type,
110 alloc_data->heap_id, alloc_data->flags);
259 unsigned int heap_id = 0; local
264 heap_id = ION_HEAP(SD_HEAP_ID);
271 heap_id = ION_HEAP(SD_HEAP_ID);
278 heap_id = ION_HEAP(CP_HEAP_ID);
285 heap_id |= ION_HEAP(ION_SYSTEM_HEAP_ID);
289 heap_id |= ION_HEAP(ION_CAMERA_HEAP_ID);
294 heap_id |= ION_HEAP(ION_ADSP_HEAP_ID);
302 if (!heap_id) {
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.h 55 unsigned int heap_id = 0x0; member in struct:gralloc1::AllocData
gr_allocator.cpp 110 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type,
118 alloc_data->heap_id, alloc_data->flags);
547 unsigned int heap_id = 0; local
552 heap_id = ION_HEAP(SD_HEAP_ID);
559 heap_id = ION_HEAP(SD_HEAP_ID);
566 heap_id = ION_HEAP(CP_HEAP_ID);
573 heap_id |= ION_HEAP(ION_SYSTEM_HEAP_ID);
577 heap_id |= ION_HEAP(ION_CAMERA_HEAP_ID);
582 heap_id |= ION_HEAP(ION_ADSP_HEAP_ID);
590 if (!heap_id) {
    [all...]
  /hardware/qcom/display/msm8998/libgralloc1/
gr_ion_alloc.h 55 unsigned int heap_id = 0x0; member in struct:gralloc1::AllocData
  /system/core/libion/
ion_4.12.h 58 * @heap_id - heap id for the heap
63 __u32 heap_id; member in struct:ion_heap_data
  /external/kernel-headers/original/uapi/linux/
ion.h 92 * @heap_id - heap id for the heap
97 __u32 heap_id; member in struct:ion_heap_data
  /bionic/libc/kernel/uapi/linux/
ion.h 57 __u32 heap_id; member in struct:ion_heap_data
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.h 119 unsigned int heap_id; member in struct:qcamera::QCameraMemory::QCameraMemInfo
122 int alloc(int count, size_t size, unsigned int heap_id,
126 unsigned int heap_id, size_t size, bool cached, uint32_t is_secure);
146 unsigned int heap_id, size_t size, bool cached,
155 unsigned int heap_id, size_t size, bool cached,
  /hardware/qcom/msm8994/kernel-headers/linux/
ion.h 57 __u32 heap_id; member in struct:ion_heap_data
msm_ion.h 112 int heap_id; member in struct:ion_prefetch_data
  /hardware/qcom/msm8994/original-kernel-headers/linux/
ion.h 137 * @heap_id - heap id for the heap
142 __u32 heap_id; member in struct:ion_heap_data
msm_ion.h 147 int heap_id; member in struct:ion_prefetch_data
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.h 144 unsigned int heap_id; member in struct:qcamera::QCameraMemory::QCameraMemInfo
147 int alloc(int count, size_t size, unsigned int heap_id);
150 unsigned int heap_id, size_t size, bool cached, bool is_secure);
170 unsigned int heap_id, size_t size, bool cached,
179 unsigned int heap_id, size_t size, bool cached,
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_ion.h 111 int heap_id; member in struct:ion_prefetch_data
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_ion.h 141 int heap_id; member in struct:ion_prefetch_data
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_ion.h 114 int heap_id; member in struct:ion_prefetch_data
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_ion.h 144 int heap_id; member in struct:ion_prefetch_data
  /art/test/913-heaps/
heaps.cc 977 jint heap_id; local
    [all...]

Completed in 540 milliseconds

1 2