OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gProcess
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/include/private/binder/
Static.h
32
extern sp<ProcessState>
gProcess
;
/frameworks/base/libs/binder/
Static.cpp
30
sp<ProcessState>
gProcess
;
ProcessState.cpp
76
if (
gProcess
!= NULL) return
gProcess
;
79
if (
gProcess
== NULL)
gProcess
= new ProcessState;
80
return
gProcess
;
Completed in 161 milliseconds