HomeSort by relevance Sort by last modified time
    Searched refs:autoFocus (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /frameworks/av/include/camera/
ICamera.h 89 virtual status_t autoFocus() = 0;
Camera.h 111 // autoFocus - status returned from callback
112 status_t autoFocus();
  /packages/apps/Camera2/src/com/android/camera/
FocusOverlayManager.java 49 * (1) The camera has continuous autofocus. Move the camera. Take a picture when
51 * (2) The camera has continuous autofocus. Move the camera. Take a picture when
57 * (5) The camera has autofocus. Single tap the shutter to take a picture.
58 * (6) The camera has autofocus. Hold the shutter. Release to take a picture.
59 * (7) The camera has no autofocus. Single tap the shutter and take a picture.
60 * (8) The camera has autofocus and supports focus area. Touch the screen to
61 * trigger autofocus. Take a picture.
62 * (9) The camera has autofocus and supports focus area. Touch the screen to
63 * trigger autofocus. Wait until it times out.
64 * (10) The camera has no autofocus and supports metering area. Touch the scree
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.h 70 status_t autoFocus();
qcamera_test.cpp 170 printf("AutoFocus %s \n",
562 * FUNCTION : autoFocus
564 * DESCRIPTION: Triggers autofocus
572 status_t CameraContext::autoFocus()
577 ret = mCamera->autoFocus();
823 printf(" %c. Trigger autofocus \n",
911 stat = currentCamera->autoFocus();
  /device/lge/hammerhead/camera/QCamera2/HAL/test/
qcamera_test.h 70 status_t autoFocus();
qcamera_test.cpp 170 printf("AutoFocus %s \n",
562 * FUNCTION : autoFocus
564 * DESCRIPTION: Triggers autofocus
572 status_t CameraContext::autoFocus()
577 ret = mCamera->autoFocus();
823 printf(" %c. Trigger autofocus \n",
911 stat = currentCamera->autoFocus();
  /packages/apps/Camera/src/com/android/camera/
FocusOverlayManager.java 42 * (1) The camera has continuous autofocus. Move the camera. Take a picture when
44 * (2) The camera has continuous autofocus. Move the camera. Take a picture when
50 * (5) The camera has autofocus. Single tap the shutter to take a picture.
51 * (6) The camera has autofocus. Hold the shutter. Release to take a picture.
52 * (7) The camera has no autofocus. Single tap the shutter and take a picture.
53 * (8) The camera has autofocus and supports focus area. Touch the screen to
54 * trigger autofocus. Take a picture.
55 * (9) The camera has autofocus and supports focus area. Touch the screen to
56 * trigger autofocus. Wait until it times out.
57 * (10) The camera has no autofocus and supports metering area. Touch the scree
    [all...]
CameraManager.java 189 mCamera.autoFocus((AutoFocusCallback) msg.obj);
365 public void autoFocus(AutoFocusCallback cb) {
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 78 public void autoFocus();
153 autoFocus();
170 // guarantee setParameters can be called during autofocus.
222 // Do not play the sound in continuous autofocus mode. It does
292 autoFocus();
318 private void autoFocus() {
319 Log.v(TAG, "Start autofocus.");
320 mListener.autoFocus();
330 Log.v(TAG, "Cancel autofocus.");
356 // Always use autofocus in tap-to-focus
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
FocusOverlayManager.java 38 * (1) The camera has continuous autofocus. Move the camera. Take a picture when
40 * (2) The camera has continuous autofocus. Move the camera. Take a picture when
46 * (5) The camera has autofocus. Single tap the shutter to take a picture.
47 * (6) The camera has autofocus. Hold the shutter. Release to take a picture.
48 * (7) The camera has no autofocus. Single tap the shutter and take a picture.
49 * (8) The camera has autofocus and supports focus area. Touch the screen to
50 * trigger autofocus. Take a picture.
51 * (9) The camera has autofocus and supports focus area. Touch the screen to
52 * trigger autofocus. Wait until it times out.
53 * (10) The camera has no autofocus and supports metering area. Touch the scree
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 74 virtual status_t autoFocus();
CameraClient.h 52 virtual status_t autoFocus();
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyFocusStateMapper.java 67 * Process the AF triggers from the request as a camera1 autofocus routine.
159 // Only set move callback if we can call autofocus.
200 // Avoid calling autofocus unless we are in a state that supports calling this.
205 mCamera.autoFocus(new Camera.AutoFocusCallback() {
  /hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 126 virtual status_t autoFocus();
  /frameworks/av/camera/
Camera.cpp 215 status_t Camera::autoFocus()
217 ALOGV("autoFocus");
220 return c->autoFocus();
ICamera.cpp 185 status_t autoFocus()
187 ALOGV("autoFocus");
364 reply->writeInt32(autoFocus());
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 72 status_t autoFocus();
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraManager.java 64 /** Autofocus callbacks arrive here, and are dispatched to the Handler which requested them. */
160 * Asks the camera hardware to perform an autofocus.
162 * @param handler The Handler to notify when the autofocus completes.
168 camera.autoFocus(autoFocusCallback);
  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 106 //Should be implemented by deriving classes in oder to initiate autoFocus
107 virtual status_t autoFocus();
109 //Should be implemented by deriving classes in oder to initiate autoFocus
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 93 //Should be implemented by deriving classes in oder to initiate autoFocus
94 virtual status_t autoFocus();
96 //Should be implemented by deriving classes in oder to initiate autoFocus
  /packages/apps/Camera/tests/src/com/android/camera/activity/
CameraTestCase.java 145 // Mock autoFocus call.
146 doAnswer(mAutoFocusCallable).when(mMockBackCamera).autoFocus(
  /packages/apps/Camera2/tests_camera/src/com/android/camera/activity/
CameraTestCase.java 145 // Mock autoFocus call.
146 doAnswer(mAutoFocusCallable).when(mMockBackCamera).autoFocus(
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
CameraOps.java 636 public void setAutoFocus(boolean autoFocus) {
637 mAutoFocus = autoFocus;
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h 245 int autoFocus();

Completed in 500 milliseconds

1 2 3 4