Searched refs:heap_id (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_ion.h189 * @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) argument
236 static inline int msm_ion_unsecure_heap(int heap_id) argument
241 msm_ion_secure_heap_2_0(int heap_id, enum cp_mem_usage usage) argument
246 msm_ion_unsecure_heap_2_0(int heap_id, enum cp_mem_usage usage) argument
[all...]
H A Dion.h341 * @client - a client that has allocated from the heap heap_id
342 * @heap_id - heap id to secure.
349 int ion_secure_heap(struct ion_device *dev, int heap_id, int version,
355 * @client - a client that has allocated from the heap heap_id
356 * @heap_id - heap id to un-secure.
363 int ion_unsecure_heap(struct ion_device *dev, int heap_id, int version,
470 static inline int ion_secure_heap(struct ion_device *dev, int heap_id, argument
477 static inline int ion_unsecure_heap(struct ion_device *dev, int heap_id, argument
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_ion.h278 * @client - a client that has allocated from the heap heap_id
279 * @heap_id - heap id to secure.
286 int ion_secure_heap(struct ion_device *dev, int heap_id, int version,
292 * @client - a client that has allocated from the heap heap_id
293 * @heap_id - heap id to un-secure.
300 int ion_unsecure_heap(struct ion_device *dev, int heap_id, int version,
323 * @heap_id - heap id to secure.
328 int msm_ion_secure_heap(int heap_id);
333 * @heap_id - heap id to secure.
338 int msm_ion_unsecure_heap(int heap_id);
414 ion_secure_heap(struct ion_device *dev, int heap_id, int version, void *data) argument
421 ion_unsecure_heap(struct ion_device *dev, int heap_id, int version, void *data) argument
438 msm_ion_secure_heap(int heap_id) argument
444 msm_ion_unsecure_heap(int heap_id) argument
449 msm_ion_secure_heap_2_0(int heap_id, enum cp_mem_usage usage) argument
454 msm_ion_unsecure_heap_2_0(int heap_id, enum cp_mem_usage usage) argument
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.h96 int alloc(int count, int size, int heap_id);
99 int allocOneBuffer(struct QCamera3MemInfo &memInfo, int heap_id, int size);
H A DQCamera3Mem.cpp256 * @heap_id : heap id to indicate where the buffers will be allocated from
262 int QCamera3HeapMemory::alloc(int count, int size, int heap_id) argument
275 rc = allocOneBuffer(mMemInfo[i], heap_id, size);
315 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, int heap_id, int size) argument
335 alloc.heap_mask = heap_id;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.h77 int alloc(int count, int size, int heap_id);
79 int allocOneBuffer(struct QCameraMemInfo &memInfo, int heap_id, int size);
H A DQCameraMem.cpp236 * @heap_id : heap id to indicate where the buffers will be allocated from
242 int QCameraMemory::alloc(int count, int size, int heap_id) argument
255 rc = allocOneBuffer(mMemInfo[i], heap_id, size);
295 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, int heap_id, int size) argument
317 alloc.heap_mask = heap_id;

Completed in 278 milliseconds