Searched defs:talloc (Results 1 - 5 of 5) sorted by relevance
/external/opencore/protocols/rtp_payload_parser/include/ |
H A D | payload_parser_registry.h | 60 Oscl_TAlloc<PayloadParserRegistry, OsclMemAllocator> talloc; local 62 OSCL_ALLOC_NEW(talloc, PayloadParserRegistry, ()); 81 Oscl_TAlloc<PayloadParserRegistry, OsclMemAllocator> talloc; local 82 OSCL_ALLOC_DELETE(rtpPayloadParserReg, talloc, PayloadParserRegistry);
|
H A D | rtp_payloadparser_registry.h | 75 Oscl_TAlloc<RTPPayloadParserRegistry, OsclMemAllocator> talloc; local 76 RTPPayloadParserRegistry *rtpPayloadParserReg = OSCL_ALLOC_NEW(talloc, RTPPayloadParserRegistry, ()); 93 Oscl_TAlloc<RTPPayloadParserRegistry, OsclMemAllocator> talloc; local 94 OSCL_ALLOC_DELETE(rtpPayloadParserReg, talloc, RTPPayloadParserRegistry);
|
/external/opencore/pvmi/recognizer/src/ |
H A D | pvmf_recognizer_registry.cpp | 47 Oscl_TAlloc<PVMFRecognizerRegistryImpl, OsclMemAllocator> talloc; local 48 pvrecregimpl = OSCL_ALLOC_NEW(talloc, PVMFRecognizerRegistryImpl, ()); 66 Oscl_TAlloc<PVMFRecognizerRegistryImpl, OsclMemAllocator> talloc; local 67 OSCL_ALLOC_DELETE(pvrecregimpl, talloc, PVMFRecognizerRegistryImpl);
|
/external/opencore/protocols/sdp/parser/include/ |
H A D | sdp_mediaparser_registry.h | 79 Oscl_TAlloc<SDPMediaParserRegistry, OsclMemAllocator> talloc; local 80 SDPMediaParserRegistry *sdpMediaParserReg = OSCL_ALLOC_NEW(talloc, SDPMediaParserRegistry, ()); 97 Oscl_TAlloc<SDPMediaParserRegistry, OsclMemAllocator> talloc; local 98 OSCL_ALLOC_DELETE(sdpMediaParserReg, talloc, SDPMediaParserRegistry);
|
/external/opencore/pvmi/pvmf/include/ |
H A D | pvmf_node_utils.h | 97 Oscl_TAlloc<vec_element_deref, Alloc> talloc; local 98 talloc.destruct_and_dealloc(*elem); 118 Oscl_TAlloc<Port, Alloc> talloc; local 119 talloc.destruct_and_dealloc(port);
|
Completed in 117 milliseconds