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

Commit a0b00c4b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Generate fmq java-source." am: 555e9872

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1783409

Change-Id: I9423fb5552802560eaf451ce173131ae6cfee386
parents 512d88c0 555e9872
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ aidl_interface {
    backend: {
        java: {
            sdk_version: "module_current",
            srcs_available: true,
        },
        cpp: {
            enabled: false,
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.common.fmq;
/* @hide */
@VintfStability
parcelable GrantorDescriptor {
  int fdIndex;
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.common.fmq;
/* @hide */
@VintfStability
parcelable MQDescriptor<T, Flavor> {
  android.hardware.common.fmq.GrantorDescriptor[] grantors;
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.common.fmq;
/* @hide */
@VintfStability
enum SynchronizedReadWrite {
  EMPTY = 0,
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.common.fmq;
/* @hide */
@VintfStability
enum UnsynchronizedWrite {
  EMPTY = 0,
Loading