Searched refs:mOutputSurface (Results 1 – 3 of 3) sorted by relevance
53 mComposerClient(), mSurfaceControl(), mOutputSurface() { in SRGBTest()239 sp<Surface> mOutputSurface; member in android::SRGBTest304 mOutputSurface = mSurfaceControl->getSurface(); in createDebugSurface()305 mOutputSurface->lock(&outBuffer, &inOutDirtyBounds); in createDebugSurface()317 mOutputSurface->unlockAndPost(); in createDebugSurface()321 if (!mOutputSurface.get()) return; in copyToDebugSurface()328 mOutputSurface->lock(&outBuffer, &outBufferBounds); in copyToDebugSurface()356 mOutputSurface->unlockAndPost(); in copyToDebugSurface()
61 mOutputSurface = outputSurface; in start()137 err = mEglWindow.createWindow(mOutputSurface); in setup_l()190 mOutputSurface.clear(); in release_l()
123 sp<IGraphicBufferProducer> mOutputSurface; variable