Searched defs:aAlloc (Results 1 - 5 of 5) sorted by relevance

/external/opencore/oscl/oscl/osclerror/src/
H A Doscl_error.cpp30 OSCL_EXPORT_REF int32 OsclErrorTrap::Init(Oscl_DefAlloc *aAlloc) argument
42 OsclAny *ptr = (aAlloc) ? aAlloc->ALLOCATE(sizeof(OsclErrorTrapImp))
47 OsclErrorTrapImp* self = new(ptr) OsclErrorTrapImp(aAlloc, error);
51 (aAlloc) ? aAlloc->deallocate(ptr) : defalloc.deallocate(ptr);
/external/opencore/pvmi/pvmf/src/
H A Dpvmi_config_and_capability_utils.cpp151 OSCL_EXPORT_REF PVMFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
158 buf = (uint8*)aAlloc.ALLOCATE(aNumParams * (sizeof(PvmiKvp) + keyLen));
/external/opencore/oscl/oscl/osclutil/src/
H A Doscl_string_containers.cpp35 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const char* cp, uint32 len) argument
38 CHeapRep*newrep = New(aAlloc);
40 && newrep->set(len, cp, aAlloc))
42 CHeapRep::assign(aRep, newrep, aAlloc);
48 aAlloc.deallocate(newrep);
54 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const oscl_wchar* cp, uint32 len) argument
57 CHeapRep*newrep = New(aAlloc);
59 && newrep->set(len, cp, aAlloc))
61 CHeapRep::assign(aRep, newrep, aAlloc);
67 aAlloc
73 append_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const char* cp, uint32 len) argument
92 append_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const oscl_wchar* cp, uint32 len) argument
[all...]
/external/opencore/nodes/pvclientserversocketnode/src/
H A Dpvmf_clientserver_socket_node.cpp1256 void SocketPortConfig::DoSetSocketPortMemAllocator(PVLogger* aLogger, OsclSharedPtr<PVMFSharedSocketDataBufferAlloc> aAlloc) argument
1258 if (aAlloc.GetRep())
1269 iMemPool->iSocketAllocSharedPtr = aAlloc;
1367 OsclSharedPtr<PVMFSharedSocketDataBufferAlloc> aAlloc)
1374 tmpSockConfig->DoSetSocketPortMemAllocator(iLogger, aAlloc);
1366 setSocketPortMemAllocator(PVMFPortInterface* aInPort, OsclSharedPtr<PVMFSharedSocketDataBufferAlloc> aAlloc) argument
/external/opencore/nodes/pvsocketnode/src/
H A Dpvmf_socket_node.cpp242 void SocketPortConfig::CleanupMemPools(Oscl_DefAlloc& aAlloc) argument
248 aAlloc.deallocate((OsclAny*)(iMemPool));

Completed in 234 milliseconds