summaryrefslogtreecommitdiffstats
path: root/biometrics
Commit message (Collapse)AuthorAgeFilesLines
* Update VTS tests to support the latest BiometricsFace.halIlya Matyukhin2019-06-271-232/+151
| | | | | | Bug: 134967390 Test: vts-tradefed run commandAndExit vts-hal -m VtsHalBiometricsFaceV1_0Target Change-Id: Ifbd04d127626315efd8c8ce36636e550cbb843ff
* Address HIDL review commentsKevin Chyn2019-03-113-13/+9
| | | | | | | | | | | Fixes: 127852175 Test: builds Test: hidl-gen -L hash -r android.hardware:hardware/interfaces android.hardware.biometrics.face@1.0 hash added to current.txt Test: make -j56 VtsHalBiometricsFaceV1_0TargetTest Change-Id: I4a8b6db5824a686ec742ed826ff26e721ff26dc8
* Add SENSOR_DIRTY constantKevin Chyn2019-03-111-2/+7
| | | | | | | | | | Fixes: 127993599 Test: Test: hidl-gen -L hash -r android.hardware:hardware/interfaces android.hardware.biometrics.face@1.0 add updated hash to current.txt Test: Builds Change-Id: I98a7953f3a99f263709a15f143a3ca5fd062b489
* Merge "Finalize IBiometricsFace@1.0"Kevin Chyn2019-03-064-60/+114
|\
| * Finalize IBiometricsFace@1.0Kevin Chyn2019-03-054-60/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also update VTS tests Fixes: 125936336 Fixes: 124512763 Fixes: 123262389 Test: hidl-gen -L hash -r android.hardware:hardware/interfaces android.hardware.biometrics.face@1.0 add updated hash to current.txt Test: Builds Change-Id: I7949b251064d4578a89f6da834aadbfdf7e9a94f
* | Merge "Update makefies: no 'types' internal"Steven Moreland2019-03-051-9/+0
|\ \ | |/ |/|
| * Update makefies: no 'types' internalSteven Moreland2019-03-041-9/+0
| | | | | | | | | | | | Bug: 123976090 Test: N/A Change-Id: I84b659b163b63d39535b462a3df8a9c19f680976
* | Merge "Update makefies: no 'types'" am: 4ee5ec1469 am: bab622f6a6Steven Moreland2019-03-041-11/+0
|\ \ | |/ |/| | | | | | | am: 7224bc9bcf Change-Id: I434939e0770afa436c532a945542fce30a71ef7d
| * Update makefies: no 'types'Steven Moreland2019-03-041-11/+0
| | | | | | | | | | | | Bug: 123976090 Test: N/A Change-Id: I30fb04c81889b62775e1b764b965fdb0f893de17
| * pack VTS cc_test binaries as general-testsKeun Soo YIM2018-12-071-0/+1
| | | | | | | | | | | | | | Test: make general-tests Bug: 120093339 Merged-In: I363450d205868f900e4925ccff1430e2a569f2a4 Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
* | Implemented VTS tests for BiometricsFace.halIlya Matyukhin2019-03-012-0/+436
| | | | | | | | | | | | Test: manually built and ran the tests Fixes: 110708105 Change-Id: Id2882436b2346032b080cee16a9fc289ee3dbdc2
* | resetLockout should return Status instead of boolKevin Chyn2019-02-131-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | The actual lockout reset is asynchronous and returns its result in the onLockoutChanged() callback Bug: 121196511 Bug: 121198195 Bug: 123262389 Test: Builds Change-Id: Ia5fd34d77ae1f8dba1a943e0e1fc51d458753090
* | Merge "Add onLockoutChanged for IBiometricsFace"Kevin Chyn2019-02-131-0/+15
|\ \
| * | Add onLockoutChanged for IBiometricsFaceKevin Chyn2019-02-121-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lockout is moved to the HAL (as compared to IBiometricsFingerprint@2.1) To maintain public API behavior (BiometricPrompt) there needs to be a way to synchronously retrieve the lockout status. Bug: 121196511 Bug: 121198195 Bug: 123262389 Test: Builds Change-Id: Idb0a1225451e9f123ccb42accbbbd2914ad6cabc
* | | Update makefiles.Steven Moreland2019-02-111-0/+1
|/ / | | | | | | | | | | Bug: 123976090 Test: N/A Change-Id: I5fb6c126a090a3fe0fa4829ea9224564133dc1ae
* | Merge "Fix incorrect comments in types.hal"TreeHugger Robot2019-02-011-3/+3
|\ \
| * | Fix incorrect comments in types.halKevin Chyn2019-01-311-3/+3
| | | | | | | | | | | | | | | | | | | | | Bug: 123262389 Test: Builds Change-Id: I56f60c5ac61be6fdd1f1c49f5a7d8ac0e41d2572
* | | Removed completed TODOs from IBiometricsFace HIDL.Zachary Iqbal2019-01-311-3/+0
|/ / | | | | | | | | Change-Id: I6ef9de184acfe3e1b7dd7f3519c64cc74fb6506d Test: Built locally.
* | Add ACQUIRED_START messageKevin Chyn2019-01-281-1/+11
| | | | | | | | | | | | | | | | Fixes: 123520106 Bug: 117060268 Test: Builds Change-Id: Ie2fda4f2cdbae1d9b5f2ed08975f3cd8e98c169b
* | Add additional acquired constantsKevin Chyn2019-01-241-1/+44
| | | | | | | | | | | | | | Fixes: 123101870 Test: Builds Change-Id: I67365b4a821c43ac01810119e9f1fa24f27d3c7f
* | Move lockout to below the HALKevin Chyn2018-12-142-1/+18
| | | | | | | | | | | | | | Fixes: 120630211 Test: builds Change-Id: I87ae317110d0ef6cf5b82afe6ee7724527f9f64e
* | Allow multiple accessibility featuresKevin Chyn2018-12-112-23/+29
| | | | | | | | | | | | | | Fixes: 120578823 Test: builds Change-Id: I9f823f0f00e6a6030d777844aedf90b982b2e291
* | Adding uhid permissions to default fingerprint rcAndrew LeCain2018-12-031-2/+2
| | | | | | | | | | | | | | Test: Sailfish has fingerprint present Bug: 120112580 Change-Id: I11c3bf02ddb2102a6d326a35e360e067812b0b75
* | pack VTS cc_test binaries as general-testsKeun Soo YIM2018-11-271-0/+1
| | | | | | | | | | | | Test: make general-tests Bug: 120093339 Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
* | Add face acquired constantsKevin Chyn2018-10-251-1/+14
| | | | | | | | | | | | | | Fixes: 118382625 Test: Builds Change-Id: I3c9203c7e593aee3b110dd00e31687e364ff78bc
* | Add IBiometricsFace#userActivityKevin Chyn2018-10-031-1/+17
| | | | | | | | | | | | | | Fixes: 116821097 Test: builds Change-Id: I88363e186a41ce65665122606b357c7d31d8c18d
* | Add timeout parameter to generateChallengeKevin Chyn2018-09-241-1/+5
| | | | | | | | | | | | | | Fixes: 115925222 Test: builds Change-Id: Idac1730b36eadb5acdb6420cc330585ebb2f3197
* | Update FaceAcquiredInfo commentsKevin Chyn2018-09-191-3/+9
| | | | | | | | | | | | | | Fixes: 110887097 Test: builds Change-Id: Ia38043cf292401aea15a34118c2cc59cacd743f0
* | Add setter/getter for requireAttentionKevin Chyn2018-09-053-21/+75
| | | | | | | | | | | | | | | | | | Also renames pre/postEnroll to get/revokeChallenge Bug: 110597778 Test: builds Change-Id: I5547504b27e0f6d304f016e02be91aa15e548e5f
* | Update Face HIDL enroll methodKevin Chyn2018-09-051-1/+11
| | | | | | | | | | | | | | Bug: 110597778 Test: builds Change-Id: I61e4f4a61ad0561448bc50a29b84b668e9569551
* | vts fingerprint: IWYU utils/Condition.h am: 75023074cf am: 7f55da96a7 am: ↵Steven Moreland2018-08-081-0/+1
|\| | | | | | | | | | | | | | | 342802f1f5 am: c11f6da572 Change-Id: I48596a08a52e3661d05c52edcd7e79d48bcbbed5
| * vts fingerprint: IWYU utils/Condition.hSteven Moreland2018-08-071-0/+1
| | | | | | | | | | | | | | | | | | | | The standard library should be used instead of this class in new code, but for simplicity, just IWYU (exposed by removing some headers from some HIDL). Bug: 65843592 Test: m only Change-Id: Ib27c4c89a6aae551ebaeed05fc1bbadd780f4ba0
* | Added initial HIDL interface for the biometric face HAL.Zachary Iqbal2018-06-194-0/+588
|/ | | | | | | | | | | | Notes: - Added a basic interface, a stub callback interface and a stubs for needed public types. - Ran make hidl-gen -j64 && hardware/interfaces/update-makefiles.sh to create build files for the interface. Bug: 79577138 Test: None added. This commit simply adds a new interface. Change-Id: I14b7238dd9ee1076f77c1b60117bdaa156a4f0f5
* Modified tests to account for different directories being used based onjoshmccloskey2018-05-291-4/+22
| | | | | | | | different first API levels Fixes: 80028983 Test: Ran tests on P17 and P18 Change-Id: I2752c5b8e15dc5e3ee386b0079a75b482a21543f
* fpc: keep fpc in system-backgroundTim Murray2018-03-211-0/+1
| | | | | | | | | | | | The fingerprint HAL is insensitive to increased CPU throughput, but it also has a tendency to spin while waiting for FP hardware. Limit FPC to the system-background cpuset in order to avoid increased power consumption when accidentally touching the fingerprint sensor. bug 76115243 Test: fingerprint in system-background cpuset on taimen Change-Id: Iaffe6f63bd76b7a1c4acaf0cae980840af515961
* Convert fingerprint hal test to use VtsHalHidlTargetTestEnvBase am: ↵Zhuoyao Zhang2018-02-091-2/+18
|\ | | | | | | | | | | | | | | e95d49ac44 am: 8c85bdb217 am: 1d56f169e2 Change-Id: Icc48f25f2800a5780f467c406c8d7a59e483ad04
| * Convert fingerprint hal test to use VtsHalHidlTargetTestEnvBaseZhuoyao Zhang2018-02-081-2/+18
| | | | | | | | | | | | | | | | Bug: 64203181 Test: make vts vts-tradefed run vts -m VtsHalBiometricsFingerprintV2_0Target Change-Id: Ia5be72669a8abae64009c659b6c991a0e64c2d0d
| * Merge "Remove subdirs" into stage-aosp-masterTreeHugger Robot2017-11-291-6/+0
| |\
| | * Remove subdirsSteven Moreland2017-11-281-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | Removing whenever I see these in code reviews. Test: none Merged-In: I4322f533a837d55618ec2ed2125e8966ace9d61d Change-Id: I4322f533a837d55618ec2ed2125e8966ace9d61d
* | | Merge "Remove subdirs"TreeHugger Robot2017-11-291-6/+0
|\ \ \
| * | | Remove subdirsSteven Moreland2017-11-281-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing whenever I see these in code reviews. Test: none Merged-In: I4322f533a837d55618ec2ed2125e8966ace9d61d Change-Id: I4322f533a837d55618ec2ed2125e8966ace9d61d
* | | | Use -Werror in hardware/interfaces/biometrics/fingerprint am: 5631258f07 am: ↵Chih-Hung Hsieh2017-11-292-1/+4
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | a5d28736f4 am: f5f555522b Change-Id: Ic3bc06c4a3a404f395ced8a64b04d4d27905d3b7
| * | Use -Werror in hardware/interfaces/biometrics/fingerprintChih-Hung Hsieh2017-11-292-1/+4
| |\ \ | | |/ | |/| | | | | | | | | | am: 5631258f07 Change-Id: I6c81b78c4d00faccefdaa3e40ebcecc26222c5e9
| | * Use -Werror in hardware/interfaces/biometrics/fingerprintChih-Hung Hsieh2017-11-282-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | * Fix warning of unused function call result. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I91da207b80d0715d015195357d645f8cf324fa1e
| * | Merge commit '1a06284b24f5eb7bb9c1fea0817da8898b3b1bff' fromXin Li2017-11-142-0/+3
| |\ \ | | |/ | |/| | | | | | | | | | | | | oc-mr1-dev-plus-aosp into stage-aosp-master Change-Id: I2a044eb8c9981d0a8198ffe2df55559afbd76341 Merged-In: I4fb9f18884f7ef21162015a0032c4431444f7025
| * | Update makefiles for hidl_interface.Steven Moreland2017-11-101-174/+19
| | | | | | | | | | | | | | | | | | Bug: 35570956 Test: manual Change-Id: I7a220b78ee081240e1dc30ef5672ba39e3e98375
* | | Updating makefiles for hidl_interface.Steven Moreland2017-11-131-174/+19
| | | | | | | | | | | | | | | | | | | | | Bug: 64487114 Test: manual Merged-In: Ie13d9e014cf2b81c18c67f551b4644fb9f0ba812 Change-Id: Ie13d9e014cf2b81c18c67f551b4644fb9f0ba812
* | | Merge "Automatic mk -> bp." am: e5fd969f19 am: 72c720a4e3Steven Moreland2017-11-073-21/+22
|\ \ \ | | | | | | | | | | | | | | | | | | | | am: 26013bf6ac Change-Id: Id936fb4806d122045c771c951220361efeef10c6
| * | | Merge "Automatic mk -> bp." am: e5fd969f19Steven Moreland2017-11-073-21/+22
| |\| | | | |/ | |/| | | | | | | | | | am: 72c720a4e3 Change-Id: Icfc8b46117e94461906806023852836a0ace3a55
| | * Automatic mk -> bp.Steven Moreland2017-11-033-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic mk -> bp conversion for all modules here which can be converted and built automatically. Test: Soong resolves all dependencies Bug: 37512442 Change-Id: Ib789212cb88d55731397c600d132e7c672c0d8be