Home
last modified time | relevance | path

Searched refs:acquireSurfaceHandle (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_biometrics_SurfaceToNativeHandleConverter.cpp67 jobject acquireSurfaceHandle(JNIEnv* env, jobject /* clazz */, jobject jSurface) { in acquireSurfaceHandle() function
116 reinterpret_cast<void*>(acquireSurfaceHandle)},
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceEnrollClient.java212 mOsPreviewHandle = FaceService.acquireSurfaceHandle(mPreviewSurface); in obtainSurfaceHandlesIfNeeded()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceService.java722 public static native NativeHandle acquireSurfaceHandle(@NonNull Surface surface); in acquireSurfaceHandle() method in FaceService