sm8150-common: udfps: Update handler methods
Change-Id: I7778ba69dcdf2843d3c11f5bd0ec92f1887f7395
This commit is contained in:
@@ -104,6 +104,14 @@ class XiaomiMsmnileUdfpsHandler : public UdfpsHandler {
|
|||||||
void onFingerUp() {
|
void onFingerUp() {
|
||||||
// nothing
|
// nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void onAcquired(int32_t /*result*/, int32_t /*vendorCode*/) {
|
||||||
|
// nothing
|
||||||
|
}
|
||||||
|
|
||||||
|
void cancel() {
|
||||||
|
// nothing
|
||||||
|
}
|
||||||
private:
|
private:
|
||||||
fingerprint_device_t *mDevice;
|
fingerprint_device_t *mDevice;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user