+0
−79
core/java/android/hardware/biometrics/IBiometricNativeHandle.aidl
deleted100644 → 0
+0
−26
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
We need to pass Surface objects to HIDL, but the Surface type is currently not supported in HIDL. The closest thing to a Surface in HIDL is a NativeHandle. The initial plan was to convert Surface objects to NativeHandle objects in framework, before passing them to HIDL. Unfortunately, there is no canonical way to perform the conversion using just the framework APIs. The only viable approach is to use the NDK conversion functions through the JNI. Bug: 150966034 Test: Manual, with a biometrics.face@1.1 HAL Change-Id: I24f775b576fcab7c0260537d6f9cdc35a4794436