Home
last modified time | relevance | path

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

/system/libhwbinder/
DProcessState.cpp82 [[clang::no_destroy]] static sp<ProcessState> gProcess; in init() local
87 return gProcess; in init()
93 gProcess = new ProcessState(mmapSize); in init()
97 LOG_ALWAYS_FATAL_IF(mmapSize != gProcess->getMmapSize(), in init()
101 return gProcess; in init()