summaryrefslogtreecommitdiffstats
path: root/tests/fingerprint
Commit message (Collapse)AuthorAgeFilesLines
* Fingerprint: Add an API to get authenticator idSasha Levitskiy2015-04-161-0/+5
| | | | | Change-Id: If45ebc228425eaa43bf9abde934f8bb4e7d97e6c Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Clean up FingerprintManager API and make it public.Jim Miller2015-04-111-0/+15
| | | | Change-Id: I416dcc42fd70926875cc77e0c2cc958fdfcd9f9d
* Update fingerprint.h for new APIJim Miller2015-03-241-0/+5
| | | | | | | | | | | | | | 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: Fingerprint: Move the HAL to an async model, add some vendor ↵Sasha Levitskiy2014-04-221-5/+5
| | | | | | | requested functionality. Change-Id: Ib99e3edb99579ac4495918eb57d1022d75dccb57 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Hardware: Fingerprint: Introducing Fingerprint HALSasha Levitskiy2014-04-073-0/+131
Change-Id: I4e55c42841c3b6a1327a16bdf6d1d4bb3847c7f3 Signed-off-by: Sasha Levitskiy <sanek@google.com>