Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DConcurrentCameraTest.java91 private static class GeneratedEntry { class in ConcurrentCameraTest
97 GeneratedEntry(String cameraId, boolean substituteY8, in GeneratedEntry() method in ConcurrentCameraTest.GeneratedEntry
111 List<HashMap<String, GeneratedEntry>> streamCombinationPermutations = in testMandatoryConcurrentStreamCombination()
114 for (HashMap<String, GeneratedEntry> streamCombinationPermutation : in testMandatoryConcurrentStreamCombination()
117 for (Map.Entry<String, GeneratedEntry> deviceSample : in testMandatoryConcurrentStreamCombination()
145 private List<HashMap<String, GeneratedEntry>> generateStreamSelectionsInternal( in generateStreamSelectionsInternal()
146 HashMap<String, List<GeneratedEntry>> perIdGeneratedEntries) { in generateStreamSelectionsInternal()
151 List<HashMap<String, GeneratedEntry>> ret = in generateStreamSelectionsInternal()
152 new ArrayList<HashMap<String, GeneratedEntry>> (); in generateStreamSelectionsInternal()
153 for (GeneratedEntry entry : perIdGeneratedEntries.get(cameraId)) { in generateStreamSelectionsInternal()
[all …]