Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dregion_registry.cpp156 static void* recycle_mmap(void *addr, size_t length, int prot, int flags, in recycle_mmap() argument
169 return mmap(addr, length, prot, flags, fd, offset); in recycle_mmap()