Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp511 void* mapped_addr = reinterpret_cast<void*>(hnd->bases[i]); in mali_gralloc_ion_free() local
514 if (mapped_addr != nullptr) in mali_gralloc_ion_free()
516 if (munmap(mapped_addr, hnd->alloc_sizes[i]) != 0) in mali_gralloc_ion_free()