e0d1ecf861
* Inline with curtana goodix impl Co-authored-by: bengris32 <bengris32@protonmail.ch> Change-Id: I05972ba7c023a000c853c96c518aaf82e3c25a92
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
/*
|
|
* Copyright (C) 2024 The LineageOS Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
package vendor.goodix.hardware.biometrics.fingerprint@2.1;
|
|
|
|
interface IGoodixFingerprintDaemonFidoCallback {
|
|
oneway onAuthenticatedFido(uint64_t devId, uint32_t fpId, vec<uint8_t> uvtData);
|
|
};
|