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

Commit 386e55b6 authored by Jooyung Han's avatar Jooyung Han
Browse files

aidl: Set explicit default values

Fixes: 179853698
Test: mma in hardware/interfaces/vibrator
Change-Id: I231c3cfb17f812944bcc6a88e618d96d7068f6c2
parent 9c3ebfc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@ package android.hardware.vibrator;
@VintfStability
parcelable CompositeEffect {
  int delayMs;
  android.hardware.vibrator.CompositePrimitive primitive;
  android.hardware.vibrator.CompositePrimitive primitive = android.hardware.vibrator.CompositePrimitive.NOOP;
  float scale;
}
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ import android.hardware.vibrator.CompositePrimitive;
parcelable CompositeEffect {
    /* Period of silence preceding primitive. */
    int delayMs;
    CompositePrimitive primitive;
    CompositePrimitive primitive = CompositePrimitive.NOOP;
    /*
     * 0.0 (inclusive) - 1.0 (inclusive),
     * where 0.0 is minimum "feelable" amplitude.