Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DProcessState.h87 static sp<ProcessState> init(size_t mmapSize, bool requireMmapSize);
/system/libhwbinder/
DProcessState.cpp81 sp<ProcessState> ProcessState::init(size_t mmapSize, bool requireMmapSize) { in init() argument
96 if (requireMmapSize) { in init()