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

Commit 08b94945 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Make setResponseFunctions() and setCallback() oneway.

Test: Basic telephony sanity
Bug: 32020264
Change-Id: I05351b5c4d61c19eb08841704bf50ae7de5f683f
parent 10ed93a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ interface IRadio {
     * @param radioResponse Object containing response functions
     * @param radioIndication Object containing radio indications
     */
    setResponseFunctions(IRadioResponse radioResponse,
    oneway setResponseFunctions(IRadioResponse radioResponse,
            IRadioIndication radioIndication);

    /*
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ interface ISap {
     *
     * @param sapCallback Object containing response and unosolicited indication callbacks
     */
    setCallback(ISapCallback sapCallback);
    oneway setCallback(ISapCallback sapCallback);

    /**
     * CONNECT_REQ from SAP 1.1 spec 5.1.1