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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
logicalchannel.cpp 190 iMediaDataEntryAlloc(NULL),
226 OSCL_DELETE(iMediaDataEntryAlloc);
236 iMediaDataEntryAlloc = OSCL_NEW(OsclMemPoolFixedChunkAllocator, (iNumMediaData, sizeof(LCMediaDataEntry)));
237 iMediaDataEntryAlloc->enablenullpointerreturn();
537 void* memory_for_entry = iMediaDataEntryAlloc->allocate(sizeof(LCMediaDataEntry));
610 iMediaDataEntryAlloc->deallocate(first);
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
logicalchannel.h 347 OsclMemPoolFixedChunkAllocator* iMediaDataEntryAlloc;

Completed in 17 milliseconds