Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dalloc_device.cpp62 static int cma_heap_id; variable
183 fd = cma_heap_id; in alloc_ion_fd()
191 heap = 1 << cma_heap_id; in alloc_ion_fd()
791 cma_heap_id = dma_heap_open(DMABUF_CMA); in initialize_interface()
804 cma_heap_id = find_heap_id(m->ion_client, ION_CMA); in initialize_interface()
811 if (cma_heap_id < 0) { in initialize_interface()
813 cma_heap_id = system_heap_id; in initialize_interface()
Dgralloc_priv.h116 int cma_heap_id; member
/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp64 static int cma_heap_id; variable
207 fd = cma_heap_id; in alloc_ion_fd()
215 heap = 1 << cma_heap_id; in alloc_ion_fd()
451 cma_heap_id = dma_heap_open(DMABUF_CMA); in initialize_interface()
464 cma_heap_id = find_heap_id(m->ion_client, ION_CMA); in initialize_interface()
471 if (cma_heap_id < 0) { in initialize_interface()
473 cma_heap_id = system_heap_id; in initialize_interface()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_ion.cpp55 static int cma_heap_id; variable
418 cma_heap_id = find_heap_id(m->ion_client, ION_CMA); in mali_gralloc_ion_allocate()
426 if (cma_heap_id < 0) { in mali_gralloc_ion_allocate()
428 cma_heap_id = system_heap_id; in mali_gralloc_ion_allocate()
460 heap = 1 << cma_heap_id; in mali_gralloc_ion_allocate()
539 heap = 1 << cma_heap_id; in mali_gralloc_ion_allocate()