Home | History | Annotate | Download | only in v1

Lines Matching refs:CameraOps

73     private CameraOps mCameraOps;
188 mCameraOps = CameraOps.create(this, mCameraOpsListener, mMainHandler);
200 logException("CameraOps::getDevices failed!",e);
448 private final CameraOps.CaptureCallback mCaptureCallback = new CameraOps.CaptureCallback() {
465 private final CameraOps.CaptureResultListener mCaptureResultListener =
466 new CameraOps.CaptureResultListener() {
774 private final CameraOps.Listener mCameraOpsListener = new CameraOps.Listener() {