Home | History | Annotate | Download | only in impl

Lines Matching defs:newSession

647             CameraCaptureSessionCore newSession = null;
649 newSession = new CameraConstrainedHighSpeedCaptureSessionImpl(mNextSessionId++,
653 newSession = new CameraCaptureSessionImpl(mNextSessionId++, input,
659 mCurrentSession = newSession;