sdm845-common: udfps: Update handler with newly introduced methods

Just stubs, at least for now.

Change-Id: Iff5604b35368ad5f417265df4e2eaf5a09ff7d74
This commit is contained in:
Bruno Martins 2022-09-09 14:41:42 +01:00
parent 21b50d7f67
commit f8b7f4d298

View File

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