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

  /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
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);
522 unsigned int heap_id = 0; local
527 heap_id = ION_HEAP(SD_HEAP_ID);
534 heap_id = ION_HEAP(SD_HEAP_ID);
541 heap_id = ION_HEAP(CP_HEAP_ID);
548 heap_id |= ION_HEAP(ION_SYSTEM_HEAP_ID);
552 heap_id |= ION_HEAP(ION_CAMERA_HEAP_ID);
556 heap_id |= ION_HEAP(ION_ADSP_HEAP_ID);
564 if (!heap_id) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
ion.h 66 __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,
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraMem.h 106 unsigned int heap_id; member in struct:qcamera::QCameraMemory::QCameraMemInfo
109 int alloc(int count, size_t size, unsigned int heap_id,
113 unsigned int heap_id, size_t size, bool cached, uint32_t is_secure);
133 unsigned int heap_id, size_t size, bool cached,
142 unsigned int heap_id, size_t size, bool cached,
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraMem.h 106 unsigned int heap_id; member in struct:qcamera::QCameraMemory::QCameraMemInfo
109 int alloc(int count, size_t size, unsigned int heap_id,
113 unsigned int heap_id, size_t size, bool cached, uint32_t is_secure);
133 unsigned int heap_id, size_t size, bool cached,
142 unsigned int heap_id, size_t size, bool cached,
  /external/kernel-headers/original/uapi/linux/
ion.h 137 * @heap_id - heap id for the heap
142 __u32 heap_id; member in struct:ion_heap_data
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_ion.h 112 int heap_id; member in struct:ion_prefetch_data
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_ion.h 147 int heap_id; member in struct:ion_prefetch_data
  /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 940 jint heap_id; local
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ion.h 137 int heap_id; member in struct:ion_prefetch_data
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ion.h 174 int heap_id; member in struct:ion_prefetch_data
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_ion.h 130 int heap_id; member in struct:ion_prefetch_data
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_ion.h 166 int heap_id; member in struct:ion_prefetch_data
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp 5315 int heap_id = 0; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp 5517 int heap_id = 0; local
10358 int heap_id = 0; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp 5517 int heap_id = 0; local
10358 int heap_id = 0; local
    [all...]
  /art/runtime/
debugger.cc 4823 uint8_t heap_id[4]; local
    [all...]

Completed in 3281 milliseconds