Searched refs:heap_flags (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/memory/libdmabufheap/ |
H A D | BufferAllocatorWrapper.cpp | 33 unsigned int heap_flags, size_t legacy_align) { in DmabufHeapAlloc() argument 36 return buffer_allocator->Alloc(heap_name, len, heap_flags, legacy_align); in DmabufHeapAlloc() 40 unsigned int heap_flags, size_t legacy_align) { in DmabufHeapAllocSystem() argument 42 return buffer_allocator->AllocSystem(cpu_access, len, heap_flags, legacy_align); in DmabufHeapAllocSystem()
|
H A D | BufferAllocator.cpp | 231 unsigned int heap_flags, size_t legacy_align) { in IonAlloc() argument 238 unsigned int flags = heap_config.flags | heap_flags; in IonAlloc() 249 unsigned int heap_flags, size_t legacy_align) { in Alloc() argument 253 fd = IonAlloc(heap_name, len, heap_flags, legacy_align); in Alloc() 258 int BufferAllocator::AllocSystem(bool cpu_access_needed, size_t len, unsigned int heap_flags, in AllocSystem() argument 280 return IonAlloc(kDmabufSystemUncachedHeapName, len, heap_flags, legacy_align); in AllocSystem() 287 return Alloc(kDmabufSystemHeapName, len, heap_flags, legacy_align); in AllocSystem()
|
/aosp12/system/memory/libdmabufheap/include/BufferAllocator/ |
H A D | BufferAllocator.h | 82 …int Alloc(const std::string& heap_name, size_t len, unsigned int heap_flags = 0, size_t legacy_ali… 99 int AllocSystem(bool cpu_access, size_t len, unsigned int heap_flags = 0, 187 …int IonAlloc(const std::string& heap_name, size_t len, unsigned int heap_flags = 0, size_t legacy_…
|
H A D | BufferAllocatorWrapper.h | 36 unsigned int heap_flags, size_t legacy_align); 38 unsigned int heap_flags, size_t legacy_align);
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | dma-heap.h | 29 __u64 heap_flags; member
|
/aosp12/hardware/google/graphics/common/libion/ |
H A D | ion_uapi.h | 91 __u32 heap_flags; /* reserved 1 */ member
|
/aosp12/hardware/google/graphics/common/libion/test/ |
H A D | ion_test_fixture.h | 59 return m_ionHeapData[idx].heap_flags; in getHeapFlags()
|
/aosp12/system/memory/libdmabufheap/tests/ |
H A D | dmabuf_heap_bench.c | 98 .heap_flags = flags, in dmabuf_heap_alloc()
|