Searched refs:createCaptureSessionInternal (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraDeviceImpl.java | 501 createCaptureSessionInternal(null, outConfigurations, callback, handler, in createCaptureSession() 517 createCaptureSessionInternal(null, currentOutputs, callback, handler, in createCaptureSessionByOutputConfigurations() 537 createCaptureSessionInternal(inputConfig, outConfigurations, callback, handler, in createReprocessableCaptureSession() 565 createCaptureSessionInternal(inputConfig, currentOutputs, in createReprocessableCaptureSessionByConfigurations() 585 createCaptureSessionInternal(null, outConfigurations, callback, handler, in createConstrainedHighSpeedCaptureSession() 599 createCaptureSessionInternal(inputConfig, currentOutputs, callback, handler, operatingMode); in createCustomCaptureSession() 602 private void createCaptureSessionInternal(InputConfiguration inputConfig, in createCaptureSessionInternal() method in CameraDeviceImpl
|