Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b578c170 authored by Devin Moore's avatar Devin Moore Committed by Android (Google) Code Review
Browse files

Merge "Remove placeholder API from camera.provider"

parents 9e68defd a3cc4931
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ aidl_interface {
        "android.hardware.camera.device-V2",
        "android.hardware.camera.common-V1",
    ],
    frozen: false,
    stability: "vintf",
    backend: {
        java: {
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ interface ICameraProvider {
  void notifyDeviceStateChange(long deviceState);
  android.hardware.camera.provider.ConcurrentCameraIdCombination[] getConcurrentCameraIds();
  boolean isConcurrentStreamCombinationSupported(in android.hardware.camera.provider.CameraIdAndStreamCombination[] configs);
  void placeholder();
  const long DEVICE_STATE_NORMAL = 0;
  const long DEVICE_STATE_BACK_COVERED = 1;
  const long DEVICE_STATE_FRONT_COVERED = 2;
+0 −8
Original line number Diff line number Diff line
@@ -304,12 +304,4 @@ interface ICameraProvider {
     *
     */
    boolean isConcurrentStreamCombinationSupported(in CameraIdAndStreamCombination[] configs);

    /*
     * Due to a bug in vintf regarding aidl changes that are contained to fields,
     * we need a placeholder method that will be removed after this patch.
     *
     * TODO(b/237048744): Remove this once fixed.
     */
    void placeholder();
}