Lines Matching refs:QCameraHeapMemory
745 QCameraHeapMemory::QCameraHeapMemory(bool cached) in QCameraHeapMemory() function in qcamera::QCameraHeapMemory
761 QCameraHeapMemory::~QCameraHeapMemory() in ~QCameraHeapMemory()
775 void *QCameraHeapMemory::getPtr(uint32_t index) const in getPtr()
797 int QCameraHeapMemory::allocate(uint8_t count, size_t size) in allocate()
857 int QCameraHeapMemory::allocateMore(uint8_t count, size_t size) in allocateMore()
899 void QCameraHeapMemory::deallocate() in deallocate()
922 int QCameraHeapMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps()
941 int QCameraHeapMemory::getRegFlags(uint8_t * /*regFlags*/) const in getRegFlags()
958 camera_memory_t *QCameraHeapMemory::getMemory(uint32_t /*index*/, bool /*metadata*/) const in getMemory()
975 int QCameraHeapMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex()
1003 : QCameraHeapMemory(cached) in QCameraMetadataStreamMemory()