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

  /device/linaro/hikey/gralloc960/
mali_gralloc_ion.cpp 54 static int system_heap_id; variable
417 system_heap_id = find_heap_id(m->ion_client, ION_SYSTEM);
419 if (system_heap_id < 0)
428 cma_heap_id = system_heap_id;
458 int heap = 1 << system_heap_id;
537 int heap = 1 << system_heap_id;
  /device/linaro/hikey/gralloc/
alloc_device.cpp 188 ret = ion_alloc_fd(m->ion_client, size, 0, 1 << m->system_heap_id, 0, &(shared_fd));
793 m->system_heap_id = find_ion_heap_id(m->ion_client, ION_SYSTEM);
795 if (m->system_heap_id < 0 || m->cma_heap_id < 0)
gralloc_priv.h 115 int system_heap_id; member in struct:private_module_t

Completed in 94 milliseconds