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

  /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 341 * @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,
477 static inline int ion_unsecure_heap(struct ion_device *dev, int heap_id,
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_ion.h 278 * @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);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.h 96 int alloc(int count, int size, int heap_id);
99 int allocOneBuffer(struct QCamera3MemInfo &memInfo, int heap_id, int size);
QCamera3Mem.cpp 256 * @heap_id : heap id to indicate where the buffers will be allocated from
262 int QCamera3HeapMemory::alloc(int count, int size, int heap_id)
275 rc = allocOneBuffer(mMemInfo[i], heap_id, size);
315 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, int heap_id, int size)
335 alloc.heap_mask = heap_id;
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.h 96 int alloc(int count, int size, int heap_id);
99 int allocOneBuffer(struct QCamera3MemInfo &memInfo, int heap_id, int size);
QCamera3Mem.cpp 256 * @heap_id : heap id to indicate where the buffers will be allocated from
262 int QCamera3HeapMemory::alloc(int count, int size, int heap_id)
275 rc = allocOneBuffer(mMemInfo[i], heap_id, size);
315 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, int heap_id, int size)
335 alloc.heap_mask = heap_id;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.h 77 int alloc(int count, int size, int heap_id);
79 int allocOneBuffer(struct QCameraMemInfo &memInfo, int heap_id, int size);
QCameraMem.cpp 236 * @heap_id : heap id to indicate where the buffers will be allocated from
242 int QCameraMemory::alloc(int count, int size, int heap_id)
255 rc = allocOneBuffer(mMemInfo[i], heap_id, size);
295 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, int heap_id, int size)
317 alloc.heap_mask = heap_id;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.h 77 int alloc(int count, int size, int heap_id);
79 int allocOneBuffer(struct QCameraMemInfo &memInfo, int heap_id, int size);
QCameraMem.cpp 236 * @heap_id : heap id to indicate where the buffers will be allocated from
242 int QCameraMemory::alloc(int count, int size, int heap_id)
255 rc = allocOneBuffer(mMemInfo[i], heap_id, size);
295 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, int heap_id, int size)
317 alloc.heap_mask = heap_id;
    [all...]
  /art/runtime/
debugger.cc 3426 uint8_t heap_id[4]; local
    [all...]

Completed in 267 milliseconds