HomeSort by relevance Sort by last modified time
    Searched refs:AUTO_FOCUS (Results 1 - 5 of 5) sorted by null

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraActions.java 41 public static final int AUTO_FOCUS = 301;
93 case AUTO_FOCUS:
94 return "AUTO_FOCUS";
AndroidCamera2AgentImpl.java 377 case CameraActions.AUTO_FOCUS: {
379 Log.v(TAG, "handleMessage - Ignored AUTO_FOCUS because there was "
489 // Stop ignoring AUTO_FOCUS messages unless there are additional
    [all...]
AndroidCameraAgentImpl.java 488 case CameraActions.AUTO_FOCUS: {
490 Log.v(TAG, "handleMessage - Ignored AUTO_FOCUS because there was "
509 // Stop ignoring AUTO_FOCUS messages unless there are additional
    [all...]
  /frameworks/av/camera/
ICamera.cpp 37 AUTO_FOCUS,
190 remote()->transact(AUTO_FOCUS, data, &reply);
361 case AUTO_FOCUS: {
362 ALOGV("AUTO_FOCUS");
  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 63 private static final int AUTO_FOCUS = 10;
188 case AUTO_FOCUS:
367 mCameraHandler.obtainMessage(AUTO_FOCUS, cb).sendToTarget();

Completed in 477 milliseconds