OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:areKeysAvailable
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java
279
if (mStaticInfo.
areKeysAvailable
(CaptureRequest.SENSOR_EXPOSURE_TIME)) {
283
if (mStaticInfo.
areKeysAvailable
(CaptureRequest.SENSOR_SENSITIVITY)) {
[
all
...]
StaticMetadataTest.java
161
if (!mStaticInfo.
areKeysAvailable
(key)) {
192
if (!mStaticInfo.
areKeysAvailable
(key)) {
225
if (!mStaticInfo.
areKeysAvailable
(key)) {
282
!mStaticInfo.
areKeysAvailable
(CaptureRequest.CONTROL_AE_REGIONS));
289
!mStaticInfo.
areKeysAvailable
(CaptureRequest.CONTROL_AWB_REGIONS));
296
!mStaticInfo.
areKeysAvailable
(CaptureRequest.CONTROL_AF_REGIONS));
StillCaptureTest.java
[
all
...]
CaptureRequestTest.java
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java
301
if (
areKeysAvailable
(CameraCharacteristics.LENS_INFO_MINIMUM_FOCUS_DISTANCE)) {
[
all
...]
Completed in 78 milliseconds