Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp60 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()
Ddmabuf_heap_test.c70 ret = MapDmabufHeapNameToIonHeap(bufferAllocator, kDmabufSystemHeapName, in libdmabufheaptest()
96 fd = DmabufHeapAlloc(bufferAllocator, kDmabufSystemHeapName, len, 0, 0); in libdmabufheaptest()
/system/memory/libdmabufheap/include/BufferAllocator/
Ddmabufheap-defs.h22 static const char kDmabufSystemHeapName[] = "system"; variable
/system/memory/libdmabufheap/
DBufferAllocator.cpp87 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/
Dapp_fuzzer.cpp112 unique_fd dma_buf(alloc.Alloc(kDmabufSystemHeapName, shm_len)); in LLVMFuzzerTestOneInput()
/system/core/trusty/confirmationui/fuzz/
Dmsg_fuzzer.cpp63 dma_buf.reset(allocator.Alloc(kDmabufSystemHeapName, CONFIRMATIONUI_MAX_MSG_SIZE)); in LLVMFuzzerInitialize()
/system/core/trusty/apploader/
Dapploader.cpp123 unique_fd dmabuf_fd(alloc.Alloc(kDmabufSystemHeapName, file_page_size)); in read_file()
/system/core/trusty/utils/acvp/
Dtrusty_modulewrapper.cpp123 dmabuf_fd_.reset(alloc.Alloc(kDmabufSystemHeapName, shm_size_)); in SendMessage()