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

Commit 3b941543 authored by Phil Burk's avatar Phil Burk Committed by Android (Google) Code Review
Browse files

Merge "aaudio: added "introduced" to map.txt file"

parents 41069f2a 00a81d11
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@ LIBAAUDIO {
    AAudioStreamBuilder_setSharingMode;
    AAudioStreamBuilder_setDirection;
    AAudioStreamBuilder_setBufferCapacityInFrames;
    AAudioStreamBuilder_setUsage;
    AAudioStreamBuilder_setContentType;
    AAudioStreamBuilder_setInputPreset;
    AAudioStreamBuilder_setUsage;       # introduced=28
    AAudioStreamBuilder_setContentType; # introduced=28
    AAudioStreamBuilder_setInputPreset; # introduced=28
    AAudioStreamBuilder_openStream;
    AAudioStreamBuilder_delete;
    AAudioStream_close;
@@ -45,9 +45,9 @@ LIBAAUDIO {
    AAudioStream_getFormat;
    AAudioStream_getSharingMode;
    AAudioStream_getDirection;
    AAudioStream_getUsage;
    AAudioStream_getContentType;
    AAudioStream_getInputPreset;
    AAudioStream_getUsage;       # introduced=28
    AAudioStream_getContentType; # introduced=28
    AAudioStream_getInputPreset; # introduced=28
    AAudioStream_getFramesWritten;
    AAudioStream_getFramesRead;
    AAudioStream_getTimestamp;