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

Commit 6c3209c6 authored by Eric Laurent's avatar Eric Laurent
Browse files

audiofx: add device descriptor to AudioEffect constructor

Add the possibility to specify a target audio device when
creating an audio effect by passing its type and address to
AudioEffect constructor.
When doing so, the session ID must be AUDIO_SESSION_DEVICE.

Bug: 136294538
Test: make
Change-Id: Iba96aca496cd0588e61c9272922270c4049b7c06
Merged-In: Iba96aca496cd0588e61c9272922270c4049b7c06
parent 3863c17f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ cc_library_shared {
        "libnativehelper",
        "libaudioclient",
        "libaudioutils",
        "libaudiofoundation",
    ],

    version_script: "exports.lds",