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

Commit ab7de4e3 authored by Hongguang Chen's avatar Hongguang Chen Committed by Android (Google) Code Review
Browse files

Merge "Generate fmq java-source." into sc-dev-plus-aosp

parents b9a5f4d4 0fc5b6ce
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
12cf0ce8614557cc0efe73bdf011f5193f7a8653
6a780550f6e6965d6969fd7964c3ca81b6b0ccdf
+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,
Loading