OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGlobalState
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/binder/
BufferedTextOutput.h
61
BufferState*
mGlobalState
;
/frameworks/native/libs/binder/
BufferedTextOutput.cpp
148
mGlobalState
= new BufferState(mSeq);
149
if (
mGlobalState
)
mGlobalState
->incStrong(this);
154
if (
mGlobalState
)
mGlobalState
->decStrong(this);
279
return
mGlobalState
;
Completed in 73 milliseconds