Home
last modified time | relevance | path

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

/system/libhwbinder/
DProcessState.cpp85 [[clang::no_destroy]] static sp<ProcessState> gProcess; in init() local
90 return gProcess; in init()
96 gProcess = new ProcessState(mmapSize); in init()
100 LOG_ALWAYS_FATAL_IF(mmapSize != gProcess->getMmapSize(), in init()
104 return gProcess; in init()