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

Commit 1c17ae33 authored by Hayden Gomes's avatar Hayden Gomes Committed by Android (Google) Code Review
Browse files

Merge "Deprecate IAudioControl.getBusForContext"

parents 00bd3869 3f48f4e9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -29,6 +29,11 @@ interface IAudioControl {
     *
     * For every context, a valid bus number (0 - num busses-1) must be returned. If an
     * unrecognized contextNumber is encountered, then -1 shall be returned.
     *
     * Deprecated: usage of this API and car_volume_groups.xml has been replaced with
     * car_audio_configuration.xml. If using car_audio_configuration.xml, then the framework
     * will not call this method. If it doesn't, then it will load car_volume_groups.xml and
     * call this method.
     */
    getBusForContext(ContextNumber contextNumber)
        generates (int32_t busNumber);