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

Commit ce73b556 authored by Malcolm Chen's avatar Malcolm Chen
Browse files

Add RadioResponse for setRadioPower 1.5 HAL.

Bug: 149116507
Test: build
Change-Id: I2976f198a477faa35405519361b37c1eb804a255
parent 5eec2486
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -2430,6 +2430,16 @@ public class RadioResponse extends IRadioResponse.Stub {
        }
        }
    }
    }


    /**
     * @param info Response info struct containing response type, serial no. and error.
     */
    public void setRadioPowerResponse_1_5(RadioResponseInfo info) {
        responseVoid(info);
    }

    /**
     * @param info Response info struct containing response type, serial no. and error.
     */
    public void setSystemSelectionChannelsResponse_1_5(RadioResponseInfo info) {
    public void setSystemSelectionChannelsResponse_1_5(RadioResponseInfo info) {
        responseVoid(info);
        responseVoid(info);
    }
    }