Home | History | Annotate | Download | only in HAL

Lines Matching refs:heap_id

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;