/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | TestHal.java | 88 byte enrollmentType, byte[] features, NativeHandle previewSurface) { in createSession() argument 202 NativeHandle previewSurface, OperationContext context) { in createSession() 203 return enroll(hat, enrollmentType, features, previewSurface); in createSession()
|
H A D | FaceEnrollClient.java | 92 @Nullable Surface previewSurface, int sensorId, in FaceEnrollClient() argument 105 mPreviewSurface = previewSurface; in FaceEnrollClient()
|
H A D | FaceProvider.java | 410 @Nullable Surface previewSurface, boolean debugConsent) { in scheduleEnroll() argument 419 ENROLL_TIMEOUT_SEC, previewSurface, sensorId, in scheduleEnroll()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/extension/ |
H A D | ISessionProcessorImpl.aidl | 34 in Map<String, CameraMetadataNative> charsMap, in OutputSurface previewSurface, in initSession() argument
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2ReprocessCaptureTest.java | 875 private void setupReprocessableSession(Surface previewSurface, int numImageWriterImages) in setupReprocessableSession() argument 883 if (previewSurface != null) { in setupReprocessableSession() 884 outSurfaces.add(previewSurface); in setupReprocessableSession() 1018 private void startPreview(Surface previewSurface) throws Exception { in startPreview() argument 1020 builder.addTarget(previewSurface); in startPreview()
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | IFaceService.aidl | 96 in Surface previewSurface, boolean debugConsent); in enroll() argument
|
H A D | FaceManager.java | 340 EnrollmentCallback callback, int[] disabledFeatures, @Nullable Surface previewSurface, in enroll() argument 372 previewSurface, debugConsent); in enroll()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | ServiceProvider.java | 81 @NonNull int[] disabledFeatures, @Nullable Surface previewSurface, in scheduleEnroll() argument
|
H A D | FaceService.java | 188 final int[] disabledFeatures, Surface previewSurface, boolean debugConsent) { in enroll() argument 198 receiver, opPackageName, disabledFeatures, previewSurface, debugConsent); in enroll()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceEnrollClient.java | 63 @Nullable Surface previewSurface, int sensorId, in FaceEnrollClient() argument
|
H A D | Face10.java | 613 @Nullable Surface previewSurface, boolean debugConsent) { in scheduleEnroll() argument 621 ENROLL_TIMEOUT_SEC, previewSurface, mSensorId, in scheduleEnroll()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | Camera.java | 1103 Surface previewSurface = null; in setPreviewCallbackAllocation() local 1128 previewSurface = previewAllocation.getSurface(); in setPreviewCallbackAllocation() 1133 setPreviewCallbackSurface(previewSurface); in setPreviewCallbackAllocation()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraAdvancedExtensionSessionImpl.java | 259 OutputSurface previewSurface = initializeParcelable(mClientRepeatingRequestSurface); in initialize() local 266 mCharacteristicsMap, previewSurface, captureSurface, postviewSurface); in initialize()
|
/aosp14/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/ |
H A D | CameraExtensionsProxyService.java | 1269 Map<String, CameraMetadataNative> charsMapNative, OutputSurface previewSurface, in initSession() argument 1272 new OutputSurfaceImplStub(previewSurface); in initSession()
|