Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dalloc_device.cpp61 static int system_heap_id; variable
180 int fd = system_heap_id; in alloc_ion_fd()
189 heap = 1 << system_heap_id; in alloc_ion_fd()
790 system_heap_id = fd; in initialize_interface()
803 system_heap_id = find_heap_id(m->ion_client, ION_SYSTEM); in initialize_interface()
805 if (system_heap_id < 0) { in initialize_interface()
813 cma_heap_id = system_heap_id; in initialize_interface()
Dgralloc_priv.h115 int system_heap_id; member
/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp63 static int system_heap_id; variable
204 int fd = system_heap_id; in alloc_ion_fd()
213 heap = 1 << system_heap_id; in alloc_ion_fd()
450 system_heap_id = fd; in initialize_interface()
463 system_heap_id = find_heap_id(m->ion_client, ION_SYSTEM); in initialize_interface()
465 if (system_heap_id < 0) { in initialize_interface()
473 cma_heap_id = system_heap_id; in initialize_interface()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_ion.cpp54 static int system_heap_id; variable
417 system_heap_id = find_heap_id(m->ion_client, ION_SYSTEM); in mali_gralloc_ion_allocate()
419 if (system_heap_id < 0) in mali_gralloc_ion_allocate()
428 cma_heap_id = system_heap_id; in mali_gralloc_ion_allocate()
458 int heap = 1 << system_heap_id; in mali_gralloc_ion_allocate()
537 int heap = 1 << system_heap_id; in mali_gralloc_ion_allocate()