Home
last modified time | relevance | path

Searched refs:DmabufHeapAlloc (Results 1 – 3 of 3) sorted by relevance

/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocatorWrapper.h33 int DmabufHeapAlloc(BufferAllocator* buffer_allocator, const char* heap_name, size_t len,
/system/memory/libdmabufheap/
DBufferAllocatorWrapper.cpp32 int DmabufHeapAlloc(BufferAllocator* buffer_allocator, const char* heap_name, size_t len, in DmabufHeapAlloc() function
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.c66 fd = DmabufHeapAlloc(bufferAllocator, kDmabufSystemHeapName, len, 0); in libdmabufheaptest()