Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp49 auto mmap_res = (*shm_fd)->MMap(NULL /* addr */, size, PROT_READ | PROT_WRITE, in AllocateShm() local
51 if (!mmap_res) { in AllocateShm()
55 return mmap_res; in AllocateShm()