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

Commit 680564a6 authored by Sanket Padawe's avatar Sanket Padawe
Browse files

Fix build because of addition of new Radio API to VTS.

Test: Tested build success. mma over hardware/interfaces/radio/1.0/vts

Change-Id: Ie4258573367c7448b1689010492c34e03124384d
parent aefd2320
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -417,6 +417,8 @@ public:

    Return<void> setIndicationFilterResponse(const RadioResponseInfo& info);

    Return<void> setSimCardPowerResponse(const RadioResponseInfo& info);

    Return<void> acknowledgeRequest(int32_t serial);
};

+5 −0
Original line number Diff line number Diff line
@@ -655,6 +655,11 @@ Return<void> RadioResponse::setIndicationFilterResponse(
    return Void();
}

Return<void> RadioResponse::setSimCardPowerResponse(
        const RadioResponseInfo& info) {
    return Void();
}

Return<void> RadioResponse::acknowledgeRequest(int32_t serial) {
    return Void();
}