Skip to content

Commit

Permalink
Add show|hide udfps view callbacks to IBiometricsFingerprint@2.3 [2/2]
Browse files Browse the repository at this point in the history
Change-Id: Ib8d77b139795769a22f54d780f0c1d7906f708cd
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
  • Loading branch information
SagarMakhar authored and afterallafk committed May 5, 2022
1 parent 23feaeb commit 56f8425
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions biometrics/fingerprint/2.3/IBiometricsFingerprint.hal
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,14 @@ interface IBiometricsFingerprint extends @2.2::IBiometricsFingerprint {
* previously caused a "finger down" event will be reported.
*/
onFingerUp();

/**
* Called when an Udfps overlay is shown
*/
onShowUdfpsOverlay();

/**
* Called when an Udfps overlay is hidden
*/
onHideUdfpsOverlay();
};
3 changes: 3 additions & 0 deletions current.txt
Original file line number Diff line number Diff line change
Expand Up @@ -904,4 +904,7 @@ c8a57364f6ad20842be14f4db284df5304f7521ca8eac6bcc1fa6c5b466fb8a6 android.hardwar
# HALs released in Android SCv2
77f6fcf3fd0dd3e424d8a0292094ebd17e4c35454bb9abbd3a6cbed1aba70765 android.hardware.camera.metadata@3.7::types

# Modified
34e9846b11f31baa5fdb0276ff6b5e22d256e65728ec5340fc57847619088294 android.hardware.biometrics.fingerprint@2.3::IBiometricsFingerprint

# There should be no more HIDL HALs - please use AIDL instead.

0 comments on commit 56f8425

Please sign in to comment.