Searched refs:FaceDetectionListener (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyFaceDetectMapper.java21 import android.hardware.Camera.FaceDetectionListener;
84 mCamera.setFaceDetectionListener(new FaceDetectionListener() {
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraAgentImpl.java25 import android.hardware.Camera.FaceDetectionListener;
295 private void setFaceDetectionListener(FaceDetectionListener listener) {
549 setFaceDetectionListener((FaceDetectionListener) msg.obj);
1303 private static class FaceDetectionCallbackForward implements FaceDetectionListener {
/frameworks/base/core/java/android/hardware/
H A DCamera.java178 private FaceDetectionListener mFaceListener;
1821 public interface FaceDetectionListener interface in class:Camera
1839 public final void setFaceDetectionListener(FaceDetectionListener listener)
1846 * The camera will notify {@link FaceDetectionListener} of the detected
1872 * @see FaceDetectionListener
1900 * <p>When face detection is used with a camera, the {@link FaceDetectionListener} returns a
1903 * @see FaceDetectionListener
4167 * maximum length of the list returned from {@link FaceDetectionListener}.

Completed in 79 milliseconds