Searched refs:authenticated (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
D | BiometricsFingerprint.cpp | 314 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/ |
D | IBiometricsFingerprintClientCallback.hal | 42 * 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/ |
D | fingerprint.h | 117 fingerprint_authenticated_t authenticated; member
|
/hardware/intel/common/libva/va/wayland/ |
D | wayland-drm-client-protocol.h | 136 void (*authenticated)(void *data, member
|
/hardware/interfaces/soundtrigger/2.0/ |
D | types.hal | 43 /** trigger only if one user in mode authenticated */
|
/hardware/intel/common/libva/va/x11/ |
D | va_dri2str.h | 126 CARD32 authenticated B32;
|
D | va_dri.c | 246 rep.authenticated = 0; 247 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse) || !rep.authenticated) {
|
D | va_dristr.h | 142 CARD32 authenticated B32;
|
D | va_dri2.c | 209 return rep.authenticated; in VA_DRI2Authenticate()
|