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

/device/moto/shamu/camera/QCamera2/HAL/
H A DQCameraMem.h85 int heap_id; member in struct:qcamera::QCameraMemory::QCameraMemInfo
88 int alloc(int count, int size, int heap_id, uint32_t is_secure);
91 int heap_id,
113 int heap_id,
125 int heap_id,
H A DQCameraMem.cpp235 * @heap_id : heap id to indicate where the buffers will be allocated from
241 int QCameraMemory::alloc(int count, int size, int heap_id, uint32_t secure_mode) argument
260 rc = allocOneBuffer(mMemInfo[i], heap_id, size, m_bCached,
270 heap_id,
324 int heap_id,
349 alloc.heap_mask = heap_id;
377 memInfo.heap_id = heap_id;
508 * @heap_id : type of heap
519 int heap_id,
323 allocOneBuffer(QCameraMemInfo &memInfo, int heap_id, int size, bool cached, uint32_t secure_mode) argument
517 findBufferLocked( struct QCameraMemory::QCameraMemInfo &memInfo, int heap_id, uint32_t size, bool cached, cam_stream_type_t streamType) argument
563 allocateBuffer( struct QCameraMemory::QCameraMemInfo &memInfo, int heap_id, int size, bool cached, cam_stream_type_t streamType, int secure_mode) argument
[all...]
/device/asus/flo/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_id_mask = heap_id;
/device/lge/hammerhead/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.cpp261 * @heap_id : heap id to indicate where the buffers will be allocated from
267 int QCamera3HeapMemory::alloc(int count, int size, int heap_id) argument
280 rc = allocOneBuffer(mMemInfo[i], heap_id, size);
320 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, int heap_id, int size) argument
340 alloc.heap_id_mask = heap_id;
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3Mem.h97 int alloc(int count, int size, int heap_id);
100 int allocOneBuffer(struct QCamera3MemInfo &memInfo, int heap_id, int size);
H A DQCamera3Mem.cpp262 * @heap_id : heap id to indicate where the buffers will be allocated from
268 int QCamera3HeapMemory::alloc(int count, int size, int heap_id) argument
281 rc = allocOneBuffer(mMemInfo[i], heap_id, size);
321 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, int heap_id, int size) argument
341 alloc.heap_mask = heap_id;
/device/asus/flo/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_id_mask = heap_id;
/device/lge/hammerhead/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_id_mask = heap_id;

Completed in 179 milliseconds