Home
last modified time | relevance | path

Searched defs:heap_name (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/memory/libdmabufheap/
H A DBufferAllocator.cpp49 int BufferAllocator::OpenDmabufHeap(const std::string& heap_name) { in OpenDmabufHeap()
118 int BufferAllocator::MapNameToIonMask(const std::string& heap_name, unsigned int ion_heap_mask, in MapNameToIonMask()
129 int BufferAllocator::GetIonHeapIdByName(const std::string& heap_name, unsigned int* heap_id) { in GetIonHeapIdByName()
141 int BufferAllocator::MapNameToIonName(const std::string& heap_name, in MapNameToIonName()
158 int BufferAllocator::MapNameToIonHeap(const std::string& heap_name, in MapNameToIonHeap()
180 int BufferAllocator::GetIonConfig(const std::string& heap_name, IonHeapConfig& heap_config) { in GetIonConfig()
212 int BufferAllocator::DmabufAlloc(const std::string& heap_name, size_t len) { in DmabufAlloc()
230 int BufferAllocator::IonAlloc(const std::string& heap_name, size_t len, in IonAlloc()
248 int BufferAllocator::Alloc(const std::string& heap_name, size_t len, in Alloc()
H A DBufferAllocatorWrapper.cpp32 int DmabufHeapAlloc(BufferAllocator* buffer_allocator, const char* heap_name, size_t len, in DmabufHeapAlloc()
45 int MapDmabufHeapNameToIonHeap(BufferAllocator* buffer_allocator, const char* heap_name, in MapDmabufHeapNameToIonHeap()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2DmaBufAllocator.cpp269 C2String heap_name, unsigned flags, C2Allocator::id_t id) in C2DmaBufAllocation()
331 c2_status_t C2DmaBufAllocator::mapUsage(C2MemoryUsage usage, size_t capacity, C2String* heap_name, in mapUsage()
381 C2String heap_name; in newLinearAllocation() local
/aosp12/hardware/google/graphics/common/libion/
H A Dion.cpp34 std::string heap_name; member
/aosp12/system/memory/libdmabufheap/tests/
H A Ddmabuf_heap_bench.c170 void dmabuf_heap_bench(char* heap_name, int size) { in dmabuf_heap_bench()
/aosp12/hardware/google/gchips/gralloc4/src/allocator/
H A Dmali_gralloc_ion.cpp342 int ion_device::alloc_from_dmabuf_heap(const std::string& heap_name, size_t size, in alloc_from_dmabuf_heap()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_ion.cpp357 static int alloc_from_dmabuf_heap(const std::string& heap_name, size_t size, unsigned int flags) in alloc_from_dmabuf_heap()
/aosp12/art/test/913-heaps/
H A Dheaps.cc1000 char* heap_name; in Java_art_Test913_getHeapName() local
/aosp12/art/openjdkjvmti/
H A Dti_heap.cc1567 jvmtiError HeapExtensions::GetHeapName(jvmtiEnv* env, jint heap_id, char** heap_name, ...) { in GetHeapName()