Searched refs:tokenSize (Results 1 – 2 of 2) sorted by relevance
77 const ssize_t tokenSize = data.readInt32(); in onTransact() local78 const uint8_t* token = static_cast<const uint8_t *>(data.readInplace(tokenSize)); in onTransact()81 const int32_t ret = enroll(token, tokenSize, groupId, timeout); in onTransact()
122 int32_t FingerprintDaemonProxy::enroll(const uint8_t* token, ssize_t tokenSize, int32_t groupId, in enroll() argument125 if (tokenSize != sizeof(hw_auth_token_t) ) { in enroll()126 ALOG(LOG_VERBOSE, LOG_TAG, "enroll() : invalid token size %zu\n", tokenSize); in enroll()