Searched refs:MandatoryStreamInformation (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | MandatoryStreamCombination.java | 62 public static final class MandatoryStreamInformation { class in MandatoryStreamCombination 83 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation() method in MandatoryStreamCombination.MandatoryStreamInformation 102 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation() method in MandatoryStreamCombination.MandatoryStreamInformation 123 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation() method in MandatoryStreamCombination.MandatoryStreamInformation 145 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation() method in MandatoryStreamCombination.MandatoryStreamInformation 169 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation() method in MandatoryStreamCombination.MandatoryStreamInformation 334 if (obj instanceof MandatoryStreamInformation) { in equals() 335 final MandatoryStreamInformation other = (MandatoryStreamInformation) obj; in equals() 362 private final ArrayList<MandatoryStreamInformation> mStreamsInformation = 363 new ArrayList<MandatoryStreamInformation>(); [all …]
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 20084 …ist<android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation> getStre… 20088 public static final class MandatoryStreamCombination.MandatoryStreamInformation {
|