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

Commit 00a81d11 authored by Phil Burk's avatar Phil Burk
Browse files

aaudio: added "introduced" to map.txt file

Needed to keep track of when functions were added to an API.

Bug: 68052449
Test: CTS test_aaudio_attributes.cpp
Change-Id: I7c325e9ca71ff92550cd743c456745569dd6a40d
parent d6be64a3
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;