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

Commit 1c01120a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[audio] Correct portMuteEvent oneway" into main

parents 44af33ff 6548dd51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,5 +51,5 @@ interface IAudioManagerNative {
     * @param portId Port id to update
     * @param event the mute event containing info about the mute
     */
    void portMuteEvent(in int portId, in int event);
    oneway void portMuteEvent(in int portId, in int event);
}