Home
last modified time | relevance | path

Searched refs:sessionKeys (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java1827 List<CaptureRequest.Key<?>> sessionKeys = ch.getAvailableSessionKeys();
1828 return sessionKeys != null &&
1829 sessionKeys.contains(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE);
DCameraDeviceTest.java957 List <CaptureRequest.Key<?>> sessionKeys = characteristics.getAvailableSessionKeys(); in testSessionParametersStateLeakByCamera() local
958 if (sessionKeys == null) { in testSessionParametersStateLeakByCamera()
1055 for (CaptureRequest.Key<?> key : sessionKeys) { in testSessionParametersStateLeakByCamera()