Searched refs:faceId (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFace.hal | 147 * the HAT or faceId is invalid. This must only be invoked after 164 * @param faceId the ID of the enrollment returned by onEnrollResult() for 168 setFeature(Feature feature, bool enabled, vec<uint8_t> hat, uint32_t faceId) 172 * Retrieves the current state of the feature. If the faceId is invalid, 175 * @param faceId the ID of the enrollment returned by enroll(). 179 getFeature(Feature feature, uint32_t faceId) generates (OptionalBool result); 223 * @param faceId The id correpsonding to the face to be removed; or 0 if all 229 remove(uint32_t faceId) generates (Status status);
|
D | IBiometricsFaceClientCallback.hal | 30 * @param faceId The id of the face template being enrolled. 35 oneway onEnrollResult(uint64_t deviceId, uint32_t faceId, int32_t userId, 43 * @param faceId The id of the face template that passed the authentication 49 oneway onAuthenticated(uint64_t deviceId, uint32_t faceId, int32_t userId,
|
/hardware/interfaces/biometrics/face/1.0/vts/functional/ |
D | VtsHalBiometricsFaceV1_0TargetTest.cpp | 234 void assertGetFeatureFails(const sp<IBiometricsFace>& service, uint32_t faceId, Feature feature) { in assertGetFeatureFails() argument 236 Return<void> res = service->getFeature(feature, faceId, [](const OptionalBool& result) { in assertGetFeatureFails()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCamera2HWICallbacks.cpp | 481 int32_t faceId = -1; in capture_channel_cb_routine() local 489 int32_t rc = pme->registerFaceImage(main_frame->buffer, &config, faceId); in capture_channel_cb_routine() 490 LOGH("DEBUG: registerFaceImage X, ret=%d, faceId=%d", rc, faceId); in capture_channel_cb_routine()
|