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

Commit 5a103958 authored by Phil Burk's avatar Phil Burk Committed by Glenn Kasten
Browse files

liboboe: fix symbol names for NDK



Some function names in the
liboboe.map.txt file did not match the current API.

Bug: 33347409
Test: gtests, test_oboe_api.cpp

Change-Id: Id6c0abf926de3a1c1684782f6995d32396792390
Signed-off-by: default avatarPhil Burk <philburk@google.com>
parent 6a308b02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@ LIBOBOE {
    OboeStream_waitForStateChange;
    OboeStream_read;
    OboeStream_write;
    Oboe_createAudioThread;
    Oboe_joinAudioThread;
    OboeStream_createThread;
    OboeStream_joinThread;
    OboeStream_setBufferSize;
    OboeStream_getBufferSize;
    OboeStream_getFramesPerBurst;