sm7250-common: udfps: Update handler methods

Change-Id: I7778ba69dcdf2843d3c11f5bd0ec92f1887f7395
This commit is contained in:
Sebastiano Barezzi 2022-09-09 15:49:40 +02:00 committed by mikairyuu
parent fb54a034b4
commit 02e5e42e7d

View File

@ -87,6 +87,14 @@ class XiaomiLitoUdfpsHander : public UdfpsHandler {
void onFingerUp() {
// nothing
}
void onAcquired(int32_t /*result*/, int32_t /*vendorCode*/) {
// nothing
}
void cancel() {
// nothing
}
private:
fingerprint_device_t *mDevice;
};