Searched refs:DmabufHeapAllocSystem (Results 1 – 3 of 3) sorted by relevance
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.c | 82 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/ |
D | BufferAllocatorWrapper.h | 37 int DmabufHeapAllocSystem(BufferAllocator* buffer_allocator, bool cpu_access, size_t len,
|
/system/memory/libdmabufheap/ |
D | BufferAllocatorWrapper.cpp | 39 int DmabufHeapAllocSystem(BufferAllocator* buffer_allocator, bool cpu_access, size_t len, in DmabufHeapAllocSystem() function
|