Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dalloc_device.cpp209 int map_mask = 0; in gralloc_alloc_buffer() local
234 map_mask = PROT_READ | PROT_WRITE; in gralloc_alloc_buffer()
238 map_mask = PROT_WRITE; in gralloc_alloc_buffer()
241 cpu_ptr = mmap(NULL, size, map_mask, MAP_SHARED, shared_fd, 0); in gralloc_alloc_buffer()