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

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

Merge changes from topic "cas-aidl-frameworks" am: b8e8ab37

parents 9e6ab249 b8e8ab37
Loading
Loading
Loading
Loading
+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.cas;
/* @hide */
@VintfStability
parcelable AidlCasPluginDescriptor {
  int caSystemId;
+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.cas;
/* @hide */
@VintfStability
union DestinationBuffer {
  android.hardware.cas.SharedBuffer nonsecureMemory;
+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.cas;
/* @hide */
@VintfStability
interface ICas {
  void closeSession(in byte[] sessionId);
+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.cas;
/* @hide */
@VintfStability
interface ICasListener {
  void onEvent(in int event, in int arg, in byte[] data);
+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.cas;
/* @hide */
@VintfStability
interface IDescrambler {
  int descramble(in android.hardware.cas.ScramblingControl scramblingControl, in android.hardware.cas.SubSample[] subSamples, in android.hardware.cas.SharedBuffer srcBuffer, in long srcOffset, in android.hardware.cas.DestinationBuffer dstBuffer, in long dstOffset);
Loading