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

Commit 174d1309 authored by Junyu Lai's avatar Junyu Lai Committed by Android (Google) Code Review
Browse files

Merge "[SP37] Change requirement of older event callback." into sc-dev

parents e84db6be 6cb491a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -854,7 +854,7 @@ d06226cd3e916bb866b016b22f35c89c1d9286f62a4aa82a549daf8d52805183 android.hardwar
f22813615be1445ddd817655c054fc69dc9efea56c9035cd0757f3cbed190641 android.hardware.radio.config@1.3::IRadioConfig
c9ad18729268593d14681d88ffad1c97e707444a45e1b4ed804dab949edbd84f android.hardware.radio.config@1.3::IRadioConfigResponse
fd43298c43f70130c747a642ee43b0c242ac0cebffb377faa24f2725f0aa6caf android.hardware.tetheroffload.control@1.1::IOffloadControl
fe18c9032e4063efca3fff3c377dd69780de1f96e8e2bc3f7d100a5d8bd467b4 android.hardware.tetheroffload.control@1.1::ITetheringOffloadCallback
ead4ec8713a2cb40906fe31ba793d21a6b1190143c446690d16a6ea686aa2fea android.hardware.tetheroffload.control@1.1::ITetheringOffloadCallback
e34b4c7bec5e032c14804707ca924dd6b99ed5ba139da7505fe7d698d0fe178f android.hardware.tetheroffload.control@1.1::types
63dfdb433ac73fb2bf4a44d2ade7b7e289e155835206d1939640d6c88d208994 android.hardware.tv.cec@1.1::IHdmiCec
b9682587677ce9c872e04f0e9fd6c9c78a56ae795c07cbf8c50100e0351d4c44 android.hardware.tv.cec@1.1::IHdmiCecCallback
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@ import OffloadCallbackEvent;
interface ITetheringOffloadCallback extends @1.0::ITetheringOffloadCallback {
    /**
     * Called when an asynchronous event is generated by the hardware
     * management process. Events which are common for 1.0 and 1.1 HAL
     * MUST be fired on both 1.0 and 1.1 callback.
     * management process. Implementations that report events via this callback
     * should not invoke onEvent of 1.0 HAL.
     */
    oneway onEvent_1_1(OffloadCallbackEvent event);
};