Home
last modified time | relevance | path

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

/aosp12/system/memory/libdmabufheap/tests/
H A Ddmabuf_heap_test.cpp38 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 DBufferAllocatorWrapper.cpp42 return buffer_allocator->AllocSystem(cpu_access, len, heap_flags, legacy_align); in DmabufHeapAllocSystem()
H A DBufferAllocator.cpp258 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 DBufferAllocator.h99 int AllocSystem(bool cpu_access, size_t len, unsigned int heap_flags = 0,