/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
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()
|
D | FaceEnrollClient.java | 91 @Nullable Surface previewSurface, int sensorId, in FaceEnrollClient() argument 104 mPreviewSurface = previewSurface; in FaceEnrollClient()
|
D | FaceProvider.java | 347 @Nullable Surface previewSurface, boolean debugConsent) { in scheduleEnroll() argument 356 ENROLL_TIMEOUT_SEC, previewSurface, sensorId, in scheduleEnroll()
|
/frameworks/av/camera/tests/ |
D | CameraZSLTests.cpp | 168 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/ |
D | MainActivity.java | 482 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/ |
D | ISessionProcessorImpl.aidl | 27 CameraSessionConfig initSession(in String cameraId, in OutputSurface previewSurface, in initSession() argument
|
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/ |
D | camera_service_fuzzer.cpp | 331 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/ |
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()
|
/frameworks/base/core/java/android/hardware/face/ |
D | IFaceService.aidl | 81 in Surface previewSurface, boolean debugConsent); in enroll() argument
|
D | FaceManager.java | 304 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/ |
D | FaceEnrollClient.java | 62 @Nullable Surface previewSurface, int sensorId, in FaceEnrollClient() argument
|
D | Face10.java | 596 @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/ |
D | ServiceProvider.java | 99 @NonNull int[] disabledFeatures, @Nullable Surface previewSurface, in scheduleEnroll() argument
|
D | FaceService.java | 219 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/ |
D | CameraAdvancedExtensionSessionImpl.java | 214 OutputSurface previewSurface = initializeParcelable(mClientRepeatingRequestSurface); in initialize() local 218 previewSurface, captureSurface); in initialize()
|
/frameworks/base/core/java/android/hardware/ |
D | Camera.java | 1103 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/ |
D | CameraExtensionsProxyService.java | 1144 public CameraSessionConfig initSession(String cameraId, OutputSurface previewSurface, in initSession() argument 1147 new OutputSurfaceImplStub(previewSurface); in initSession()
|