Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocatorWrapper.h35 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.c96 fd = DmabufHeapAlloc(bufferAllocator, kDmabufSystemHeapName, len, 0, 0); in libdmabufheaptest()
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c917 dma_buf = DmabufHeapAlloc(allocator, "system", buf_size, 0, 0 /* legacy align */); in send_fd_test()