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

1 2 3

  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_ion.h 189 * @heap_id - heap id to secure.
194 int msm_ion_secure_heap(int heap_id);
199 * @heap_id - heap id to secure.
204 int msm_ion_unsecure_heap(int heap_id);
210 * @heap_id - heap id to secure.
216 int msm_ion_secure_heap_2_0(int heap_id, enum cp_mem_usage usage);
222 * @heap_id - heap id to secure.
228 int msm_ion_unsecure_heap_2_0(int heap_id, enum cp_mem_usage usage);
230 static inline int msm_ion_secure_heap(int heap_id)
236 static inline int msm_ion_unsecure_heap(int heap_id)
    [all...]
ion.h 342 * @client - a client that has allocated from the heap heap_id
343 * @heap_id - heap id to secure.
350 int ion_secure_heap(struct ion_device *dev, int heap_id, int version,
356 * @client - a client that has allocated from the heap heap_id
357 * @heap_id - heap id to un-secure.
364 int ion_unsecure_heap(struct ion_device *dev, int heap_id, int version,
471 static inline int ion_secure_heap(struct ion_device *dev, int heap_id,
478 static inline int ion_unsecure_heap(struct ion_device *dev, int heap_id,
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_ion.h 189 * @heap_id - heap id to secure.
194 int msm_ion_secure_heap(int heap_id);
199 * @heap_id - heap id to secure.
204 int msm_ion_unsecure_heap(int heap_id);
210 * @heap_id - heap id to secure.
216 int msm_ion_secure_heap_2_0(int heap_id, enum cp_mem_usage usage);
222 * @heap_id - heap id to secure.
228 int msm_ion_unsecure_heap_2_0(int heap_id, enum cp_mem_usage usage);
230 static inline int msm_ion_secure_heap(int heap_id)
236 static inline int msm_ion_unsecure_heap(int heap_id)
    [all...]
  /hardware/qcom/display/sdm845/libgralloc1/
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...]
gr_ion_alloc.h 55 unsigned int heap_id = 0x0; member in struct:gralloc1::AllocData
  /art/runtime/openjdkjvmti/
ti_heap.h 61 static jvmtiError JNICALL GetObjectHeapId(jvmtiEnv* env, jlong tag, jint* heap_id, ...);
62 static jvmtiError JNICALL GetHeapName(jvmtiEnv* env, jint heap_id, char** heap_name, ...);
  /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 108 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type,
116 alloc_data->heap_id, alloc_data->flags);
546 unsigned int heap_id = 0; local
551 heap_id = ION_HEAP(SD_HEAP_ID);
558 heap_id = ION_HEAP(SD_HEAP_ID);
565 heap_id = ION_HEAP(CP_HEAP_ID);
572 heap_id |= ION_HEAP(ION_SYSTEM_HEAP_ID);
576 heap_id |= ION_HEAP(ION_CAMERA_HEAP_ID);
581 heap_id |= ION_HEAP(ION_ADSP_HEAP_ID);
589 if (!heap_id) {
    [all...]
  /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,
  /bionic/libc/kernel/uapi/linux/
ion.h 57 __u32 heap_id; member in struct:ion_heap_data
  /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
  /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/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/msm8998/kernel-headers/linux/
msm_ion.h 145 int heap_id; member in struct:ion_prefetch_data

Completed in 981 milliseconds

1 2 3