Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
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()
DFaceEnrollClient.java91 @Nullable Surface previewSurface, int sensorId, in FaceEnrollClient() argument
104 mPreviewSurface = previewSurface; in FaceEnrollClient()
DFaceProvider.java347 @Nullable Surface previewSurface, boolean debugConsent) { in scheduleEnroll() argument
356 ENROLL_TIMEOUT_SEC, previewSurface, sensorId, in scheduleEnroll()
/frameworks/av/camera/tests/
DCameraZSLTests.cpp168 sp<Surface> previewSurface; in TEST_F() local
268 previewSurface = surfaceControl->getSurface(); in TEST_F()
269 ASSERT_TRUE(previewSurface != NULL); in TEST_F()
271 previewSurface->getIGraphicBufferProducer())); in TEST_F()
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
DMainActivity.java482 Surface previewSurface = new Surface(texture); in startRecordingVideo() local
483 surfaces.add(previewSurface); in startRecordingVideo()
484 mPreviewBuilder.addTarget(previewSurface); in startRecordingVideo()
604 Surface previewSurface = new Surface(texture); in startPreview() local
605 mPreviewBuilder.addTarget(previewSurface); in startPreview()
607 mCameraDevice.createCaptureSession(Collections.singletonList(previewSurface), in startPreview()
/frameworks/base/core/java/android/hardware/camera2/extension/
DISessionProcessorImpl.aidl27 CameraSessionConfig initSession(in String cameraId, in OutputSurface previewSurface, in initSession() argument
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
Dcamera_service_fuzzer.cpp331 sp<Surface> previewSurface; in invokeCameraAPIs() local
378 previewSurface = surfaceControl->getSurface(); in invokeCameraAPIs()
379 cameraDevice->setPreviewTarget(previewSurface->getIGraphicBufferProducer()); in invokeCameraAPIs()
417 cameraDevice->setVideoTarget(previewSurface->getIGraphicBufferProducer()); in invokeCameraAPIs()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
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()
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl81 in Surface previewSurface, boolean debugConsent); in enroll() argument
DFaceManager.java304 EnrollmentCallback callback, int[] disabledFeatures, @Nullable Surface previewSurface, in enroll() argument
321 previewSurface, debugConsent); in enroll()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFaceEnrollClient.java62 @Nullable Surface previewSurface, int sensorId, in FaceEnrollClient() argument
DFace10.java596 @Nullable Surface previewSurface, boolean debugConsent) { in scheduleEnroll() argument
606 ENROLL_TIMEOUT_SEC, previewSurface, mSensorId, in scheduleEnroll()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DServiceProvider.java99 @NonNull int[] disabledFeatures, @Nullable Surface previewSurface, in scheduleEnroll() argument
DFaceService.java219 final int[] disabledFeatures, Surface previewSurface, boolean debugConsent) { in enroll() argument
229 receiver, opPackageName, disabledFeatures, previewSurface, debugConsent); in enroll()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraAdvancedExtensionSessionImpl.java214 OutputSurface previewSurface = initializeParcelable(mClientRepeatingRequestSurface); in initialize() local
218 previewSurface, captureSurface); in initialize()
/frameworks/base/core/java/android/hardware/
DCamera.java1103 Surface previewSurface = null; in setPreviewCallbackAllocation() local
1128 previewSurface = previewAllocation.getSurface(); in setPreviewCallbackAllocation()
1133 setPreviewCallbackSurface(previewSurface); in setPreviewCallbackAllocation()
/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
DCameraExtensionsProxyService.java1144 public CameraSessionConfig initSession(String cameraId, OutputSurface previewSurface, in initSession() argument
1147 new OutputSurfaceImplStub(previewSurface); in initSession()