HomeSort by relevance Sort by last modified time
    Searched refs:mSurfaceData (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/gui/
SurfaceControl.h 102 mutable sp<Surface> mSurfaceData;
  /frameworks/native/libs/gui/
SurfaceControl.cpp 185 if (mSurfaceData == 0) {
188 mSurfaceData = new Surface(mGraphicBufferProducer, false);
190 return mSurfaceData;

Completed in 2388 milliseconds