Home
last modified time | relevance | path

Searched refs:iDefAlloc (Results 1 – 12 of 12) sorted by relevance

/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_vector.h47 OsclAny* tmp = iDefAlloc.allocate(size); in allocate()
54 iDefAlloc.deallocate(p); in deallocate()
57 _OsclBasicAllocator iDefAlloc;
Dpv_omx_interface_proxy.h209 static _OsclBasicAllocator iDefAlloc; variable
Dpv_omx_interface_proxy.cpp54 _OsclBasicAllocator CPVInterfaceProxy_OMX::iDefAlloc;
107 iAlloc = (alloc) ? alloc : &iDefAlloc; in CPVInterfaceProxy_OMX()
/external/opencore/oscl/oscl/osclutil/src/
Doscl_string_containers.cpp418 iAlloc = &iDefAlloc; in create()
435 iAlloc = &iDefAlloc; in create()
571 && ((src.iAlloc == (Oscl_DefAlloc*)&src.iDefAlloc in operator =()
572 && iAlloc == &iDefAlloc) in operator =()
591 && ((src.iAlloc == (Oscl_DefAlloc*)&src.iDefAlloc in operator =()
592 && iAlloc == &iDefAlloc) in operator =()
Doscl_string_containers.h313 OsclMemAllocator iDefAlloc; variable
366 OsclMemAllocator iDefAlloc; variable
/external/opencore/oscl/oscl/osclerror/src/
Doscl_error_trapcleanup.cpp23 _OsclBasicAllocator OsclErrorTrapImp::iDefAlloc; member in OsclErrorTrapImp
28 iAlloc = (alloc) ? alloc : &iDefAlloc; in OsclErrorTrapImp()
Doscl_error_trapcleanup.h263 static _OsclBasicAllocator iDefAlloc; variable
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_internal.h165 void* tmp = (void*)iDefAlloc.allocate_fl(size, file_name, line_number); in allocate_fl()
171 void* tmp = (void*)iDefAlloc.ALLOCATE(size); in allocate()
177 iDefAlloc.deallocate(p); in deallocate()
180 OsclMemAllocator iDefAlloc;
/external/opencore/baselibs/thread_messaging/src/
Dpv_interface_proxy.h197 OsclMemAllocator iDefAlloc; variable
Dpv_interface_proxy.cpp96 iAlloc = (alloc) ? alloc : &iDefAlloc; in CPVInterfaceProxy()
/external/opencore/oscl/oscl/osclproc/src/
Doscl_scheduler.h320 static OsclMemAllocator iDefAlloc;//default allocator variable
Doscl_scheduler.cpp210 OsclMemAllocator OsclExecSchedulerCommonBase::iDefAlloc; member in OsclExecSchedulerCommonBase
312 iAlloc = (alloc) ? alloc : &iDefAlloc; in OsclExecSchedulerCommonBase()