Home
last modified time | relevance | path

Searched refs:getKeyClass (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
DCameraMetadata.java91 protected abstract Class<TKey> getKeyClass(); in getKeyClass() method in CameraMetadata
109 getKeysStatic(thisClass, getKeyClass(), this, /*filterTags*/null)); in getKeys()
DCameraCharacteristics.java189 protected Class<Key<?>> getKeyClass() { in getKeyClass() method in CameraCharacteristics
211 getKeysStatic(getClass(), getKeyClass(), this, filterTags)); in getKeys()
DCaptureRequest.java228 protected Class<Key<?>> getKeyClass() { in getKeyClass() method in CaptureRequest
DCaptureResult.java241 protected Class<Key<?>> getKeyClass() { in getKeyClass() method in CaptureResult