Home
last modified time | relevance | path

Searched refs:authenticated (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp314 if (msg->data.authenticated.finger.fid != 0) { in notify()
316 msg->data.authenticated.finger.fid, in notify()
317 msg->data.authenticated.finger.gid); in notify()
319 reinterpret_cast<const uint8_t *>(&msg->data.authenticated.hat); in notify()
321 std::vector<uint8_t>(hat, hat + sizeof(msg->data.authenticated.hat))); in notify()
323 msg->data.authenticated.finger.fid, in notify()
324 msg->data.authenticated.finger.gid, in notify()
331 msg->data.authenticated.finger.fid, in notify()
332 msg->data.authenticated.finger.gid, in notify()
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprintClientCallback.hal42 * Sent when a fingerprint is authenticated
44 * @param fingerId the fingerprint templetate that was authenticated
45 * @param groupId the groupid for the template that was authenticated
/hardware/libhardware/include/hardware/
Dfingerprint.h117 fingerprint_authenticated_t authenticated; member
/hardware/intel/common/libva/va/wayland/
Dwayland-drm-client-protocol.h136 void (*authenticated)(void *data, member
/hardware/interfaces/soundtrigger/2.0/
Dtypes.hal43 /** trigger only if one user in mode authenticated */
/hardware/intel/common/libva/va/x11/
Dva_dri2str.h126 CARD32 authenticated B32;
Dva_dri.c246 rep.authenticated = 0;
247 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse) || !rep.authenticated) {
Dva_dristr.h142 CARD32 authenticated B32;
Dva_dri2.c209 return rep.authenticated; in VA_DRI2Authenticate()