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

Commit 9201d230 authored by Rachad's avatar Rachad
Browse files

Fix Build:

Add overloaded AudioTrack.write() to api/current.txt and api/system-current.txt

Change-Id: I5982e3c19c74dcde1df745137a9eed8ec32efa6a
parent 753f9008
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15014,6 +15014,7 @@ package android.media {
    method public int write(short[], int, int, int);
    method public int write(float[], int, int, int);
    method public int write(java.nio.ByteBuffer, int, int);
    method public int write(java.nio.ByteBuffer, int, int, long);
    field public static final int ERROR = -1; // 0xffffffff
    field public static final int ERROR_BAD_VALUE = -2; // 0xfffffffe
    field public static final int ERROR_INVALID_OPERATION = -3; // 0xfffffffd
+1 −0
Original line number Diff line number Diff line
@@ -16226,6 +16226,7 @@ package android.media {
    method public int write(short[], int, int, int);
    method public int write(float[], int, int, int);
    method public int write(java.nio.ByteBuffer, int, int);
    method public int write(java.nio.ByteBuffer, int, int, long);
    field public static final int ERROR = -1; // 0xffffffff
    field public static final int ERROR_BAD_VALUE = -2; // 0xfffffffe
    field public static final int ERROR_INVALID_OPERATION = -3; // 0xfffffffd