Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.c82 fd = DmabufHeapAllocSystem(bufferAllocator, true /* cpu_access */, len, 0, 0); in libdmabufheaptest()
89 fd = DmabufHeapAllocSystem(bufferAllocator, false /* cpu_access */, len, 0, 0); in libdmabufheaptest()
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocatorWrapper.h37 int DmabufHeapAllocSystem(BufferAllocator* buffer_allocator, bool cpu_access, size_t len,
/system/memory/libdmabufheap/
DBufferAllocatorWrapper.cpp39 int DmabufHeapAllocSystem(BufferAllocator* buffer_allocator, bool cpu_access, size_t len, in DmabufHeapAllocSystem() function