/hardware/interfaces/biometrics/face/1.0/ |
D | types.hal | 17 package android.hardware.biometrics.face@1.0; 44 * This face HAL does not support this operation. 79 * Upon receiving a face error, clients must terminate the current operation and 98 * prevent programs from blocking the face HAL indefinitely. The timeout is 103 * example after 30 seconds of searching for a face it can be use to 123 * The current remove operation could not be completed; the face template 158 * The face acquired was good; no further user interaction is necessary. 163 * The face data acquired was too noisy or did not have sufficient detail. 170 * Because there was too much ambient light, the captured face data was too 180 * Because there was not enough illumination, the captured face data was too [all …]
|
D | IBiometricsFaceClientCallback.hal | 17 package android.hardware.biometrics.face@1.0; 20 * This callback interface is used by clients to recieve updates from the face 30 * @param faceId The id of the face template being enrolled. 39 * A callback invoked when a face has been successfully authenticated. 43 * @param faceId The id of the face template that passed the authentication 45 * @param userId The active user id for the authenticated face. 53 * A callback invoked when a face is acquired. 61 * service that acquired a face. 63 * face acquisition. 94 * A callback invoked when a face template has been removed. [all …]
|
D | IBiometricsFace.hal | 17 package android.hardware.biometrics.face@1.0; 22 * The HAL interface for biometric face authentication. 98 * Enrolls a user's face. 182 * Returns an identifier associated with the current face set. 184 * The authenticator ID must change whenever a new face is enrolled. The 185 * authenticator ID must not be changed when a face is deleted. The 192 * face enrollment. 207 * Enumerates all face templates associated with the active user. 209 * The onEnumerate() callback method is invoked once for each face template 218 * Removes a face template or all face templates associated with the active [all …]
|
D | Android.bp | 4 name: "android.hardware.biometrics.face@1.0",
|
/hardware/interfaces/camera/device/1.0/ |
D | types.hal | 114 * Start the face detection. This must be called only after preview is 118 * stop the face detection. This method is supported if CameraParameters 120 * than 0. Hardware and software face detection must not be running at the 121 * same time. If the face detection has started, apps must not send this 124 * In hardware face detection mode, CameraParameters KEY_WHITE_BALANCE, 127 * arg1 is the face detection type. It can be CAMERA_FACE_DETECTION_HW or 128 * CAMERA_FACE_DETECTION_SW. If the type of face detection requested is not 134 * Stop the face detection. 193 * Information for a single detected face. 197 * Bounds of the face [left, top, right, bottom]. (-1000, -1000) represents [all …]
|
/hardware/interfaces/biometrics/face/1.0/vts/functional/ |
D | VtsHalBiometricsFaceV1_0TargetTest.cpp | 35 using android::hardware::biometrics::face::V1_0::FaceAcquiredInfo; 36 using android::hardware::biometrics::face::V1_0::FaceError; 37 using android::hardware::biometrics::face::V1_0::Feature; 38 using android::hardware::biometrics::face::V1_0::IBiometricsFace; 39 using android::hardware::biometrics::face::V1_0::IBiometricsFaceClientCallback; 40 using android::hardware::biometrics::face::V1_0::OptionalBool; 41 using android::hardware::biometrics::face::V1_0::OptionalUint64; 42 using android::hardware::biometrics::face::V1_0::Status;
|
D | Android.bp | 21 static_libs: ["android.hardware.biometrics.face@1.0"],
|
/hardware/qcom/msm8998/kernel-headers/media/ |
D | msm_fd.h | 45 struct v4l2_rect face; member
|
/hardware/qcom/msm8998/original-kernel-headers/media/ |
D | msm_fd.h | 43 struct v4l2_rect face; member
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msm_fd.h | 45 struct v4l2_rect face; member
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
D | msm_fd.h | 44 struct v4l2_rect face; member
|
/hardware/qcom/msm8994/kernel-headers/media/ |
D | msm_fd.h | 44 struct v4l2_rect face; member
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | msm_fd.h | 43 struct v4l2_rect face; member
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
D | msm_fd.h | 53 struct v4l2_rect face; member
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
D | msm_fd.h | 53 struct v4l2_rect face; member
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 69 …cation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32… 75 …cation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32… 83 …tionGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFace face, uint32_t z, alloca…
|
D | Context.cpp | 188 …cation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32… in allocation2DWrite() argument 193 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocation2DWrite() 257 …cation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32… in allocation2DRead() argument 262 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocation2DRead() 349 …tionGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFace face, uint32_t z, alloca… in allocationGetPointer() argument 352 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocationGetPointer()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 252 * @param face AllocationCubemapFace 262 uint32_t lod, AllocationCubemapFace face, uint32_t w, 380 * @param face AllocationCubemapFace 391 uint32_t lod, AllocationCubemapFace face, uint32_t w, 534 * TODO: describe default values for lod, face, and z better. 542 * If Allocation lacks the corresponding dimension for lod, face, or z, an 549 * @param face AllocationCubemapFace 560 AllocationCubemapFace face, uint32_t z)
|
/hardware/interfaces/ |
D | current.txt | 448 e18ff318f3fc43db37f554696dc4e551abb9b119bde53950f73e28ce33a97a40 android.hardware.biometrics.face@1… 449 b6e55d7795bbafd011fb95a3b6d3954bf66c349e14cf107f3b72032ce3ceb448 android.hardware.biometrics.face@1… 450 95aa2f59e29e2f84d8e84320ace9b6682b426a16e897b4bd241375cbee0e07f3 android.hardware.biometrics.face@1…
|
/hardware/qcom/camera/msm8998/ |
D | QCamera_Intf.h | 961 fd_face_type face; member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 527 static void convertLandmarks(cam_face_landmarks_info_t face, int32_t* landmarks);
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 876 * and output (face rectangles).</p> 1490 * <p>Operating mode for the face detector 1537 * <p>List of the face confidence scores for 1611 * <p>List of face detection modes for ANDROID_STATISTICS_FACE_DETECT_MODE that are
|