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

/frameworks/native/libs/binder/
H A DStatic.cpp30 sp<ProcessState> gProcess; member in namespace:android
H A DProcessState.cpp77 if (gProcess != NULL) {
78 return gProcess;
80 gProcess = new ProcessState;
81 return gProcess;
/frameworks/native/include/private/binder/
H A DStatic.h32 extern sp<ProcessState> gProcess;

Completed in 802 milliseconds