diff options
| author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2022-09-09 15:49:40 +0200 |
|---|---|---|
| committer | drishal <drishalballaney@gmail.com> | 2022-09-19 14:12:17 +0530 |
| commit | ef1c5f8701f363e9217424b1212dabcca5409685 (patch) | |
| tree | ac212406a885b712f8718c4cedf850e1bec59def | |
| parent | c085da38cedaa4067a0b26c72e9014ca0a902429 (diff) | |
sm8250-common: udfps: Update handler methods
Change-Id: I7778ba69dcdf2843d3c11f5bd0ec92f1887f7395
| -rw-r--r-- | udfps/UdfpsHandler.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/udfps/UdfpsHandler.cpp b/udfps/UdfpsHandler.cpp index 6604dd5..bd50d23 100644 --- a/udfps/UdfpsHandler.cpp +++ b/udfps/UdfpsHandler.cpp @@ -87,6 +87,14 @@ class XiaomiKonaUdfpsHander : public UdfpsHandler { void onFingerUp() { // nothing } + + void onAcquired(int32_t /*result*/, int32_t /*vendorCode*/) { + // nothing + } + + void cancel() { + // nothing + } private: fingerprint_device_t *mDevice; }; |
