Searched refs:AllocSystem (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/memory/libdmabufheap/tests/ |
H A 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()
|
/aosp12/system/memory/libdmabufheap/ |
H A D | BufferAllocatorWrapper.cpp | 42 return buffer_allocator->AllocSystem(cpu_access, len, heap_flags, legacy_align); in DmabufHeapAllocSystem()
|
H A D | BufferAllocator.cpp | 258 int BufferAllocator::AllocSystem(bool cpu_access_needed, size_t len, unsigned int heap_flags, in AllocSystem() function in BufferAllocator
|
/aosp12/system/memory/libdmabufheap/include/BufferAllocator/ |
H A D | BufferAllocator.h | 99 int AllocSystem(bool cpu_access, size_t len, unsigned int heap_flags = 0,
|