Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/tests/
Ddmabuf_heap_bench.c123 struct ion_heap_data heap_data[MAX_HEAP_COUNT]; in ion_heap_bench() local
134 query.heaps = (unsigned long int)&heap_data[0]; in ion_heap_bench()
143 if (heap_data[i].type == heap_type) { in ion_heap_bench()
144 heap_id = heap_data[i].heap_id; in ion_heap_bench()
/system/memory/libdmabufheap/
DBufferAllocator.cpp213 struct dma_heap_allocation_data heap_data{ in DmabufAlloc() struct
218 auto ret = TEMP_FAILURE_RETRY(ioctl(fd, DMA_HEAP_IOCTL_ALLOC, &heap_data)); in DmabufAlloc()
224 return heap_data.fd; in DmabufAlloc()