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

Commit bd6514e9 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12658558 from 59682e80 to 25Q1-release

Change-Id: Ia74ed9e876cdaa24c22d9ba2972cf67768488841
parents 0de6553b 59682e80
Loading
Loading
Loading
Loading
+76 −1
Original line number Diff line number Diff line
@@ -64,7 +64,82 @@
      "name": "CarServiceTelemetryTest"
    },
    {
      "name": "CarServiceUnitTest"
      "name": "CarServiceCarUnitTest"
    },
    {
      "name": "CarServiceWifiUnitTest"
    },
    {
      "name": "CarServiceWatchdogUnitTest"
    },
    {
      "name": "CarServiceVmsUnitTest"
    },
    {
      "name": "CarServiceUtilUnitTest"
    },
    {
      "name": "CarServiceUserUnitTest"
    },
    {
      "name": "CarServiceTelemetryUnitTest"
    },
    {
      "name": "CarServiceSystemUiUnitTest"
    },
    {
      "name": "CarServiceSystemInterfaceUnitTest"
    },
    {
      "name": "CarServiceStorageMonitoringUnitTest"
    },
    {
      "name": "CarServiceStatsUnitTest"
    },
    {
      "name": "CarServiceRemoteAccessUnitTest"
    },
    {
      "name": "CarServicePropertyUnitTest"
    },
    {
      "name": "CarServicePowerUnitTest"
    },
    {
      "name": "CarServicePmUnitTest"
    },
    {
      "name": "CarServiceOsUnitTest"
    },
    {
      "name": "CarServiceOemUnitTest"
    },
    {
      "name": "CarServiceOccupantConnectionUnitTest"
    },
    {
      "name": "CarServiceHalUnitTest"
    },
    {
      "name": "CarServiceGarageModeUnitTest"
    },
    {
      "name": "CarServiceEvsUnitTest"
    },
    {
      "name": "CarServiceClusterUnitTest"
    },
    {
      "name": "CarServiceBluetoothUnitTest"
    },
    {
      "name": "CarServiceAudioUnitTest"
    },
    {
      "name": "CarServiceAmUnitTest"
    },
    {
      "name": "CarServiceAdminUnitTest"
    },
    {
      "name": "CarServiceVmsTest"
+1 −6
Original line number Diff line number Diff line
@@ -48,12 +48,7 @@
      "name": "GRPCVehicleHardwareUnitTest"
    },
    {
      "name": "CarServiceUnitTest",
      "options" : [
        {
          "include-filter": "com.android.car.hal.fakevhal.FakeVehicleStubUnitTest"
        }
      ]
      "name": "CarServiceHalUnitTest"
    },
    {
      "name": "VehicleHalProtoMessageConverterTest"
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ struct ExternalCameraDeviceSession : public virtual RefBase,

    static const int kMaxProcessedStream = 2;
    static const int kMaxStallStream = 1;
    static const uint32_t kMaxBytesPerPixel = 2;
    static const uint32_t kMaxBytesPerPixel = 3;

    class OutputThread : public android::Thread {
    public:
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ class ExternalCameraDeviceSession : public BnCameraDeviceSession, public OutputT

    static const int kMaxProcessedStream = 2;
    static const int kMaxStallStream = 1;
    static const uint32_t kMaxBytesPerPixel = 2;
    static const uint32_t kMaxBytesPerPixel = 3;

    class BufferRequestThread : public SimpleThread {
      public:
+1 −0
Original line number Diff line number Diff line
@@ -72,5 +72,6 @@ enum CameraMetadataSection {
  ANDROID_AUTOMOTIVE_LENS,
  ANDROID_EXTENSION,
  ANDROID_JPEGR,
  ANDROID_SHARED_SESSION,
  VENDOR_SECTION = 0x8000,
}
Loading