Home
last modified time | relevance | path

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

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