Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/tests/
Ddmabuf_heap_bench.c171 int heap_fd = -1, dmabuf_fd = -1; in dmabuf_heap_bench() local
177 heap_fd = dmabuf_heap_open(heap_name); in dmabuf_heap_bench()
178 if (heap_fd < 0) return; in dmabuf_heap_bench()
182 ret = dmabuf_heap_alloc(heap_fd, size, 0, &dmabuf_fd); in dmabuf_heap_bench()
194 if (heap_fd >= 0) close(heap_fd); in dmabuf_heap_bench()