HomeSort by relevance Sort by last modified time
    Searched refs:cma_heap_id (Results 1 - 3 of 3) sorted by null

  /device/linaro/hikey/gralloc960/
mali_gralloc_ion.cpp 55 static int cma_heap_id; variable
418 cma_heap_id = find_heap_id(m->ion_client, ION_CMA);
426 if (cma_heap_id < 0) {
428 cma_heap_id = system_heap_id;
460 heap = 1 << cma_heap_id;
539 heap = 1 << cma_heap_id;
  /device/linaro/hikey/gralloc/
alloc_device.cpp 186 ret = ion_alloc_fd(m->ion_client, size, 0, 1 << m->cma_heap_id, 0, &(shared_fd));
794 m->cma_heap_id = find_ion_heap_id(m->ion_client, ION_CMA);
795 if (m->system_heap_id < 0 || m->cma_heap_id < 0)
gralloc_priv.h 116 int cma_heap_id; member in struct:private_module_t

Completed in 737 milliseconds