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

Commit 93812447 authored by Vlad Popa's avatar Vlad Popa
Browse files

Remove unnecessary oneway call optimization

Flag: EXEMPT bugfix
Test: manual
Bug: 350103953
Change-Id: I3c66ea19823b91411695f82e581c2b4082c36191
parent 9ff93918
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ interface IAudioPolicyService {

    void releaseInput(int /* audio_port_handle_t */ portId);

    oneway void setDeviceAbsoluteVolumeEnabled(in AudioDevice device,
    void setDeviceAbsoluteVolumeEnabled(in AudioDevice device,
                                        boolean enabled,
                                        AudioStreamType streamToDriveAbs);