Searched refs:AllocSystem (Results 1 – 4 of 4) sorted by relevance
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.cpp | 38 int map_fd = allocator->AllocSystem(cpu_access_needed, kAllocSizeInBytes); in DoAlloc() 135 int fd = allocator->AllocSystem(cpu_access_needed, size); in TEST_F() 162 int fd = allocator->AllocSystem(cpu_access_needed, size); in TEST_F() 310 int map_fd = allocator->AllocSystem(cpu_access_needed, kAllocSizeInBytes); in TEST_F()
|
/system/memory/libdmabufheap/ |
D | BufferAllocatorWrapper.cpp | 42 return buffer_allocator->AllocSystem(cpu_access, len, heap_flags, legacy_align); in DmabufHeapAllocSystem()
|
D | BufferAllocator.cpp | 255 int BufferAllocator::AllocSystem(bool cpu_access_needed, size_t len, unsigned int heap_flags, in AllocSystem() function in BufferAllocator
|
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | BufferAllocator.h | 99 int AllocSystem(bool cpu_access, size_t len, unsigned int heap_flags = 0,
|