Home
last modified time | relevance | path

Searched refs:mCameraContext (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java74 private CameraContext mCameraContext; field in RVCVRecordActivity
142 mCameraContext.end(); in onPause()
171 mCameraContext = new CameraContext(); in init()
172 mCameraContext.init(mRecordProcedureControllerCallback); in init()
183 mVideoRecorder = new VideoRecorder(mCameraContext.getCamera(), mCameraContext.getProfile()); in init()