Home
last modified time | relevance | path

Searched refs:iAlloc (Results 1 – 25 of 64) sorted by relevance

123

/external/opencore/oscl/oscl/osclerror/src/
Doscl_error_trapcleanup.cpp28 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 …]
Doscl_error_trapcleanup.h109 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/
Doscl_tcp_socket.cpp98 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()
Doscl_dns.cpp44 , 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()
Doscl_udp_socket.cpp59 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()
Doscl_socket.h106 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
Doscl_ip_socket.h50 return iAlloc; in Alloc()
54 Oscl_DefAlloc &iAlloc;
66 OsclIPSocketI(Oscl_DefAlloc& a): iAlloc(a) in OsclIPSocketI()
Doscl_socket_serv_imp_base.h43 : iAlloc(a) in OsclSocketServIBase()
50 Oscl_DefAlloc &iAlloc; variable
Doscl_socket.cpp46 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()
Doscl_dns_method.h44 , iAlloc(a) in OsclDNSMethod()
58 Oscl_DefAlloc &iAlloc; variable
Doscl_dns_gethostbyname.cpp57 iAlloc.deallocate(iGetHostByNameRequest); in ~OsclGetHostByNameMethod()
78 OsclAny*p = aMethod->iAlloc.ALLOCATE(sizeof(OsclGetHostByNameRequest)); in NewL()
Doscl_dns_imp_base.cpp32 OsclDNSIBase::OsclDNSIBase(Oscl_DefAlloc &a) : iAlloc(a) in OsclDNSIBase()
Doscl_socket_imp_base.cpp24 OsclSocketIBase::OsclSocketIBase(Oscl_DefAlloc &a): iAlloc(a) in OsclSocketIBase()
Doscl_dns_imp_base.h54 Oscl_DefAlloc &iAlloc; variable
Doscl_dns.h159 Oscl_DefAlloc& iAlloc; variable
Doscl_socket_imp_base.h93 Oscl_DefAlloc &iAlloc; variable
/external/opencore/oscl/oscl/osclutil/src/
Doscl_string_containers.cpp256 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 …]
Doscl_string_containers.h149 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/
Dpv_id3_parcom.cpp810 … 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/
Dpv_omx_interface_proxy.cpp107 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/
Dpv_interface_proxy.cpp96 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/
Dpvmi_mio_fileinput.cpp382 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/
Doscl_scheduler.cpp104 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/
Dpvmf_socket_node.cpp380 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/
Dpvmf_fileinput_port.cpp210 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()

123