sm8350-common: udfps: Update handler with newly introduced methods
Just stubs, at least for now. Change-Id: Iff5604b35368ad5f417265df4e2eaf5a09ff7d74
This commit is contained in:
parent
1799fe9571
commit
fdc534bb54
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user