Lines Matching refs:modes

134 1. Changed the return modes of the **getCameraManager** API in the camera module from asynchronous …
142 2. Changed the return modes of the **getSupportedCameras** API in CameraManager from asynchronous c…
150 3. Changed the return modes of the **getSupportedOutputCapability** API in CameraManager from async…
159 4. Changed the return modes of the **createCameraInput(camera: CameraDevice)** API in CameraManager…
168 5. Changed the return modes of the **createCameraInput(position: CameraPosition, type: CameraType)*…
179 6. Changed the return modes of the **createPreviewOutput** API in CameraManager from asynchronous c…
188 7. Changed the return modes of the **createPhotoOutput** API in CameraManager from asynchronous cal…
197 8. Changed the return modes of the **createVideoOutput** API in CameraManager from asynchronous cal…
206 9. Changed the return modes of the **createMetadataOutput** API in CameraManager from asynchronous …
215 10. Changed the return modes of the **createCaptureSession** API in CameraManager from asynchronous…
236 13. Changed the return modes of the **beginConfig** API in CaptureSession from asynchronous callbac…
244 14. Changed the return modes of the **addInput** API in CaptureSession from asynchronous callback a…
252 15. Changed the return modes of the **removeInput** API in CaptureSession from asynchronous callbac…
260 16. Changed the return modes of the **addOutput** API in CaptureSession from asynchronous callback …
268 17. Changed the return modes of the **removeOutput** API in CaptureSession from asynchronous callba…
276 18. Changed the return modes of the **hasFlash** API in CaptureSession from asynchronous callback a…
284 19. Changed the return modes of the **isFlashModeSupported** API in CaptureSession from asynchronou…
292 20. Changed the return modes of the **getFlashMode** API in CaptureSession from asynchronous callba…
300 21. Changed the return modes of the **isExposureModeSupported** API in CaptureSession from asynchro…
308 22. Changed the return modes of the **getExposureMode** API in CaptureSession from asynchronous cal…
316 23. Changed the return modes of the **setExposureMode** API in CaptureSession from asynchronous cal…
324 24. Changed the return modes of the **getMeteringPoint** API in CaptureSession from asynchronous ca…
332 25. Changed the return modes of the **setMeteringPoint** API in CaptureSession from asynchronous ca…
341 26. Changed the return modes of the **getExposureBiasRange** API in CaptureSession from asynchronou…
349 27. Changed the return modes of the **setExposureBias** API in CaptureSession from asynchronous cal…
358 28. Changed the return modes of the **getExposureValue** API in CaptureSession from asynchronous ca…
366 29. Changed the return modes of the **isFocusModeSupported** API in CaptureSession from asynchronou…
374 30. Changed the return modes of the **getFocusMode** API in CaptureSession from asynchronous callba…
382 31. Changed the return modes of the **setFocusMode** API in CaptureSession from asynchronous callba…
390 32. Changed the return modes of the **setFocusPoint** API in CaptureSession from asynchronous callb…
399 33. Changed the return modes of the **getFocusPoint** API in CaptureSession from asynchronous callb…
407 34. Changed the return modes of the **getFocalLength** API in CaptureSession from asynchronous call…
415 35. Changed the return modes of the **getZoomRatioRange** API in CaptureSession from asynchronous c…
423 36. Changed the return modes of the **getZoomRatio** API in CaptureSession from asynchronous callba…
431 37. Changed the return modes of the **setZoomRatio** API in CaptureSession from asynchronous callba…
440 38. Changed the return modes of the **isVideoStabilizationModeSupported** API in CaptureSession fro…
448 39. Changed the return modes of the **getActiveVideoStabilizationMode** API in CaptureSession from …
456 40. Changed the return modes of the **setVideoStabilizationMode** API in CaptureSession from asynch…
484 43. Changed the return modes of the **isMirrorSupported** API in PhotoOutput from asynchronous call…