/external/opencore/oscl/oscl/osclerror/src/ |
D | oscl_error_trapcleanup.cpp | 28 iAlloc = (alloc) ? alloc : &iDefAlloc; in OsclErrorTrapImp() 31 OsclAny* ptr = iAlloc->ALLOCATE(sizeof(OsclJump)); in OsclErrorTrapImp() 43 OsclAny* ptr = iAlloc->ALLOCATE(sizeof(OsclTrapStack)); in OsclErrorTrapImp() 51 iTrapStack = new(ptr) OsclTrapStack(iAlloc); in OsclErrorTrapImp() 62 iAlloc->deallocate(iTrapStack); in ~OsclErrorTrapImp() 68 iAlloc->deallocate(iJumpData); in ~OsclErrorTrapImp() 157 iAlloc = alloc; in OsclTrapStack() 181 OsclAny* ptr = iAlloc->ALLOCATE(sizeof(OsclTrapStackItem)); in PushL() 195 OsclAny* ptr = iAlloc->ALLOCATE(sizeof(OsclTrapStackItem)); in PushL() 216 OsclAny* ptr = iAlloc->ALLOCATE(sizeof(OsclTrapStackItem)); in PushL() [all …]
|
D | oscl_error_trapcleanup.h | 109 OsclTrapStack(Oscl_DefAlloc *iAlloc); 131 Oscl_DefAlloc *iAlloc; variable 218 Oscl_DefAlloc *iAlloc; variable 252 if (trap && trap->iAlloc) in TrapOperation() 253 trap->iAlloc->deallocate(ptr); in TrapOperation()
|
/external/opencore/oscl/oscl/osclio/src/ |
D | oscl_tcp_socket.cpp | 98 iAlloc.deallocate(iConnectMethod); in ~OsclTCPSocketI() 101 iAlloc.deallocate(iShutdownMethod); in ~OsclTCPSocketI() 104 iAlloc.deallocate(iAcceptMethod); in ~OsclTCPSocketI() 107 iAlloc.deallocate(iSendMethod); in ~OsclTCPSocketI() 110 iAlloc.deallocate(iRecvMethod); in ~OsclTCPSocketI() 113 iAlloc.deallocate(iListenMethod); in ~OsclTCPSocketI() 116 iAlloc.deallocate(iBindMethod); in ~OsclTCPSocketI() 119 iAlloc.deallocate(iSocket); in ~OsclTCPSocketI() 148 return OsclTCPSocketI::NewL(iAlloc, iSocketServ, sock, iObserver, aId); in GetAcceptedSocketL() 158 iSocket = OsclSocketI::NewL(iAlloc); in ConstructL()
|
D | oscl_dns.cpp | 44 , iAlloc(alloc) in OsclDNS() 53 iDNS = OsclDNSI::NewL(iAlloc); in ConstructL() 56 iGetHostByNameMethod = OsclGetHostByNameMethod::NewL(iAlloc, iDNS, &iObserver, iId); in ConstructL() 66 iAlloc.deallocate(iGetHostByNameMethod); in ~OsclDNS() 71 iAlloc.deallocate(iDNS); in ~OsclDNS()
|
D | oscl_udp_socket.cpp | 59 iAlloc.deallocate(iSendToMethod); in ~OsclUDPSocketI() 61 iAlloc.deallocate(iRecvFromMethod); in ~OsclUDPSocketI() 63 iAlloc.deallocate(iBindMethod); in ~OsclUDPSocketI() 66 iAlloc.deallocate(iSocket); in ~OsclUDPSocketI() 90 iSocket = OsclSocketI::NewL(iAlloc); in ConstructL()
|
D | oscl_socket.h | 106 OsclSocketServ(Oscl_DefAlloc &alloc): iServ(NULL), iAlloc(alloc) {} in OsclSocketServ() 109 Oscl_DefAlloc &iAlloc; variable 319 OsclUDPSocket(Oscl_DefAlloc &alloc): iUDPSocket(NULL), iAlloc(alloc) {} in OsclUDPSocket() 321 Oscl_DefAlloc &iAlloc; variable 612 OsclTCPSocket(Oscl_DefAlloc &alloc): iTCPSocket(NULL), iAlloc(alloc) {} in OsclTCPSocket() 614 Oscl_DefAlloc &iAlloc; variable
|
D | oscl_ip_socket.h | 50 return iAlloc; in Alloc() 54 Oscl_DefAlloc &iAlloc; 66 OsclIPSocketI(Oscl_DefAlloc& a): iAlloc(a) in OsclIPSocketI()
|
D | oscl_socket_serv_imp_base.h | 43 : iAlloc(a) in OsclSocketServIBase() 50 Oscl_DefAlloc &iAlloc; variable
|
D | oscl_socket.cpp | 46 iAlloc.deallocate(iServ); in ~OsclSocketServ() 80 iAlloc.deallocate(iUDPSocket); in ~OsclUDPSocket() 191 iAlloc.deallocate(iTCPSocket); in ~OsclTCPSocket() 232 return OsclTCPSocket::NewL(iAlloc, iTCPSocket->GetAcceptedSocketL(aId)); in GetAcceptedSocketL()
|
D | oscl_dns_method.h | 44 , iAlloc(a) in OsclDNSMethod() 58 Oscl_DefAlloc &iAlloc; variable
|
D | oscl_dns_gethostbyname.cpp | 57 iAlloc.deallocate(iGetHostByNameRequest); in ~OsclGetHostByNameMethod() 78 OsclAny*p = aMethod->iAlloc.ALLOCATE(sizeof(OsclGetHostByNameRequest)); in NewL()
|
D | oscl_dns_imp_base.cpp | 32 OsclDNSIBase::OsclDNSIBase(Oscl_DefAlloc &a) : iAlloc(a) in OsclDNSIBase()
|
D | oscl_socket_imp_base.cpp | 24 OsclSocketIBase::OsclSocketIBase(Oscl_DefAlloc &a): iAlloc(a) in OsclSocketIBase()
|
D | oscl_dns_imp_base.h | 54 Oscl_DefAlloc &iAlloc; variable
|
D | oscl_dns.h | 159 Oscl_DefAlloc& iAlloc; variable
|
D | oscl_socket_imp_base.h | 93 Oscl_DefAlloc &iAlloc; variable
|
/external/opencore/oscl/oscl/osclutil/src/ |
D | oscl_string_containers.cpp | 256 CHeapRep::set_rep(iRep, *iAlloc, cp, len); in set_rep() 262 CHeapRep::set_rep(iRep, *iAlloc, cp, len); in set_rep() 269 CHeapRep::append_rep(iRep, *iAlloc, cp, len); in append_rep() 275 CHeapRep::append_rep(iRep, *iAlloc, cp, len); in append_rep() 414 iAlloc = alloc; in create() 418 iAlloc = &iDefAlloc; in create() 431 iAlloc = alloc; in create() 435 iAlloc = &iDefAlloc; in create() 547 iRep->remove_ref(*iAlloc); in ~OSCL_HeapStringA() 557 iRep->remove_ref(*iAlloc); in ~OSCL_wHeapStringA() [all …]
|
D | oscl_string_containers.h | 149 Alloc iAlloc; variable 198 Alloc iAlloc; variable 312 Oscl_DefAlloc *iAlloc; variable 365 Oscl_DefAlloc *iAlloc; variable 647 CHeapRep::set_rep(iRep, iAlloc, cp, len); in set_rep() 654 CHeapRep::set_rep(iRep, iAlloc, cp, len); in set_rep() 662 CHeapRep::append_rep(iRep, iAlloc, cp, len); in append_rep() 669 CHeapRep::append_rep(iRep, iAlloc, cp, len); in append_rep() 898 CHeapRep::assign(iRep, src.iRep, iAlloc); in OSCL_HeapString() 908 CHeapRep::assign(iRep, src.iRep, iAlloc); in OSCL_wHeapString() [all …]
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 810 … frameData = (uint8*) AllocateValueArray(err, PVMI_KVPVALTYPE_UINT8PTR, frameDataSize, &iAlloc); in ReadID3V1Tag() 820 iAlloc.deallocate(frameData); in ReadID3V1Tag() 837 iAlloc.deallocate(frameData); in ReadID3V1Tag() 847 iAlloc.deallocate(frameData); in ReadID3V1Tag() 859 iAlloc.deallocate(frameData); in ReadID3V1Tag() 874 iAlloc.deallocate(frameData); in ReadID3V1Tag() 884 iAlloc.deallocate(frameData); in ReadID3V1Tag() 900 iAlloc.deallocate(frameData); in ReadID3V1Tag() 906 iAlloc.deallocate(frameData); in ReadID3V1Tag() 920 … frameData = (uint8*) AllocateValueArray(err, PVMI_KVPVALTYPE_UINT8PTR, frameDataSize, &iAlloc); in ReadID3V1Tag() [all …]
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | pv_omx_interface_proxy.cpp | 107 iAlloc = (alloc) ? alloc : &iDefAlloc; in CPVInterfaceProxy_OMX() 138 OsclAny *ptr = iAlloc->ALLOCATE(sizeof(CPVInterfaceProxyHandler_OMX)); in ConstructL() 147 ptr = iAlloc->ALLOCATE(sizeof(CPVInterfaceProxyNotifier_OMX)); in ConstructL() 161 iAlloc->deallocate(this); in Delete() 176 iAlloc->deallocate(iHandler); in ~CPVInterfaceProxy_OMX() 182 iAlloc->deallocate(iNotifier); in ~CPVInterfaceProxy_OMX()
|
/external/opencore/baselibs/thread_messaging/src/ |
D | pv_interface_proxy.cpp | 96 iAlloc = (alloc) ? alloc : &iDefAlloc; in CPVInterfaceProxy() 122 OsclAny *ptr = iAlloc->ALLOCATE(sizeof(CPVInterfaceProxyHandler)); in ConstructL() 127 ptr = iAlloc->ALLOCATE(sizeof(CPVInterfaceProxyNotifier)); in ConstructL() 136 iAlloc->deallocate(this); in Delete() 151 iAlloc->deallocate(iHandler); in ~CPVInterfaceProxy() 157 iAlloc->deallocate(iNotifier); in ~CPVInterfaceProxy()
|
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/ |
D | pvmi_mio_fileinput.cpp | 382 iAlloc.deallocate(iSentMediaData[i].iData); in writeComplete() 601 iAlloc.deallocate((OsclAny*)parameters); in releaseParameters() 883 fileData = (uint8*)iAlloc.allocate(fileSize); in DoInit() 971 iAlloc.deallocate((OsclAny*)fileData); in DoInit() 1009 fileData = (uint8*)iAlloc.allocate(fileSize); in DoInit() 1079 iAlloc.deallocate((OsclAny*)fileData); in DoInit() 1142 fileData = (uint8*)iAlloc.allocate(fileSize); in DoInit() 1215 iAlloc.deallocate((OsclAny*)fileData); in DoInit() 1340 iAlloc.deallocate(iFSIKvp->value.key_specific_value); in DoReset() 1341 iAlloc.deallocate(iFSIKvp); in DoReset() [all …]
|
/external/opencore/oscl/oscl/osclproc/src/ |
D | oscl_scheduler.cpp | 104 Oscl_DefAlloc *alloc = sched->iAlloc; in Cleanup() 298 iAlloc->deallocate(iStopper); in ~OsclExecSchedulerCommonBase() 312 iAlloc = (alloc) ? alloc : &iDefAlloc; in OsclExecSchedulerCommonBase() 328 OsclAny* ptr = iAlloc->ALLOCATE(sizeof(PVSchedulerStopper)); in ConstructL() 514 OsclAny* ptr = iAlloc->ALLOCATE(sizeof(PVActiveStats)); in ConstructStatQ() 526 ptr = iAlloc->ALLOCATE(sizeof(PVActiveStats)); in ConstructStatQ() 530 ptr = iAlloc->ALLOCATE(sizeof(PVActiveStats)); in ConstructStatQ() 552 first->iScheduler->iAlloc->deallocate(first); in CleanupStatQ()
|
/external/opencore/nodes/pvsocketnode/src/ |
D | pvmf_socket_node.cpp | 380 iAlloc.deallocate(iSockServ); in ~PVMFSocketNode() 805 iAlloc.deallocate(udpSocket1); in AllocateConsecutivePorts() 810 iAlloc.deallocate(udpSocket2); in AllocateConsecutivePorts() 1053 aSockConfig.iDNS = OsclDNS::NewL(iAlloc, *iSockServ, *this, aSockConfig.iSockId); in StartConnectOperation() 3536 OSCL_TRY(err, iSockServ = OsclSocketServ::NewL(iAlloc);); in DoInit() 4082 OSCL_TRY(err, MemPtr = iAlloc.ALLOCATE(sizeof(PVMFSocketNodeMemPool));); in AllocatePortMemPool() 4099 iAlloc.deallocate(MemPtr); in AllocatePortMemPool() 4113 iAlloc.deallocate(MemPtr); in AllocatePortMemPool() 4120 iAlloc.deallocate(MemPtr); in AllocatePortMemPool() 4197 OSCL_TRY(err, iSockServ = OsclSocketServ::NewL(iAlloc);); in CreateOsclSocketAndBind() [all …]
|
/external/opencore/nodes/pvdummyinputnode/src/ |
D | pvmf_fileinput_port.cpp | 210 iAlloc.deallocate((OsclAny*)parameters->key); in releaseParameters() 383 buf = (uint8*)iAlloc.ALLOCATE(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp() 457 iTrackConfigFI = (uint8*) iAlloc.allocate(iTrackConfigSizeFI); in pvmiGetPortFormatSpecificInfoSync()
|