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

1 2 3

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CameraFacade.java 86 @Rpc(description = "Take a picture and save it to the specified path.", returns = "A map of Booleans autoFocus and takePicture where True indicates success. cameraId also included.")
108 autoFocus(autoFocusResult, camera);
119 result.putBoolean("autoFocus", autoFocusResult.mmResult);
190 private void autoFocus(final BooleanResult result, final Camera camera)
194 camera.autoFocus(new AutoFocusCallback() {
  /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() {
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
FocusOverlayManager.java 36 * <p>The test cases: (1) The camera has continuous autofocus. Move the camera. Take a picture when
37 * CAF is not in progress. (2) The camera has continuous autofocus. Move the camera. Take a picture
40 * some faces. Single tap the shutter to take a picture. (5) The camera has autofocus. Single tap
41 * the shutter to take a picture. (6) The camera has autofocus. Hold the shutter. Release to take a
42 * picture. (7) The camera has no autofocus. Single tap the shutter and take a picture. (8) The
43 * camera has autofocus and supports focus area. Touch the screen to trigger autofocus. Take a
44 * picture. (9) The camera has autofocus and supports focus area. Touch the screen to trigger
45 * autofocus. Wait until it times out. (10) The camera has no autofocus and supports metering area
    [all...]
  /frameworks/av/camera/
Camera.cpp 269 status_t Camera::autoFocus()
271 ALOGV("autoFocus");
274 return c->autoFocus();
ICamera.cpp 225 status_t autoFocus()
227 ALOGV("autoFocus");
435 reply->writeInt32(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...]
PhotoModule.java     [all...]
VideoModule.java     [all...]
  /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...]
Camera.java     [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/device1/
CameraHardwareInterface.cpp 629 status_t CameraHardwareInterface::autoFocus()
634 mHidlDevice->autoFocus());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCamera.java 159 public void autoFocus(Camera.AutoFocusCallback callback) {
177 "cannot invoke AutoFocusCallback before autoFocus() has been called "
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 633 status_t CameraClient::autoFocus() {
634 LOG1("autoFocus (pid %d)", getCallingPid());
640 return mHardware->autoFocus();
    [all...]
Camera2Client.cpp     [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraAgent.java 674 public abstract void autoFocus(Handler handler, CameraAFCallback cb);
    [all...]
AndroidCameraAgentImpl.java 495 mCamera.autoFocus((AutoFocusCallback) msg.obj);
    [all...]
AndroidCamera2AgentImpl.java 393 Log.w(TAG, "Ignoring attempt to autofocus without preview");
397 // The earliest we can reliably tell whether the autofocus has locked in
453 Log.e(TAG, "Unable to lock autofocus", ex);
482 Log.e(TAG, "Unable to cancel autofocus", ex);
    [all...]
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp     [all...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
CameraManager.java 780 public void autoFocus() {
786 this.camera.autoFocus(
794 LogUtil.e("CameraManager.autoFocus", "RuntimeException in CameraManager.autoFocus", e);
795 // If autofocus fails, the camera should have called the callback with success=false,
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraManager.java     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp 842 printf("AutoFocus %s \n",
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp 809 KPI_ATRACE_INT("Camera:AutoFocus", 1);
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 74 * &lt;uses-feature android:name="android.hardware.camera.autofocus" /></pre>
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.cpp 804 KPI_ATRACE_INT("Camera:AutoFocus", 1);
    [all...]

Completed in 751 milliseconds

1 2 3