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/native/include/private/binder/
Static.h
35
extern sp<ProcessState>
gProcess
;
/frameworks/native/libs/binder/
Static.cpp
76
sp<ProcessState>
gProcess
;
ProcessState.cpp
72
if (
gProcess
!= NULL) {
73
return
gProcess
;
75
gProcess
= new ProcessState;
76
return
gProcess
;
Completed in 936 milliseconds