Searched refs:mSurfaceHolder (Results 1 – 5 of 5) sorted by relevance
42 private final SurfaceHolder mSurfaceHolder; field in LoopingAnimationThread78 this.mSurfaceHolder = surfaceHolder; in LoopingAnimationThread()106 mSurfaceHolder.getSurfaceFrame().width(), in run()107 mSurfaceHolder.getSurfaceFrame().height()); in run()115 synchronized (mSurfaceHolder) { in run()116 canvas = mSurfaceHolder.lockCanvas(null); in run()122 mSurfaceHolder.unlockCanvasAndPost(canvas); in run()
221 mSurfaceHolder = getSurfaceFromHGBP(mGfxBufferProducer); in initialize()222 if (mSurfaceHolder == nullptr) { in initialize()227 mWindow = getNativeWindow(mSurfaceHolder.get()); in initialize()334 mSurfaceHolder = nullptr; in shutdown()
44 : mSurfaceHolder(android::SurfaceHolderUniquePtr(nullptr, nullptr)) {} in GlWrapper()78 android::SurfaceHolderUniquePtr mSurfaceHolder; variable
150 private SurfaceHolder mSurfaceHolder = null; field in VideoCamera898 mSurfaceHolder, in setPreviewDisplay()928 setPreviewDisplay(mSurfaceHolder); in startPreview()1079 mSurfaceHolder = holder; in surfaceChanged()1116 mSurfaceHolder = null; in surfaceDestroyed()1170 if (mSurfaceHolder == null) { in initializeRecorder()1226 mMediaRecorder.setPreviewDisplay(mSurfaceHolder.getSurface()); in initializeRecorder()1307 mSurfaceHolder, in initializeEffectsPreview()
144 private SurfaceHolder mSurfaceHolder = null; field in Camera1569 if (mSurfaceHolder != null) { in doOnResume()1769 mSurfaceHolder = holder; in surfaceChanged()1815 mSurfaceHolder = null; in surfaceDestroyed()1860 setPreviewDisplay(mSurfaceHolder); in startPreview()