Lines Matching refs:camera

50     /** Input surface configured by native camera framework based on user-specified configuration */
60 /** Internal camera device; used to translate calls into existing deprecated API */
85 * <p>The camera device must already be in the {@code IDLE} state when this is invoked.
328 * <p>After this call completes, the session will not call any further methods on the camera
380 * Flush out any repeating request. Since camera is closed, no new requests
383 * If the camera device was already closed, short circuit and do nothing; since
386 * Otherwise, once stopRepeating is done, wait for camera to idle, then unconfigure
387 * the camera. Once that's done, fire #onClosed.
420 * reason, in lieu of more accurate error codes from the camera service.
457 public void onCaptureStarted(CameraDevice camera,
463 public void onCapturePartial(CameraDevice camera,
469 public void onCaptureProgressed(CameraDevice camera,
475 public void onCaptureCompleted(CameraDevice camera,
481 public void onCaptureFailed(CameraDevice camera,
487 public void onCaptureSequenceCompleted(CameraDevice camera,
493 public void onCaptureSequenceAborted(CameraDevice camera,
499 public void onCaptureBufferLost(CameraDevice camera,
561 public void onOpened(CameraDevice camera) {
566 public void onDisconnected(CameraDevice camera) {
572 public void onError(CameraDevice camera, int error) {
578 public void onActive(CameraDevice camera) {
587 public void onIdle(CameraDevice camera) {
625 public void onBusy(CameraDevice camera) {
635 public void onUnconfigured(CameraDevice camera) {
687 * close the camera further by unconfiguring and then firing {@code onClosed}.</p>
707 * If the camera is already "IDLE" and no aborts are pending,
736 * It's now safe to wait to receive the final "IDLE" event, as the camera device
739 * If the camera is already "IDLE", then the drain immediately finishes.
779 // Final slow path: unconfigure the camera, no session has replaced us and