Searched refs:supportedCaptureKeys (Results 1 – 2 of 2) sorted by relevance
326 List<CaptureRequest.Key> supportedCaptureKeys = in getAvailableCaptureRequestKeys() local329 if (!supportedCaptureKeys.isEmpty()) { in getAvailableCaptureRequestKeys()333 int requestKeyTags[] = new int[supportedCaptureKeys.size()]; in getAvailableCaptureRequestKeys()335 for (CaptureRequest.Key key : supportedCaptureKeys) { in getAvailableCaptureRequestKeys()
1138 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) {