Home
last modified time | relevance | path

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

/device/generic/trusty/secure_dpu/
DEmulatorDPUHandler.cpp37 DPUHandler::DPUHandler() : buf_allocator_(nullptr) {} in DPUHandler()
41 if (buf_allocator_) { in ~DPUHandler()
42 FreeDmabufHeapBufferAllocator(buf_allocator_); in ~DPUHandler()
47 buf_allocator_ = CreateDmabufHeapBufferAllocator(); in Init()
48 if (!buf_allocator_) { in Init()
87 DmabufHeapAlloc(buf_allocator_, "system", req_buffer_len, 0, 0 /* legacy align */); in AllocateBuffer()
DDPUHandler.h35 BufferAllocator* buf_allocator_; variable