Searched refs:getNativeKey (Results 1 – 7 of 7) sorted by relevance
237 lhs = ((CaptureResult.Key)o).getNativeKey(); in equals()239 lhs = ((CaptureRequest.Key)o).getNativeKey(); in equals()241 lhs = ((CameraCharacteristics.Key)o).getNativeKey(); in equals()461 return get(key.getNativeKey()); in get()468 return get(key.getNativeKey()); in get()475 return get(key.getNativeKey()); in get()543 set(key.getNativeKey(), value); in set()547 set(key.getNativeKey(), value); in set()551 set(key.getNativeKey(), value); in set()596 return getBase(key.getNativeKey()); in getBase()[all …]
270 nativeKey = ((CameraCharacteristics.Key)key).getNativeKey(); in shouldKeyBeAdded()272 nativeKey = ((CaptureResult.Key)key).getNativeKey(); in shouldKeyBeAdded()274 nativeKey = ((CaptureRequest.Key)key).getNativeKey(); in shouldKeyBeAdded()
187 public CameraMetadataNative.Key<T> getNativeKey() { in getNativeKey() method in CaptureResult.Key
209 public CameraMetadataNative.Key<T> getNativeKey() { in getNativeKey() method in CaptureRequest.Key
195 public CameraMetadataNative.Key<T> getNativeKey() { in getNativeKey() method in CameraCharacteristics.Key
1008 Key<int[]> formatKey = CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(); in testReadWriteOverride()1137 CameraCharacteristics.SCALER_AVAILABLE_STREAM_CONFIGURATIONS.getNativeKey(); in testOverrideStreamConfigurationMap()1165 CameraCharacteristics.SCALER_AVAILABLE_MIN_FRAME_DURATIONS.getNativeKey(); in testOverrideStreamConfigurationMap()1191 CameraCharacteristics.SCALER_AVAILABLE_STALL_DURATIONS.getNativeKey(); in testOverrideStreamConfigurationMap()1250 assertKeyValueEquals(expected, key.getNativeKey()); in assertKeyValueEquals()
8290 HSPLandroid/hardware/camera2/CameraCharacteristics$Key;->getNativeKey()Landroid/hardware/camera2/im…