Home
last modified time | relevance | path

Searched refs:getReprocessableSessionId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraCaptureSessionImpl.java209 } else if (request.isReprocess() && request.getReprocessableSessionId() != mId) { in checkCaptureRequest()
273 } else if (request.getReprocessableSessionId() != mId) { in checkCaptureRequests()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureRequest.java447 public int getReprocessableSessionId() { in getReprocessableSessionId() method in CaptureRequest