Home
last modified time | relevance | path

Searched refs:PVMFBufferPoolAllocator (Results 1 – 16 of 16) sorted by relevance

/external/opencore/pvmi/pvmf/src/
Dpvmf_pool_buffer_allocator.cpp30 OSCL_EXPORT_REF PVMFBufferPoolAllocator::PVMFBufferPoolAllocator(bool aLeaveOnAllocFailure) : in PVMFBufferPoolAllocator() function in PVMFBufferPoolAllocator
40 OSCL_EXPORT_REF PVMFBufferPoolAllocator::~PVMFBufferPoolAllocator() in ~PVMFBufferPoolAllocator()
46 OSCL_EXPORT_REF void PVMFBufferPoolAllocator::SetLeaveOnAllocFailure(bool aLeaveOnAllocFailure) in SetLeaveOnAllocFailure()
51 OSCL_EXPORT_REF void PVMFBufferPoolAllocator::size(uint16 num_frags, uint16 frag_size) in size()
79 OSCL_EXPORT_REF void PVMFBufferPoolAllocator::clear() in clear()
85 OSCL_EXPORT_REF void PVMFBufferPoolAllocator::destruct_and_dealloc(OsclAny* ptr) in destruct_and_dealloc()
104 OSCL_EXPORT_REF OsclRefCounterMemFrag PVMFBufferPoolAllocator::get() in get()
142 OSCL_EXPORT_REF void PVMFBufferPoolAllocator::release(OsclRefCounterMemFrag& frag) in release()
147 OSCL_EXPORT_REF void PVMFBufferPoolAllocator::SetFailFrequency(uint16 aFrequency) in SetFailFrequency()
/external/opencore/pvmi/pvmf/include/
Dpvmf_pool_buffer_allocator.h50 class PVMFBufferPoolAllocator : public OsclDestructDealloc
53 OSCL_IMPORT_REF PVMFBufferPoolAllocator(bool aLeaveOnAllocFailure = true);
54 OSCL_IMPORT_REF virtual ~PVMFBufferPoolAllocator();
/external/opencore/protocols/http_parcom/src/
Dhttp_parser_internal.h232 …HTTPParserBaseObject(StringKeyValueStore *aKeyValueStore = NULL, PVMFBufferPoolAllocator *aEntityU…
265 PVMFBufferPoolAllocator *iEntityUnitAlloc;
318 PVMFBufferPoolAllocator *getAllocator() const in getAllocator()
380 PVMFBufferPoolAllocator *aEntityUnitAlloc, in HTTPParserEntityBodyObject()
415 PVMFBufferPoolAllocator *aEntityUnitAlloc, in HTTPParserNormalContentObject()
440 PVMFBufferPoolAllocator *aEntityUnitAlloc, in HTTPParserCTEContentObject()
473 PVMFBufferPoolAllocator *aEntityUnitAlloc, in HTTPParserMultipartContentObject()
Dhttp_parser.cpp1246 iEntityUnitAlloc = OSCL_NEW(PVMFBufferPoolAllocator, ()); in construct()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlevel0.h61 PVMFBufferPoolAllocator iPduFragmentAlloc;
62 PVMFBufferPoolAllocator iHdrFragmentAlloc;
Dadaptationlayer.h141 PVMFBufferPoolAllocator iMemFragmentAlloc;
190 PVMFBufferPoolAllocator iMemFragmentAlloc;
Dlevel1.h75 PVMFBufferPoolAllocator iHdrFragmentAlloc;
Dlevel2.h84 PVMFBufferPoolAllocator iHdrFragmentAlloc;
Dlowerlayer.h232 PVMFBufferPoolAllocator* iMemFragmentAlloc;
Dlogicalchannel.h487 PVMFBufferPoolAllocator iMemFragmentAlloc;
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
Dsrp.h586 PVMFBufferPoolAllocator iHdrAllocator;
587 PVMFBufferPoolAllocator iCcsrlAllocator;
588 PVMFBufferPoolAllocator iFCSAllocator;
589 PVMFBufferPoolAllocator iMTEntryNumAllocator;
/external/opencore/protocols/rtp_payload_parser/rfc_3984/src/
Dh264_payload_parser_utility.h272 PVMFBufferPoolAllocator *iMemFragmentAlloc;
Dh264_payload_parser.cpp716 iMemFragmentAlloc = OSCL_NEW(PVMFBufferPoolAllocator, ()); in CreateMemFragmentAlloc()
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h607 PVMFBufferPoolAllocator iFsiFragmentAlloc;
609 PVMFBufferPoolAllocator iPrivateDataFsiFragmentAlloc;
/external/opencore/nodes/pvmediainputnode/src/
Dpvmf_media_input_node.h335 PVMFBufferPoolAllocator iPrivateDataFsiFragmentAlloc;
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlowerlayer.cpp122 iMemFragmentAlloc = OSCL_NEW(PVMFBufferPoolAllocator, ()); in Open()