Lines Matching refs:heap_id
378 int QCameraMemory::alloc(int count, size_t size, unsigned int heap_id, in alloc() argument
396 rc = allocOneBuffer(mMemInfo[i], heap_id, size, m_bCached, in alloc()
406 heap_id, in alloc()
461 unsigned int heap_id, size_t size, bool cached, uint32_t secure_mode) in allocOneBuffer() argument
483 alloc.heap_id_mask = heap_id; in allocOneBuffer()
511 memInfo.heap_id = heap_id; in allocOneBuffer()
652 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id, in findBufferLocked() argument
665 ((*it).heap_id == heap_id) && in findBufferLocked()
678 ((*it).heap_id == heap_id) && in findBufferLocked()
711 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id, in allocateBuffer() argument
719 rc = findBufferLocked(memInfo, heap_id, size, cached, streamType); in allocateBuffer()
722 rc = QCameraMemory::allocOneBuffer(memInfo, heap_id, size, cached, in allocateBuffer()