mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sdm710-common
synced 2026-01-27 18:28:08 +00:00
sdm710-common: udfps: Update handler methods
Change-Id: I7778ba69dcdf2843d3c11f5bd0ec92f1887f7395
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user