Searched refs:kDmabufSystemHeapName (Results 1 – 8 of 8) sorted by relevance
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.cpp | 60 allocator->MapNameToIonHeap(kDmabufSystemHeapName, "" /* no mapping for non-legacy */, in DoConcurrentAllocWithMapName() 120 allocator->MapNameToIonHeap(kDmabufSystemHeapName, "" /* no mapping for non-legacy */, in DmaBufHeapTest() 146 << "heap: " << kDmabufSystemHeapName << " size: " << size); in TEST_F() 147 int fd = allocator->Alloc(kDmabufSystemHeapName, size, ION_FLAG_CACHED_NEEDS_SYNC in TEST_F() 181 map_fd = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() 203 map_fd = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() 225 int map_fd = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() 258 << "heap: " << kDmabufSystemHeapName << " size: " << size); in TEST_F() 260 int map_fd = allocator->Alloc(kDmabufSystemHeapName, size); in TEST_F()
|
D | dmabuf_heap_test.c | 70 ret = MapDmabufHeapNameToIonHeap(bufferAllocator, kDmabufSystemHeapName, in libdmabufheaptest() 96 fd = DmabufHeapAlloc(bufferAllocator, kDmabufSystemHeapName, len, 0, 0); in libdmabufheaptest()
|
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | dmabufheap-defs.h | 22 static const char kDmabufSystemHeapName[] = "system"; variable
|
/system/memory/libdmabufheap/ |
D | BufferAllocator.cpp | 87 MapNameToIonMask(kDmabufSystemHeapName, ION_HEAP_SYSTEM_MASK, ION_FLAG_CACHED); in QueryIonHeaps() 108 MapNameToIonName(kDmabufSystemHeapName, kIonSystemHeapName, ION_FLAG_CACHED); in QueryIonHeaps() 284 return Alloc(kDmabufSystemHeapName, len, heap_flags, legacy_align); in AllocSystem()
|
/system/core/trusty/apploader/fuzz/ |
D | app_fuzzer.cpp | 112 unique_fd dma_buf(alloc.Alloc(kDmabufSystemHeapName, shm_len)); in LLVMFuzzerTestOneInput()
|
/system/core/trusty/confirmationui/fuzz/ |
D | msg_fuzzer.cpp | 63 dma_buf.reset(allocator.Alloc(kDmabufSystemHeapName, CONFIRMATIONUI_MAX_MSG_SIZE)); in LLVMFuzzerInitialize()
|
/system/core/trusty/apploader/ |
D | apploader.cpp | 123 unique_fd dmabuf_fd(alloc.Alloc(kDmabufSystemHeapName, file_page_size)); in read_file()
|
/system/core/trusty/utils/acvp/ |
D | trusty_modulewrapper.cpp | 123 dmabuf_fd_.reset(alloc.Alloc(kDmabufSystemHeapName, shm_size_)); in SendMessage()
|