Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/extension/
DAdvancedExtender.java326 List<CaptureRequest.Key> supportedCaptureKeys = in getAvailableCaptureRequestKeys() local
329 if (!supportedCaptureKeys.isEmpty()) { in getAvailableCaptureRequestKeys()
333 int requestKeyTags[] = new int[supportedCaptureKeys.size()]; in getAvailableCaptureRequestKeys()
335 for (CaptureRequest.Key key : supportedCaptureKeys) { in getAvailableCaptureRequestKeys()
/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
DCameraExtensionsProxyService.java1138 List<CaptureRequest.Key> supportedCaptureKeys =
1141 if ((supportedCaptureKeys != null) && !supportedCaptureKeys.isEmpty()) {
1146 int requestKeyTags [] = new int[supportedCaptureKeys.size()];
1148 for (CaptureRequest.Key key : supportedCaptureKeys) {
2180 List<CaptureRequest.Key> supportedCaptureKeys =
2183 if ((supportedCaptureKeys != null) && !supportedCaptureKeys.isEmpty()) {
2188 int requestKeyTags [] = new int[supportedCaptureKeys.size()];
2190 for (CaptureRequest.Key key : supportedCaptureKeys) {