HomeSort by relevance Sort by last modified time
    Searched refs:PoolFragmentAllocator (Results 1 - 4 of 4) sorted by null

  /external/opencore/protocols/systems/tools/general/common/src/
media_fragment.cpp 75 OSCL_EXPORT_REF PoolFragmentAllocator::PoolFragmentAllocator(int32 max_frags, int32 max_frag_size)
100 OSCL_EXPORT_REF PoolFragmentAllocator::~PoolFragmentAllocator()
115 OSCL_EXPORT_REF MediaFragment* PoolFragmentAllocator::allocate_fragment(uint32 sz)
136 OSCL_EXPORT_REF MediaFragment* PoolFragmentAllocator::allocate_fragment(MediaFragment* fragment,
143 OSCL_EXPORT_REF int32 PoolFragmentAllocator::deallocate_fragment(MediaFragment* fragment)
149 OsclAny PoolFragmentAllocator::free_buffer_to_pool(BufferStateEntry *entry)
  /external/opencore/protocols/systems/tools/general/common/include/
media_fragment.h 144 friend class PoolFragmentAllocator;
202 class PoolFragmentAllocator;
207 BufferPoolMgr(PoolFragmentAllocator *pPool)
214 PoolFragmentAllocator *pBufferPool;
218 class PoolFragmentAllocator : public FragmentAllocator
221 OSCL_IMPORT_REF PoolFragmentAllocator(int32 max_frags, int32 max_frag_size);
222 OSCL_IMPORT_REF ~PoolFragmentAllocator();
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tscsrpbuffer.h 94 PoolFragmentAllocator* iMediaFragAlloc;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscsrpbuffer.cpp 123 iMediaFragAlloc = OSCL_NEW(PoolFragmentAllocator, (NUM_TSCSRP_FRAGS,

Completed in 38 milliseconds