Home | History | Annotate | Download | only in camera

Lines Matching defs:session

72 import com.android.camera.session.CaptureSession;
507 private void decorateSessionAtCaptureTime(CaptureSession session) {
515 session.getCollector().decorateAtTimeCaptureRequest(
517 session.getTitle() + ".jpg",
536 CaptureSession session = createAndStartCaptureSession();
543 session.getTitle(), orientation, session.getLocation(),
546 decorateSessionAtCaptureTime(session);
547 mCamera.takePicture(params, session);
551 * Creates, starts and returns a new capture session. The returned session
558 CaptureSession session = getServices().getCaptureSessionManager()
561 session.startEmpty(new CaptureStats(mHdrPlusEnabled),
563 return session;
570 CaptureSession session = getServices().getCaptureSessionManager()
573 session.startEmpty(null,
575 return session;
1031 public void onPictureTaken(CaptureSession session) {