Home
last modified time | relevance | path

Searched refs:MemPool (Results 1 – 2 of 2) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI_Mem.h45 struct MemPool : public RefBase { struct
46 MemPool(int buffer_size, int num_buffers,
50 virtual ~MemPool() = 0;
69 class AshmemPool : public MemPool { argument
76 class PmemPool : public MemPool {
93 class IonPool : public MemPool {
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Mem.cpp65 MemPool::MemPool(int buffer_size, int num_buffers, in MemPool() function in android::MemPool
77 void MemPool::completeInitialization() in completeInitialization()
97 MemPool(buffer_size, in AshmemPool()
139 MemPool::~MemPool() in ~MemPool()
149 status_t MemPool::dump(int fd, const Vector<String16>& args) const in dump()