sdm710-common: udfps: Update handler methods

Change-Id: I7778ba69dcdf2843d3c11f5bd0ec92f1887f7395
This commit is contained in:
Sebastiano Barezzi
2022-09-09 15:49:40 +02:00
parent 68de91771d
commit b71a11f8ac

View File

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