Searched defs:RawPmemPool (Results 1 - 2 of 2) sorted by relevance

/hardware/msm7k/libcamera/
H A DQualcommCameraHardware.h158 struct RawPmemPool : public PmemPool { struct in class:android::QualcommCameraHardware
159 virtual ~RawPmemPool();
160 RawPmemPool(const char *pmem_pool,
168 sp<RawPmemPool> mRawHeap;
H A DQualcommCameraHardware.cpp579 new RawPmemPool("/dev/pmem_camera",
2128 QualcommCameraHardware::RawPmemPool::RawPmemPool( function in class:android::QualcommCameraHardware::RawPmemPool
2141 ALOGV("constructing RawPmemPool");
2162 QualcommCameraHardware::RawPmemPool::~RawPmemPool()
2164 ALOGV("destroying RawPmemPool");
2167 ALOGV("releasing RawPmemPool memory %p from modules %d, %d, and %d",

Completed in 30 milliseconds