Lines Matching refs:heap_id
380 int QCameraMemory::alloc(int count, size_t size, unsigned int heap_id) in alloc() argument
398 rc = allocOneBuffer(mMemInfo[i], heap_id, size, m_bCached, in alloc()
408 heap_id, in alloc()
464 unsigned int heap_id, size_t size, bool cached, bool secure_mode) in allocOneBuffer() argument
486 alloc.heap_id_mask = heap_id; in allocOneBuffer()
514 memInfo.heap_id = heap_id; in allocOneBuffer()
655 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id, in findBufferLocked() argument
668 ((*it).heap_id == heap_id) && in findBufferLocked()
681 ((*it).heap_id == heap_id) && in findBufferLocked()
715 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id, in allocateBuffer() argument
723 rc = findBufferLocked(memInfo, heap_id, size, cached, streamType); in allocateBuffer()
726 rc = QCameraMemory::allocOneBuffer(memInfo, heap_id, size, cached, in allocateBuffer()