Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/tests/
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()
/system/memory/libdmabufheap/
DBufferAllocatorWrapper.cpp42 return buffer_allocator->AllocSystem(cpu_access, len, heap_flags, legacy_align); in DmabufHeapAllocSystem()
DBufferAllocator.cpp255 int BufferAllocator::AllocSystem(bool cpu_access_needed, size_t len, unsigned int heap_flags, in AllocSystem() function in BufferAllocator
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h99 int AllocSystem(bool cpu_access, size_t len, unsigned int heap_flags = 0,