Home | History | Annotate | Download | only in camera

Lines Matching refs:mStartCapture

57 struct timeval CameraHal::mStartCapture;
2349 gettimeofday(&mStartCapture, NULL);
2426 ret = mCameraAdapter->sendCommand(CameraAdapter::CAMERA_START_BRACKET_CAPTURE, ( mBracketRangePositive + 1 ), (int) &mStartCapture);
2481 gettimeofday(&mStartCapture, NULL);
2552 mDisplayAdapter->setSnapshotTimeRef(&mStartCapture);
2614 ret = mCameraAdapter->sendCommand(CameraAdapter::CAMERA_START_IMAGE_CAPTURE, (int) &mStartCapture);