Home
last modified time | relevance | path

Searched refs:previewSurface (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DTestHal.java88 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 DFaceEnrollClient.java92 @Nullable Surface previewSurface, int sensorId, in FaceEnrollClient() argument
105 mPreviewSurface = previewSurface; in FaceEnrollClient()
H A DFaceProvider.java410 @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 DISessionProcessorImpl.aidl34 in Map<String, CameraMetadataNative> charsMap, in OutputSurface previewSurface, in initSession() argument
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2ReprocessCaptureTest.java875 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 DIFaceService.aidl96 in Surface previewSurface, boolean debugConsent); in enroll() argument
H A DFaceManager.java340 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 DServiceProvider.java81 @NonNull int[] disabledFeatures, @Nullable Surface previewSurface, in scheduleEnroll() argument
H A DFaceService.java188 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 DFaceEnrollClient.java63 @Nullable Surface previewSurface, int sensorId, in FaceEnrollClient() argument
H A DFace10.java613 @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 DCamera.java1103 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 DCameraAdvancedExtensionSessionImpl.java259 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 DCameraExtensionsProxyService.java1269 Map<String, CameraMetadataNative> charsMapNative, OutputSurface previewSurface, in initSession() argument
1272 new OutputSurfaceImplStub(previewSurface); in initSession()