Home
last modified time | relevance | path

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

/system/libhwbinder/
DProcessState.cpp196 return mMmapSize; in getMmapSize()
406 , mMmapSize(mmapSize) in ProcessState()
411 mVMStart = mmap(nullptr, mMmapSize, PROT_READ, MAP_PRIVATE | MAP_NORESERVE, mDriverFD, 0); in ProcessState()
429 munmap(mVMStart, mMmapSize); in ~ProcessState()
/system/libhwbinder/include/hwbinder/
DProcessState.h124 const size_t mMmapSize; variable