Home
last modified time | relevance | path

Searched refs:tokenSize (Results 1 – 2 of 2) sorted by relevance

/system/core/fingerprintd/
DIFingerprintDaemon.cpp77 const ssize_t tokenSize = data.readInt32(); in onTransact() local
78 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()
DFingerprintDaemonProxy.cpp122 int32_t FingerprintDaemonProxy::enroll(const uint8_t* token, ssize_t tokenSize, int32_t groupId, in enroll() argument
125 if (tokenSize != sizeof(hw_auth_token_t) ) { in enroll()
126 ALOG(LOG_VERBOSE, LOG_TAG, "enroll() : invalid token size %zu\n", tokenSize); in enroll()