Home
last modified time | relevance | path

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

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