Searched refs:SESSION_ID_NONE (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CaptureRequest.java | 313 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in CaptureRequest() 383 if (reprocessableSessionId == CameraCaptureSession.SESSION_ID_NONE) { in CaptureRequest() 389 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in CaptureRequest() 515 mReprocessableSessionId == CameraCaptureSession.SESSION_ID_NONE) { in getReprocessableSessionId() 600 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in readFromParcel()
|
H A D | TotalCaptureResult.java | 136 mSessionId = CameraCaptureSession.SESSION_ID_NONE; in TotalCaptureResult()
|
H A D | CameraCaptureSession.java | 78 public static final int SESSION_ID_NONE = -1; field in CameraCaptureSession
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraConstrainedHighSpeedCaptureSessionImpl.java | 136 requestMetadata, /*reprocess*/false, CameraCaptureSession.SESSION_ID_NONE, in createHighSpeedRequestList() 162 requestMetadata, /*reprocess*/false, CameraCaptureSession.SESSION_ID_NONE, in createHighSpeedRequestList()
|
H A D | CameraDeviceImpl.java | 833 templatedRequest, /*reprocess*/false, CameraCaptureSession.SESSION_ID_NONE, in createCaptureRequest() 858 templatedRequest, /*reprocess*/false, CameraCaptureSession.SESSION_ID_NONE, in createCaptureRequest()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
H A D | CameraDeviceBinderTest.java | 201 CameraCaptureSession.SESSION_ID_NONE, mCameraId, /*physicalCameraIdSet*/null); in createDefaultBuilder()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18676 Landroid/hardware/camera2/CameraCaptureSession;->SESSION_ID_NONE:I
|