Home
last modified time | relevance | path

Searched refs:heap_flags (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/memory/libdmabufheap/
H A DBufferAllocatorWrapper.cpp33 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 DBufferAllocator.cpp231 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 DBufferAllocator.h82 …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 DBufferAllocatorWrapper.h36 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 Ddma-heap.h29 __u64 heap_flags; member
/aosp12/hardware/google/graphics/common/libion/
H A Dion_uapi.h91 __u32 heap_flags; /* reserved 1 */ member
/aosp12/hardware/google/graphics/common/libion/test/
H A Dion_test_fixture.h59 return m_ionHeapData[idx].heap_flags; in getHeapFlags()
/aosp12/system/memory/libdmabufheap/tests/
H A Ddmabuf_heap_bench.c98 .heap_flags = flags, in dmabuf_heap_alloc()