Searched defs:fingerId (Results 1 - 2 of 2) sorted by relevance

/system/core/fingerprintd/
H A DIFingerprintDaemon.cpp121 const int32_t fingerId = data.readInt32(); local
123 const int32_t ret = remove(fingerId, groupId);
H A DFingerprintDaemonProxy.cpp166 int32_t FingerprintDaemonProxy::remove(int32_t fingerId, int32_t groupId) { argument
167 ALOG(LOG_VERBOSE, LOG_TAG, "remove(fid=%d, gid=%d)\n", fingerId, groupId);
168 return mDevice->remove(mDevice, groupId, fingerId);

Completed in 178 milliseconds