Searched refs:SESSION_ID_NONE (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/ |
D | CaptureRequest.java | 311 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in CaptureRequest() 381 if (reprocessableSessionId == CameraCaptureSession.SESSION_ID_NONE) { in CaptureRequest() 387 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in CaptureRequest() 513 mReprocessableSessionId == CameraCaptureSession.SESSION_ID_NONE) { in getReprocessableSessionId() 598 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in readFromParcel()
|
D | TotalCaptureResult.java | 136 mSessionId = CameraCaptureSession.SESSION_ID_NONE; in TotalCaptureResult()
|
D | CameraCaptureSession.java | 78 public static final int SESSION_ID_NONE = -1; field in CameraCaptureSession
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraConstrainedHighSpeedCaptureSessionImpl.java | 110 requestMetadata, /*reprocess*/false, CameraCaptureSession.SESSION_ID_NONE, in createHighSpeedRequestList() 136 requestMetadata, /*reprocess*/false, CameraCaptureSession.SESSION_ID_NONE, in createHighSpeedRequestList()
|
D | CameraDeviceImpl.java | 814 templatedRequest, /*reprocess*/false, CameraCaptureSession.SESSION_ID_NONE, in createCaptureRequest() 839 templatedRequest, /*reprocess*/false, CameraCaptureSession.SESSION_ID_NONE, in createCaptureRequest()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
D | CameraDeviceBinderTest.java | 201 CameraCaptureSession.SESSION_ID_NONE, mCameraId, /*physicalCameraIdSet*/null); in createDefaultBuilder()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 21554 Landroid/hardware/camera2/CameraCaptureSession;->SESSION_ID_NONE:I
|