Home
last modified time | relevance | path

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

/system/libhwbinder/
DProcessState.cpp71 if (gProcess != nullptr) { in self()
72 return gProcess; in self()
74 gProcess = new ProcessState(DEFAULT_BINDER_VM_SIZE); in self()
75 return gProcess; in self()
80 return gProcess; in selfOrNull()
85 if (gProcess != nullptr) { in initWithMmapSize()
86 LOG_ALWAYS_FATAL_IF(mmap_size != gProcess->getMmapSize(), in initWithMmapSize()
88 return gProcess; in initWithMmapSize()
91 gProcess = new ProcessState(mmap_size); in initWithMmapSize()
92 return gProcess; in initWithMmapSize()
DStatic.cpp77 sp<ProcessState> gProcess; variable
/system/libhwbinder/include/hwbinder/
DStatic.h33 extern sp<ProcessState> gProcess;
/system/connectivity/wificond/tests/integration/
Dbinder_dispatcher.cpp52 gProcess.clear(); in ~BinderDispatcher()