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

Commit 555e9872 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Generate fmq java-source."

parents 03168570 742ceab6
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