sm8350-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 committed by Arian
parent 1799fe9571
commit fdc534bb54

View File

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