Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h873 …eaveCode, PvmiKvpValueType aValueType, int32 aNumElements, OsclMemAllocator* aMemAllocator = NULL);
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp4281 …nt32& aLeaveCode, PvmiKvpValueType aValueType, int32 aNumElements, OsclMemAllocator* aMemAllocator) in AllocateValueArray() argument
4288 if (aMemAllocator) in AllocateValueArray()
4291 buffer = (oscl_wchar*) aMemAllocator->ALLOCATE(aNumElements);); in AllocateValueArray()
4301 if (aMemAllocator) in AllocateValueArray()
4304 buffer = (char*) aMemAllocator->ALLOCATE(aNumElements);); in AllocateValueArray()
4313 if (aMemAllocator) in AllocateValueArray()
4316 buffer = (uint8*) aMemAllocator->ALLOCATE(aNumElements);); in AllocateValueArray()