Lines Matching refs:gid
162 uint32_t gid, uint32_t timeoutSec) { in enroll() argument
165 return ErrorFilter(mDevice->enroll(mDevice, authToken, gid, timeoutSec)); in enroll()
184 Return<RequestStatus> BiometricsFingerprint::remove(uint32_t gid, uint32_t fid) { in remove() argument
185 return ErrorFilter(mDevice->remove(mDevice, gid, fid)); in remove()
188 Return<RequestStatus> BiometricsFingerprint::setActiveGroup(uint32_t gid, in setActiveGroup() argument
198 return ErrorFilter(mDevice->set_active_group(mDevice, gid, in setActiveGroup()
203 uint32_t gid) { in authenticate() argument
204 return ErrorFilter(mDevice->authenticate(mDevice, operationId, gid)); in authenticate()
292 msg->data.enroll.finger.gid, in notify()
296 msg->data.enroll.finger.gid, in notify()
304 msg->data.removed.finger.gid, in notify()
308 msg->data.removed.finger.gid, in notify()
317 msg->data.authenticated.finger.gid); in notify()
324 msg->data.authenticated.finger.gid, in notify()
332 msg->data.authenticated.finger.gid, in notify()
341 msg->data.enumerated.finger.gid, in notify()
345 msg->data.enumerated.finger.gid, in notify()