Searched refs:map_mask (Results 1 – 1 of 1) sorted by relevance
209 int map_mask = 0; in gralloc_alloc_buffer() local234 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()