Lines Matching refs:enroll
75 msg->data.enroll.finger.fid,
76 msg->data.enroll.finger.gid,
77 msg->data.enroll.samples_remaining);
79 msg->data.enroll.finger.fid,
80 msg->data.enroll.finger.gid,
81 msg->data.enroll.samples_remaining);
132 int32_t FingerprintDaemonProxy::enroll(const uint8_t* token, ssize_t tokenSize, int32_t groupId,
134 ALOG(LOG_VERBOSE, LOG_TAG, "enroll(gid=%d, timeout=%d)\n", groupId, timeout);
136 ALOG(LOG_VERBOSE, LOG_TAG, "enroll() : invalid token size %zu\n", tokenSize);
140 return mDevice->enroll(mDevice, authToken, groupId, timeout);