Home
last modified time | relevance | path

Searched refs:PvmiMIOCommDataBufferCleanup (Results 1 – 2 of 2) sorted by relevance

/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
Dpvmi_mio_comm_data_buffer.cpp37 PvmiMIOCommDataBufferCleanup::PvmiMIOCommDataBufferCleanup(Oscl_DefAlloc* in_gen_alloc, in PvmiMIOCommDataBufferCleanup() function in PvmiMIOCommDataBufferCleanup
49 void PvmiMIOCommDataBufferCleanup::destruct_and_dealloc(OsclAny* ptr) in destruct_and_dealloc()
93 uint aligned_cleanup_size = oscl_mem_aligned_size(sizeof(PvmiMIOCommDataBufferCleanup)); in allocate()
104 PvmiMIOCommDataBufferCleanup* cleanup_ptr = in allocate()
105 …OSCL_PLACEMENT_NEW(my_ptr + aligned_refcnt_size, PvmiMIOCommDataBufferCleanup(gen_alloc, aMediaInp… in allocate()
/external/opencore/pvmi/media_io/pvmio_comm_loopback/include/
Dpvmi_mio_comm_data_buffer.h40 class PvmiMIOCommDataBufferCleanup : public OsclDestructDealloc
43 PvmiMIOCommDataBufferCleanup(Oscl_DefAlloc* in_gen_alloc, PvmiMediaTransfer* aMediaInput,
45 virtual ~PvmiMIOCommDataBufferCleanup() {}; in ~PvmiMIOCommDataBufferCleanup()