summaryrefslogtreecommitdiffstats
path: root/modules/fingerprint
Commit message (Collapse)AuthorAgeFilesLines
* Fingerprint: Avoid passing structures where simple types should suffice.Sasha Levitskiy2015-06-101-1/+1
| | | | | | | Bug: 21282699 Change-Id: I02e13b7da0ad361a95b981f9745aac039151f356 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Fingerprint: Remove unused API elements.Sasha Levitskiy2015-06-081-1/+1
| | | | | Change-Id: Iba2f6a5bc7a2923c3e9b92684a2fab2190f14fd5 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Fingerprint: Add an API to get authenticator idSasha Levitskiy2015-04-161-0/+11
| | | | | Change-Id: If45ebc228425eaa43bf9abde934f8bb4e7d97e6c Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Fingerprint: Add auth token to enrollSasha Levitskiy2015-04-141-0/+1
| | | | Change-Id: Ied10a03213b8473b1a625229a75b7af6126d635a
* Clean up FingerprintManager API and make it public.Jim Miller2015-04-111-2/+2
| | | | Change-Id: I416dcc42fd70926875cc77e0c2cc958fdfcd9f9d
* Update fingerprint.h for new APIJim Miller2015-03-241-1/+1
| | | | | | | | | | | | | | This adds vendor-specific messaging capabilities to the HAL driver to avoid the possibility of vendors clobbering general-purpose methods. The framework translates these additional messages as an offset into a custom message array. Additionally, authenticate() now takes a group id to restrict authentication to a subset of possible fingerprints. Bug 16487912 Change-Id: I8a92a6c86b4729af03a5576b4a150b1c73fbc9cc
* hardware: libhardware: introduce new fingerprint HAL 2.0 features.Sasha Levitskiy2015-02-171-3/+21
| | | | | Change-Id: I4ab0a511417742a4b0b912ebf98a3773ec22bb10 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Add missing includes.Elliott Hughes2015-01-291-0/+1
| | | | Change-Id: I91730363386dae6ecb2193ec8f50ba9f8fc0ad60
* Hardware: Fingerprint: Fix the remove() argument, typos.Sasha Levitskiy2014-04-231-2/+2
| | | | | Change-Id: I99e8e2f24f0264c2217d67a75fe437756596053c Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Hardware: Fingerprint: Move the HAL to an async model, add some vendor ↵Sasha Levitskiy2014-04-221-14/+11
| | | | | | | requested functionality. Change-Id: Ib99e3edb99579ac4495918eb57d1022d75dccb57 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Hardware: Fingerprint: Add current version.Sasha Levitskiy2014-04-071-1/+1
| | | | | Change-Id: I8025276da558d1bf07735cd9d71ba1586566dd07 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Hardware: Fingerprint: Introducing Fingerprint HALSasha Levitskiy2014-04-072-0/+118
Change-Id: I4e55c42841c3b6a1327a16bdf6d1d4bb3847c7f3 Signed-off-by: Sasha Levitskiy <sanek@google.com>