OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSurfaceData
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/gui/
SurfaceControl.h
98
mutable sp<Surface>
mSurfaceData
;
/frameworks/native/libs/gui/
SurfaceControl.cpp
183
if (
mSurfaceData
== 0) {
186
mSurfaceData
= new Surface(mGraphicBufferProducer, false);
188
return
mSurfaceData
;
Completed in 8257 milliseconds