Giovanni Ricca
0b9578f93f
aidl: fingerprint: Add support to different Fingerprint module ID
...
Some devices may use a different module ID than
FINGERPRINT_HARDWARE_MODULE_ID (for example gf_fingerprint).
Let's handle the case for them as well.
Change-Id: I739ae664dec42792d98254352177a74afac98e4f
2024-12-26 01:52:39 +00:00
Giovanni Ricca
4f64b9337e
aidl: fingerprint: Use soong to decide which arch to build
...
Some devices got 64bit kernelspace ported, but they need to use the
original 32bit HALs.
device.mk:
$(call soong_config_set,xiaomi_hardware_biometrics,run_32bit,true)
Change-Id: I5176147a4da3a8069bcfb35d64fdaa48e23190e2
2024-12-26 01:52:23 +00:00
Jens Reidel
cd290f7707
aidl: fingerprint: Allow setting more than one sensor location
...
There are several devices that have only a single display, but different
panels that have different IDs. Since V, display ID is required for the
fingerprint location. The current implementation therefore isn't
suitable anymore. This adds support for specifying multiple locations in
a comma-separated list while retaining backwards compatibility.
Change-Id: Icaa065c9c926503ff07e35ccf64a86ffa1cfd721
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2024-12-26 01:52:12 +00:00
Arian
ab9d6cdcfd
aidl: fingerprint: Eat vendor acquired messages
...
UdfpsController is calling tryAodSendFingerUp when it receives
a vendor acquired message which in turn calls onPointerUp.
Since our sensors are sending a vendor acquired message during
scanning, the hal is informed about a finger up event and thus
disables hbm etc. during scanning in aod/screen off states.
[1]: 6cc7c9df3a/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsController.java (332)
[2]: 6cc7c9df3a/core/java/android/hardware/biometrics/BiometricFingerprintConstants.java (352)
Change-Id: I0e3a7113a1ca2cc2c07f141a5e325b0ed61913ca
2024-12-26 01:52:03 +00:00
basamaryan
54166cb529
fingerprint: Move UDFPS handler and extension out of HIDL
...
Change-Id: Ib78169536cfb3c96b8437dc9b3341837c31c7362
2024-12-26 01:51:48 +00:00
Fabian Leutenegger
672f21febe
aidl: fingerprint: Initial Xiaomi implementation
...
Co-authored-by: IPSBHANGU <inderpreetbhangu2@gmail.com>
Change-Id: Ib410ef5d92747deb9af34b3eb88f620c75797618
2024-12-26 01:50:03 +00:00
Tim Zimmermann
67eba27583
aidl: fingerprint: Initial stub service
...
Change-Id: I1e0594b88d5230f8c99a6efb0a7dafcbf6ea137a
2024-12-26 01:49:38 +00:00
Giovanni Ricca
263cc79a71
interfaces: com.fingerprints: Add IFpcFingerprintAuthenticator
...
* From sunstone fpc stack
Change-Id: I5a3ba0161bec5bc4788c02a5aa896a9ad1b1f3d0
2024-12-11 18:02:14 -05:00
pjgowtham
088c127231
fingerprint: Set dim layer zOrder
...
Requires: I367b2c395aeb8cb7cb9e3cc38eca98477befe007
Change-Id: I881db78186fa9c7b350e79ac4ef90f53ee4cfbcf
2024-11-11 16:59:05 +00:00
Cyber Knight
75ec86f76a
vintf: Add IFingerprintOptical interface to FCM
...
Change-Id: I2174e9069d5afb76ac43dbff8863b0ac1548a799
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
2024-11-08 14:35:25 -05:00
Arian
33aacfc7ca
hidl: fingerprint: Eat vendor acquired messages
...
UdfpsController is calling tryAodSendFingerUp when it receives
a vendor acquired message which in turn calls onPointerUp.
Since our sensors are sending a vendor acquired message during
scanning, the hal is informed about a finger up event and thus
disables hbm etc. during scanning in aod/screen off states.
[1]: 6cc7c9df3a/packages/SystemUI/src/com/android/systemui/biometrics/UdfpsController.java (332)
[2]: 6cc7c9df3a/core/java/android/hardware/biometrics/BiometricFingerprintConstants.java (352)
Change-Id: Idffc6582b263b1a1fc0d49322aea4cbf8ff13ec8
2024-11-07 22:50:59 +01:00
Arian
7bc51fe4b0
Drop powershare HIDL
...
There is a default lineage service now which can be used instead
Change-Id: I75807614d0af63ff077cb02655dd482c5623c6f7
2024-10-25 21:23:55 +00:00
Sebastiano Barezzi
40728c3a73
interfaces: fx.tunnel: Fixup
...
Change-Id: I7f8a8b1ab7fda8bf7f35bb12a2cee97f3a9f3763
2024-10-14 18:06:42 +02:00
basamaryan
cdc6694adc
hidl: biometrics: fingerprint: Run clang-format
...
Change-Id: Ia1a05b3975fba530f5a8c2cc6304c4147c1df2d3
2024-10-10 11:55:16 -04:00
Arian
4b8b52d599
sensors: Implement udfps long press sensor
...
Change-Id: I49773535f47c538b1ff210245109dd63c18d32cb
2024-09-29 20:18:03 +02:00
Arian
b5ae2b09f2
sensors: Implement single tap sensor
...
Change-Id: I838121ffc627fb8091ce16e0ec4499f5f44bc446
2024-09-29 17:21:57 +02:00
Cosmin Tanislav
55b7558c79
sensors: Implement double tap sensor
...
Change-Id: I6c217c994d6e4d5ae062a31a44fffc9f097a7f6f
2024-09-29 17:21:57 +02:00
Arian
0fb685b768
sensors: Let the reading of poll fd be configurable
...
Change-Id: I554a238c11a87d89687b60d3f39446c8f2ff7e2a
2024-09-29 17:21:47 +02:00
bengris32
2064bd02d4
hidl: sensors: 2.1: Add additional pick-up sensor name
...
Change-Id: I1f6216cfca6a3bd1c223eb2ba26afa33082fe261
Co-authored-by: LinkBoi00 <linkdevel@protonmail.com>
Signed-off-by: bengris32 <bengris32@protonmail.ch>
2024-09-28 12:50:17 +01:00
bengris32
66ebac4090
hidl: sensors: 1.0: Add additional pick-up sensor name
...
Change-Id: I83caf59c0e4857f108819238b006b377fda985be
Co-authored-by: LinkBoi00 <linkdevel@protonmail.com>
Signed-off-by: bengris32 <bengris32@protonmail.ch>
2024-09-28 11:49:18 +00:00
Hadad
5f470c822a
vintf: Merge FPC fingerprint HIDL interfaces altogether
...
Separating version 1.0-3.0 is not necessary.
Change-Id: I5ff8edebe7e22b3f34e9283c5f72e69d594c3bd3
2024-09-28 11:47:32 +00:00
Hadad
bdb82fc5f3
vintf: Add legacy Goodix to FCM.
...
This commit is following changes of:
* interfaces: Add vendor.goodix.hardware.fingerprint@1.0
Change-Id: I29c39a8652c5e71174324fa2c12d1a578245c429
Change-Id: I6a7f497c0e39ae3321805b01a842db78e3a38a7a
2024-09-28 11:47:32 +00:00
Hadad
51bb87379b
vintf: Add FPC 2.0 version to FCM.
...
This commit following changes of:
* interfaces: Add fingerprints extension 2.0
Change-Id: I56038622e2e9b4ca7de9ee2e05eaa9fade853fa8
Change-Id: Ib1281a6725aaa1e26b32d1234bb56cdec0ec930a
2024-09-28 11:47:32 +00:00
Giovanni Ricca
9356e8d208
interfaces: Add vendor.goodix.hardware.fingerprint@1.0
...
Change-Id: I29c39a8652c5e71174324fa2c12d1a578245c429
2024-09-28 11:47:32 +00:00
Dhina17
613dfc6690
interfaces: Add fingerprints extension 2.0
...
Change-Id: I56038622e2e9b4ca7de9ee2e05eaa9fade853fa8
2024-09-28 11:47:32 +00:00
Dhina17
9929c6a01f
interfaces: Move fingerprints extension@1.0 types to types.hal
...
Change-Id: Ica449d8f22d2988027abc1ac4b29cccff096268b
2024-09-28 11:47:32 +00:00
bengris32
1f09af7a5a
interfaces: fxtunnel: Add fxtunnel 1.0 interface
...
Change-Id: I8bb9afc727213c7b9e74497d44ffb2bf95bd5a5f
Signed-off-by: bengris32 <bengris32@protonmail.ch>
2024-09-28 11:11:27 +00:00
bengris32
91af720f56
interfaces: mfidoca: Add mfidoca 1.0 interface
...
Change-Id: If7e002ee448c417290ccc68ac15da2b4772e25fe
Signed-off-by: bengris32 <bengris32@protonmail.ch>
2024-09-28 11:11:27 +00:00
bengris32
5a88d8559b
interfaces: mtdservice: Add mtdservice 1.3 interface
...
Change-Id: I24df98f5f206fb85480c57ad50a8368ede97a0a5
Signed-off-by: bengris32 <bengris32@protonmail.ch>
2024-09-28 11:11:27 +00:00
ralph950412
fff59ed344
Drop 2.1 sensors HIDL
...
Change-Id: I9df77e2634e2c7559094caf1c45fbff3b3774479
2024-09-28 11:10:33 +00:00
Cosmin Tanislav
e743eba68a
aidl: sensors: Standardize xiaomi pickup sensor
...
* use standard sensor type
* ignore non-wakeup sensor variant
* ignore events that do not properly match a pickup
Change-Id: Ibe2f9fee1551da613713d40c1b8d0a26d38a93ae
Signed-off-by: ralph950412 <ralph950412@gmail.com>
2024-09-28 11:10:33 +00:00
Cosmin Tanislav
da9e56f0ae
aidl: sensors: Avoid target name conflicts
...
Change-Id: Ib6426caf68fe1a7a7f637bdc5c4f0036866f8b78
Signed-off-by: ralph950412 <ralph950412@gmail.com>
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
2024-09-28 11:10:33 +00:00
Arian
67564b7de5
aidl: sensors: Change default applicable license to Android-Apache-2.0
...
hardware_interfaces_license is not available here.
Change-Id: I8c8d00cdeda2739c3e4419f979f1fbf0ef66fc0a
2024-09-28 11:10:33 +00:00
ralph950412
895ee9099e
aidl: sensors: Import 2.X sensors hal proxy
...
* From android-14.0.0_r15
Change-Id: Id6f37920db2869574ca1b8e04c10e6ec3268ad4b
Signed-off-by: ralph950412 <ralph950412@gmail.com>
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
2024-09-28 11:10:33 +00:00
ralph950412
b8298ba75f
aidl: sensors: Import aidl sensors MultiHal
...
* From android-14.0.0_r15
Change-Id: Id7d8dfae1290bdba84d5a9f4c6583d54a2769ba8
Signed-off-by: ralph950412 <ralph950412@gmail.com>
2024-09-28 11:10:33 +00:00
hipexscape
e5858d50ed
vintf: Add vendor.goodix.hardware.cap.biometrics.fingerprint to FCM
...
Change-Id: I10bbe59456ec0174cb13271710e44800fe29ad61
2024-08-31 13:57:19 +00:00
Sebastiano Barezzi
424428e9b5
ir: Stop setting duty cycle
...
Change-Id: Ibafc8877123abf26d8007ffdb2a7b3c9cfead2c8
2024-08-31 12:12:17 +00:00
Sebastiano Barezzi
5a47da0c4f
Drop HIDL IR HAL
...
Change-Id: Ic0805a38470afae5506602ac6ccdafb58d1c7cb9
2024-08-31 12:12:08 +00:00
Sebastiano Barezzi
a271b57c99
Rewrite IR HAL in AIDL
...
Change-Id: Ie27056c065766ab802ee337ced921876726de5cb
2024-08-31 12:10:28 +00:00
Arian
1f819b04da
sensors: Create v{1,2} subdirectories for respective subhals
...
Change-Id: Ieda99f54e448690c7b2e6bcf1233a27233c63822
2024-08-31 09:58:45 +00:00
Chris Kuiper
edb5655662
hidl: sensors: 2.1: HalProxy: Forward 'lshal debug' options.
...
Bug: 262655635
Test: Temporarily added logs to verify option arguments are correctly
forwarded.
Change-Id: Idef9b3371c332b8578cbfa88ba7d4bf4c68155e3
2024-08-29 19:28:20 +00:00
Aditya Chitnis
2d14c1f3be
hidl: sensors: 2.1: Adding suport for multiple multihal config files
...
Bug: 259450346
Test: Presubmits
Change-Id: Ic7b113e6b8bf94e0c0ffe539f965232b24bdf66d
2024-08-29 19:28:20 +00:00
Cosmin Tanislav
06ea5c2c31
sensors: Create sysfs polling one shot sensor
...
Change-Id: Ie78d7729201836bacd65a57f76e22adb61159192
2024-08-29 19:20:47 +00:00
Cosmin Tanislav
a42b3ba35a
sensors: Fix locking around setOperationMode and activate
...
Change-Id: I9a09f45f012662c8f92fa40da3a4b9dd691a1b2c
2024-08-29 19:20:47 +00:00
Cosmin Tanislav
baface41a9
sensors: Move one shot sensor out of main class
...
Change-Id: Ib7ac0c55409f2dc7f8fb114167e9f4b2e8859223
2024-08-29 19:20:47 +00:00
Cosmin Tanislav
644a807b49
sensors: Make sensor set mode operation function virtual
...
Change-Id: I62c94a6ad250417162cfc9eaca8cb490ce650d9c
2024-08-29 19:20:47 +00:00
Cosmin Tanislav
b4ec0abb94
sensors: Make sensor flush function virtual
...
Change-Id: I46532fc726d9e0c2073100ff1f6008fcde9e821c
2024-08-29 19:20:47 +00:00
Cosmin Tanislav
54c5a062b4
sensors: Make sensor run function virtual
...
Change-Id: Ie50900903bbf4a302baff084f229c37c5c324742
2024-08-29 19:20:47 +00:00
Cosmin Tanislav
deca21a87d
sensors: Make sensor batch function virtual
...
Change-Id: I2de1e919234c4893b0b70390c0189cae38dbbe6c
2024-08-29 19:20:47 +00:00
Cosmin Tanislav
649fca1354
Add dummy sensors sub HAL
...
Change-Id: Ie20ed775344990de3e16e2eefba1754d831027fb
2024-08-29 19:20:47 +00:00