Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DProcessState.h42 static sp<ProcessState> initWithMmapSize(size_t mmapSize); // size in bytes
/system/libhwbinder/
DProcessState.cpp76 sp<ProcessState> ProcessState::initWithMmapSize(size_t mmapSize) { in initWithMmapSize() function in android::hardware::ProcessState