Searched refs:PVRefBufferAlloc (Results 1 – 4 of 4) sorted by relevance
203 class PVRefBufferAlloc: public PVInterface, public PVMFFixedSizeBufferAlloc206 PVRefBufferAlloc() in PVRefBufferAlloc() function215 virtual ~PVRefBufferAlloc();534 PVRefBufferAlloc mbufferAlloc;
41 PVRefBufferAlloc::~PVRefBufferAlloc() in OSCL_DLL_ENTRY_POINT_DEFAULT()
482 class PVRefBufferAlloc: public PVInterface, public PVMFFixedSizeBufferAlloc486 PVRefBufferAlloc(uint32 size, uint32 buffers);488 virtual ~PVRefBufferAlloc();
1548 …, aParameters[0].value.key_specific_value = (PVInterface *)OSCL_NEW(PVRefBufferAlloc, (iBufferSize… in getParametersSync()2532 PVRefBufferAlloc::PVRefBufferAlloc(uint32 size, uint32 buffers): refCount(0), bufferSize(size), max… in PVRefBufferAlloc() function in PVRefBufferAlloc2536 PVRefBufferAlloc::~PVRefBufferAlloc() in ~PVRefBufferAlloc()2541 void PVRefBufferAlloc::addRef() in addRef()2546 void PVRefBufferAlloc::removeRef() in removeRef()2551 this->~PVRefBufferAlloc(); in removeRef()2557 OsclAny* PVRefBufferAlloc::allocate() in allocate()2568 void PVRefBufferAlloc::deallocate(OsclAny* ptr) in deallocate()2577 uint32 PVRefBufferAlloc::getBufferSize() in getBufferSize()2582 uint32 PVRefBufferAlloc::getNumBuffers() in getNumBuffers()[all …]