Home
last modified time | relevance | path

Searched refs:getProtected (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCameraMetadata.java90 protected abstract <T> T getProtected(TKey key); in getProtected() method in CameraMetadata
199 if (instance == null || instance.getProtected(key) != null) { in getKeys()
242 if (instance == null || instance.getProtected(k) != null) { in getKeys()
H A DCaptureResult.java330 protected <T> T getProtected(Key<?> key) { in getProtected() method in CaptureResult
H A DCaptureRequest.java415 protected <T> T getProtected(Key<?> key) { in getProtected() method in CaptureRequest
H A DCameraCharacteristics.java304 protected <T> T getProtected(Key<?> key) { in getProtected() method in CameraCharacteristics
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21564 Landroid/hardware/camera2/CameraCharacteristics;->getProtected(Landroid/hardware/camera2/CameraChar…
21631 Landroid/hardware/camera2/CameraMetadata;->getProtected(Ljava/lang/Object;)Ljava/lang/Object;
21660 Landroid/hardware/camera2/CaptureRequest;->getProtected(Landroid/hardware/camera2/CaptureRequest$Ke…
21687 Landroid/hardware/camera2/CaptureResult;->getProtected(Landroid/hardware/camera2/CaptureResult$Key;…