Searched refs:mOutputSurface (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSRGB_test.cpp53 mComposerClient(), mSurfaceControl(), mOutputSurface() {
239 sp<Surface> mOutputSurface; member in class:android::SRGBTest
304 mOutputSurface = mSurfaceControl->getSurface();
305 mOutputSurface->lock(&outBuffer, &inOutDirtyBounds);
317 mOutputSurface->unlockAndPost();
321 if (!mOutputSurface.get()) return;
328 mOutputSurface->lock(&outBuffer, &outBufferBounds);
356 mOutputSurface->unlockAndPost();
/frameworks/av/cmds/screenrecord/
H A DOverlay.h123 sp<IGraphicBufferProducer> mOutputSurface; member in class:android::Overlay
H A DOverlay.cpp61 mOutputSurface = outputSurface;
137 err = mEglWindow.createWindow(mOutputSurface);
190 mOutputSurface.clear();

Completed in 168 milliseconds