Home
last modified time | relevance | path

Searched refs:mappedAddress (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/gralloc/
Dgralloc_module.cpp140 unsigned char *mappedAddress; in gralloc_register_buffer() local
173mappedAddress = (unsigned char *)mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, hnd->share_f… in gralloc_register_buffer()
175 if (MAP_FAILED == mappedAddress) in gralloc_register_buffer()
182 hnd->base = mappedAddress + hnd->offset; in gralloc_register_buffer()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp719 unsigned char *mappedAddress; in mali_gralloc_ion_map() local
735mappedAddress = (unsigned char *)mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, hnd->share_f… in mali_gralloc_ion_map()
737 if (MAP_FAILED == mappedAddress) in mali_gralloc_ion_map()
744 hnd->base = (void *)(uintptr_t(mappedAddress) + hnd->offset); in mali_gralloc_ion_map()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_ion.cpp720 unsigned char *mappedAddress; in mali_gralloc_ion_map() local
736mappedAddress = (unsigned char *)mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, hnd->share_f… in mali_gralloc_ion_map()
738 if (MAP_FAILED == mappedAddress) in mali_gralloc_ion_map()
745 hnd->base = (void *)(uintptr_t(mappedAddress) + hnd->offset); in mali_gralloc_ion_map()